xref: /kernel/linux/linux-5.10/drivers/usb/storage/unusual_alauda.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/usb/storage/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Unusual Devices File for the Alauda-based card readers
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#if defined(CONFIG_USB_STORAGE_ALAUDA) || \
78c2ecf20Sopenharmony_ci		defined(CONFIG_USB_STORAGE_ALAUDA_MODULE)
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x0584, 0x0008, 0x0102, 0x0102,
108c2ecf20Sopenharmony_ci		"Fujifilm",
118c2ecf20Sopenharmony_ci		"DPC-R1 (Alauda)",
128c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_ALAUDA, init_alauda, 0),
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciUNUSUAL_DEV(  0x07b4, 0x010a, 0x0102, 0x0102,
158c2ecf20Sopenharmony_ci		"Olympus",
168c2ecf20Sopenharmony_ci		"MAUSB-10 (Alauda)",
178c2ecf20Sopenharmony_ci		USB_SC_SCSI, USB_PR_ALAUDA, init_alauda, 0),
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif /* defined(CONFIG_USB_STORAGE_ALAUDA) || ... */
20

Indexes created Thu Nov 07 10:32:03 CST 2024