aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
diff options
context:
space:
mode:
authorKevin Lloyd <linux@sierrawireless.com>2007-07-16 16:49:27 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-07-19 20:46:03 -0400
commit112225b13cedd53dfd6455038b8843cf004ddec9 (patch)
treeb700aba6f57c5d7805314039a49b89801dd2e166 /drivers/usb/storage
parenteb33caec1ed29fa2b04a2c5f02e3fed2add91db4 (diff)
USB: sierra: Add TRU-Install (c) Support
This patch adds compatibility with Sierra Wireless' new TRU-Install feature. Future devices that use this feature will not work unless this patch has been applied. Signed-off-by: Kevin Lloyd <linux@sierrawireless.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r--drivers/usb/storage/unusual_devs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index b6bf31a97b60..26fd196869b9 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1384,6 +1384,17 @@ UNUSUAL_DEV( 0x1019, 0x0c55, 0x0000, 0x0110,
1384 US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init, 1384 US_SC_DEVICE, US_PR_DEVICE, usb_stor_ucr61s2b_init,
1385 0 ), 1385 0 ),
1386 1386
1387/* Reported by Kevin Lloyd <linux@sierrawireless.com>
1388 * Entry is needed for the initializer function override,
1389 * which instructs the device to load as a modem
1390 * device.
1391 */
1392UNUSUAL_DEV( 0x1199, 0x0fff, 0x0000, 0x9999,
1393 "Sierra Wireless",
1394 "USB MMC Storage",
1395 US_SC_DEVICE, US_PR_DEVICE, NULL,
1396 US_FL_IGNORE_DEVICE),
1397
1387/* Reported by Jaco Kroon <jaco@kroon.co.za> 1398/* Reported by Jaco Kroon <jaco@kroon.co.za>
1388 * The usb-storage module found on the Digitech GNX4 (and supposedly other 1399 * The usb-storage module found on the Digitech GNX4 (and supposedly other
1389 * devices) misbehaves and causes a bunch of invalid I/O errors. 1400 * devices) misbehaves and causes a bunch of invalid I/O errors.