diff options
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index b71e0bb1f73c..4a5c68a47e46 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -1131,6 +1131,18 @@ UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, | |||
| 1131 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | 1131 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 1132 | US_FL_NOT_LOCKABLE), | 1132 | US_FL_NOT_LOCKABLE), |
| 1133 | 1133 | ||
| 1134 | UNUSUAL_DEV( 0x085a, 0x0026, 0x0100, 0x0133, | ||
| 1135 | "Xircom", | ||
| 1136 | "PortGear USB-SCSI (Mac USB Dock)", | ||
| 1137 | USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, | ||
| 1138 | US_FL_SCM_MULT_TARG ), | ||
| 1139 | |||
| 1140 | UNUSUAL_DEV( 0x085a, 0x0028, 0x0100, 0x0133, | ||
| 1141 | "Xircom", | ||
| 1142 | "PortGear USB to SCSI Converter", | ||
| 1143 | USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, | ||
| 1144 | US_FL_SCM_MULT_TARG ), | ||
| 1145 | |||
| 1134 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ | 1146 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ |
| 1135 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, | 1147 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, |
| 1136 | "CITIZEN", | 1148 | "CITIZEN", |
| @@ -1970,6 +1982,14 @@ UNUSUAL_DEV( 0x152d, 0x2329, 0x0100, 0x0100, | |||
| 1970 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, | 1982 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, |
| 1971 | US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), | 1983 | US_FL_IGNORE_RESIDUE | US_FL_SANE_SENSE ), |
| 1972 | 1984 | ||
| 1985 | /* Entrega Technologies U1-SC25 (later Xircom PortGear PGSCSI) | ||
| 1986 | * and Mac USB Dock USB-SCSI */ | ||
| 1987 | UNUSUAL_DEV( 0x1645, 0x0007, 0x0100, 0x0133, | ||
| 1988 | "Entrega Technologies", | ||
| 1989 | "USB to SCSI Converter", | ||
| 1990 | USB_SC_DEVICE, USB_PR_DEVICE, usb_stor_euscsi_init, | ||
| 1991 | US_FL_SCM_MULT_TARG ), | ||
| 1992 | |||
| 1973 | /* Reported by Robert Schedel <r.schedel@yahoo.de> | 1993 | /* Reported by Robert Schedel <r.schedel@yahoo.de> |
| 1974 | * Note: this is a 'super top' device like the above 14cd/6600 device */ | 1994 | * Note: this is a 'super top' device like the above 14cd/6600 device */ |
| 1975 | UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, | 1995 | UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x0201, |
