.. | .. |
---|
1 | | -// SPDX-License-Identifier: GPL-2.0+ |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
---|
2 | 2 | /* |
---|
3 | 3 | * Driver for USB Mass Storage compliant devices |
---|
4 | 4 | * Unusual Devices File |
---|
.. | .. |
---|
44 | 44 | * mode. Existing userspace solutions are superior. |
---|
45 | 45 | * |
---|
46 | 46 | * 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/ |
---|
48 | 48 | */ |
---|
49 | 49 | |
---|
50 | 50 | #if !defined(CONFIG_USB_STORAGE_SDDR09) && \ |
---|
.. | .. |
---|
1281 | 1281 | USB_SC_RBC, USB_PR_BULK, NULL, |
---|
1282 | 1282 | 0 ), |
---|
1283 | 1283 | |
---|
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 | | - |
---|
1290 | 1284 | /* aeb */ |
---|
1291 | 1285 | UNUSUAL_DEV( 0x090c, 0x1132, 0x0000, 0xffff, |
---|
1292 | 1286 | "Feiya", |
---|
.. | .. |
---|
2300 | 2294 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
---|
2301 | 2295 | US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ), |
---|
2302 | 2296 | |
---|
| 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 | + |
---|
2303 | 2304 | /* Supplied with some Castlewood ORB removable drives */ |
---|
2304 | 2305 | UNUSUAL_DEV( 0x2027, 0xa001, 0x0000, 0x9999, |
---|
2305 | 2306 | "Double-H Technology", |
---|