]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
CHROMIUM: USB: add quirk for Novatel Wireless E362 modem
authorBen Chan <benchan@chromium.org>
Tue, 12 Feb 2013 02:23:58 +0000 (18:23 -0800)
committerChromeBot <chrome-bot@google.com>
Wed, 13 Feb 2013 00:21:48 +0000 (16:21 -0800)
BUG=chrome-os-partner:17609
TEST=Tested the following:
1. Leave the Chromebook on battery and verify that the USB auto-suspend
   is enabled on the E362 modem.
2. Repeatedly suspend and resume the Chromebook.

Change-Id: Ic9f0b82e6092f50b4e1f06192c29a1f3f4aa1326
Signed-off-by: Ben Chan <benchan@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/43125
Reviewed-by: Scott James Remnant <keybuk@chromium.org>
drivers/usb/core/quirks.c

index 4c65eb6a867a1974d8596caaccc9d3d3f15152ef..89af11caf6d878c2abf2775427152e2ef2ccae22 100644 (file)
@@ -140,6 +140,9 @@ static const struct usb_device_id usb_quirk_list[] = {
        { USB_DEVICE(0x10d6, 0x2200), .driver_info =
                        USB_QUIRK_STRING_FETCH_255 },
 
+       /* Novatel Wireless E362 LTE modem */
+       { USB_DEVICE(0x1410, 0x9010), .driver_info = USB_QUIRK_RESET_RESUME },
+
        /* SKYMEDI USB_DRIVE */
        { USB_DEVICE(0x1516, 0x8628), .driver_info = USB_QUIRK_RESET_RESUME },