diff options
author | Manoj Iyer <manoj.iyer@canonical.com> | 2009-04-06 11:58:49 -0400 |
---|---|---|
committer | Leann Ogasawara <leann.ogasawara@canonical.com> | 2011-08-30 13:15:13 -0400 |
commit | 07fafaca05393d71e798a65d717c683c02814e64 (patch) | |
tree | 88d907ea3c2bad7dc297df6256745c9a9eb567c5 /drivers/usb | |
parent | 5bdfb18cd21bb08a2b0e55698999fb3f39047bd4 (diff) |
UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
OriginalAuthor: Timo Aaltonen <tjaalton@ubuntu.com>
BugLink: http://bugs.launchpad.net/bugs/348861
Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | 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 3041a974faf..5dc3ced7cbe 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1163,6 +1163,13 @@ UNUSUAL_DEV( 0x0af0, 0x6971, 0x0000, 0x9999, | |||
1163 | USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, | 1163 | USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, |
1164 | 0), | 1164 | 0), |
1165 | 1165 | ||
1166 | /* Reported by Timo Aaltonen <tjaalton@ubuntu.com> */ | ||
1167 | UNUSUAL_DEV( 0x0af0, 0x7011, 0x0000, 0x9999, | ||
1168 | "Option", | ||
1169 | "Mass Storage", | ||
1170 | USB_SC_DEVICE, USB_PR_DEVICE, option_ms_init, | ||
1171 | 0 ), | ||
1172 | |||
1166 | /* Reported by F. Aben <f.aben@option.com> | 1173 | /* Reported by F. Aben <f.aben@option.com> |
1167 | * This device (wrongly) has a vendor-specific device descriptor. | 1174 | * This device (wrongly) has a vendor-specific device descriptor. |
1168 | * The entry is needed so usb-storage can bind to it's mass-storage | 1175 | * The entry is needed so usb-storage can bind to it's mass-storage |