hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/usb/storage/unusual_devs.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /*
33 * Driver for USB Mass Storage compliant devices
44 * Unusual Devices File
....@@ -44,7 +44,7 @@
4444 * mode. Existing userspace solutions are superior.
4545 *
4646 * New mode switching devices should instead be added to the database
47
- * maintained at http://www.draisberghof.de/usb_modeswitch/
47
+ * maintained at https://www.draisberghof.de/usb_modeswitch/
4848 */
4949
5050 #if !defined(CONFIG_USB_STORAGE_SDDR09) && \
....@@ -1281,12 +1281,6 @@
12811281 USB_SC_RBC, USB_PR_BULK, NULL,
12821282 0 ),
12831283
1284
-UNUSUAL_DEV(0x090c, 0x1000, 0x1100, 0x1100,
1285
- "Samsung",
1286
- "Flash Drive FIT",
1287
- USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1288
- US_FL_MAX_SECTORS_64),
1289
-
12901284 /* aeb */
12911285 UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff,
12921286 "Feiya",
....@@ -2300,6 +2294,13 @@
23002294 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
23012295 US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
23022296
2297
+/* Reported by Witold Lipieta <witold.lipieta@thaumatec.com> */
2298
+UNUSUAL_DEV( 0x1fc9, 0x0117, 0x0100, 0x0100,
2299
+ "NXP Semiconductors",
2300
+ "PN7462AU",
2301
+ USB_SC_DEVICE, USB_PR_DEVICE, NULL,
2302
+ US_FL_IGNORE_RESIDUE ),
2303
+
23032304 /* Supplied with some Castlewood ORB removable drives */
23042305 UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999,
23052306 "Double-H Technology",