[PATCH 5/6] UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
Andy Whitcroft
apw at canonical.com
Wed Sep 16 17:27:23 UTC 2009
From: Manoj Iyer <manoj.iyer at canonical.com>
OriginalAuthor: Timo Aaltonen <tjaalton at ubuntu.com>
BugLink: http://bugs.launchpad.net/bugs/348861
Signed-off-by: Manoj Iyer <manoj.iyer at canonical.com>
Signed-off-by: Tim Gardner <tim.gardner at canonical.com>
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
drivers/usb/storage/unusual_devs.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 7477d41..d123b92 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1149,6 +1149,13 @@ UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999,
US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
0),
+/* Reported by Timo Aaltonen <tjaalton at ubuntu.com> */
+UNUSUAL_DEV( 0x0af0, 0x7011, 0x0000, 0x9999,
+ "Option",
+ "Mass Storage",
+ US_SC_DEVICE, US_PR_DEVICE, option_ms_init,
+ 0 ),
+
/* Reported by F. Aben <f.aben at option.com>
* This device (wrongly) has a vendor-specific device descriptor.
* The entry is needed so usb-storage can bind to it's mass-storage
--
1.6.3.rc3.199.g24398
More information about the kernel-team
mailing list