usb: serial: Add new motoflash pid for wrigley
authorJames Wylder <james.wylder@motorola.com>
Wed, 2 Mar 2011 21:18:59 +0000 (15:18 -0600)
committerBenoit Goby <benoit@android.com>
Wed, 2 Mar 2011 22:43:27 +0000 (14:43 -0800)
Add the updated wrigley datacard pid to the
list of flashable devices.

Change-Id: I44c0dc1d64136003eeb50df436f20e7765f058dc
Signed-off-by: James Wylder <james.wylder@motorola.com>
drivers/usb/serial/moto_flashmdm.c

index 8b4378c7e79160317233a09bcb2884d90235bac7..49170f573471c0a53f0a35ae8a1285db7f99e31e 100644 (file)
@@ -27,6 +27,7 @@ static struct usb_device_id id_table[] = {
        {USB_DEVICE_AND_INTERFACE_INFO(0x22b8, 0x2db4, 0x0a, 0, 0xfc)},
        {USB_DEVICE_AND_INTERFACE_INFO(0x22b8, 0x4281, 0x0a, 0, 0xfc)},
        {USB_DEVICE(0x22b8, 0x4260)}, /* wrigley in flash mode */
+       {USB_DEVICE(0x22b8, 0x426d)}, /* wrigley in flash bl3080 */
        {},
 };