unusual_uas.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Driver for USB Attached SCSI devices - Unusual Devices File
  4. *
  5. * (c) 2013 Hans de Goede <hdegoede@redhat.com>
  6. *
  7. * Based on the same file for the usb-storage driver, which is:
  8. * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
  9. * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computing, Inc.
  10. */
  11. /*
  12. * IMPORTANT NOTE: This file must be included in another file which defines
  13. * a UNUSUAL_DEV macro before this file is included.
  14. */
  15. /*
  16. * If you edit this file, please try to keep it sorted first by VendorID,
  17. * then by ProductID.
  18. *
  19. * If you want to add an entry for this file, be sure to include the
  20. * following information:
  21. * - a patch that adds the entry for your device, including your
  22. * email address right above the entry (plus maybe a brief
  23. * explanation of the reason for the entry),
  24. * - lsusb -v output for the device
  25. * Send your submission to Hans de Goede <hdegoede@redhat.com>
  26. * and don't forget to CC: the USB development list <linux-usb@vger.kernel.org>
  27. */
  28. /*
  29. * Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI
  30. * commands in UAS mode. Observed with the 1.28 firmware; are there others?
  31. */
  32. UNUSUAL_DEV(0x0984, 0x0301, 0x0128, 0x0128,
  33. "Apricorn",
  34. "",
  35. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  36. US_FL_IGNORE_UAS),
  37. /* https://bugzilla.kernel.org/show_bug.cgi?id=79511 */
  38. UNUSUAL_DEV(0x0bc2, 0x2312, 0x0000, 0x9999,
  39. "Seagate",
  40. "Expansion Desk",
  41. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  42. US_FL_NO_ATA_1X),
  43. /* https://bbs.archlinux.org/viewtopic.php?id=183190 */
  44. UNUSUAL_DEV(0x0bc2, 0x3312, 0x0000, 0x9999,
  45. "Seagate",
  46. "Expansion Desk",
  47. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  48. US_FL_NO_ATA_1X),
  49. /* Reported-by: David Webb <djw@noc.ac.uk> */
  50. UNUSUAL_DEV(0x0bc2, 0x331a, 0x0000, 0x9999,
  51. "Seagate",
  52. "Expansion Desk",
  53. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  54. US_FL_NO_REPORT_LUNS),
  55. /* Reported-by: Hans de Goede <hdegoede@redhat.com> */
  56. UNUSUAL_DEV(0x0bc2, 0x3320, 0x0000, 0x9999,
  57. "Seagate",
  58. "Expansion Desk",
  59. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  60. US_FL_NO_ATA_1X),
  61. /* Reported-by: Bogdan Mihalcea <bogdan.mihalcea@infim.ro> */
  62. UNUSUAL_DEV(0x0bc2, 0xa003, 0x0000, 0x9999,
  63. "Seagate",
  64. "Backup Plus",
  65. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  66. US_FL_NO_ATA_1X),
  67. /* Reported-by: Marcin Zajączkowski <mszpak@wp.pl> */
  68. UNUSUAL_DEV(0x0bc2, 0xa013, 0x0000, 0x9999,
  69. "Seagate",
  70. "Backup Plus",
  71. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  72. US_FL_NO_ATA_1X),
  73. /* Reported-by: Hans de Goede <hdegoede@redhat.com> */
  74. UNUSUAL_DEV(0x0bc2, 0xa0a4, 0x0000, 0x9999,
  75. "Seagate",
  76. "Backup Plus Desk",
  77. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  78. US_FL_NO_ATA_1X),
  79. /* https://bbs.archlinux.org/viewtopic.php?id=183190 */
  80. UNUSUAL_DEV(0x0bc2, 0xab20, 0x0000, 0x9999,
  81. "Seagate",
  82. "Backup+ BK",
  83. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  84. US_FL_NO_ATA_1X),
  85. /* https://bbs.archlinux.org/viewtopic.php?id=183190 */
  86. UNUSUAL_DEV(0x0bc2, 0xab21, 0x0000, 0x9999,
  87. "Seagate",
  88. "Backup+ BK",
  89. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  90. US_FL_NO_ATA_1X),
  91. /* Reported-by: G. Richard Bellamy <rbellamy@pteradigm.com> */
  92. UNUSUAL_DEV(0x0bc2, 0xab2a, 0x0000, 0x9999,
  93. "Seagate",
  94. "BUP Fast HDD",
  95. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  96. US_FL_NO_ATA_1X),
  97. /* Reported-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> */
  98. UNUSUAL_DEV(0x13fd, 0x3940, 0x0000, 0x9999,
  99. "Initio Corporation",
  100. "INIC-3069",
  101. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  102. US_FL_NO_ATA_1X | US_FL_IGNORE_RESIDUE),
  103. /* Reported-by: Tom Arild Naess <tanaess@gmail.com> */
  104. UNUSUAL_DEV(0x152d, 0x0539, 0x0000, 0x9999,
  105. "JMicron",
  106. "JMS539",
  107. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  108. US_FL_NO_REPORT_OPCODES),
  109. /* Reported-by: Claudio Bizzarri <claudio.bizzarri@gmail.com> */
  110. UNUSUAL_DEV(0x152d, 0x0567, 0x0000, 0x9999,
  111. "JMicron",
  112. "JMS567",
  113. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  114. US_FL_BROKEN_FUA | US_FL_NO_REPORT_OPCODES),
  115. /* Reported-by: Hans de Goede <hdegoede@redhat.com> */
  116. UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999,
  117. "VIA",
  118. "VL711",
  119. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  120. US_FL_NO_ATA_1X),
  121. /* Reported-by: Takeo Nakayama <javhera@gmx.com> */
  122. UNUSUAL_DEV(0x357d, 0x7788, 0x0000, 0x9999,
  123. "JMicron",
  124. "JMS566",
  125. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  126. US_FL_NO_REPORT_OPCODES),
  127. /* Reported-by: Hans de Goede <hdegoede@redhat.com> */
  128. UNUSUAL_DEV(0x4971, 0x1012, 0x0000, 0x9999,
  129. "Hitachi",
  130. "External HDD",
  131. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  132. US_FL_IGNORE_UAS),
  133. /* Reported-by: Richard Henderson <rth@redhat.com> */
  134. UNUSUAL_DEV(0x4971, 0x8017, 0x0000, 0x9999,
  135. "SimpleTech",
  136. "External HDD",
  137. USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  138. US_FL_NO_REPORT_OPCODES),