unusual_freecom.h 372 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Unusual Devices File for the Freecom USB/IDE adaptor
  4. */
  5. #if defined(CONFIG_USB_STORAGE_FREECOM) || \
  6. defined(CONFIG_USB_STORAGE_FREECOM_MODULE)
  7. UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
  8. "Freecom",
  9. "USB-IDE",
  10. USB_SC_QIC, USB_PR_FREECOM, init_freecom, 0),
  11. #endif /* defined(CONFIG_USB_STORAGE_FREECOM) || ... */