From 9f0b555056d9202d3f82fad3f7a09c6727952552 Mon Sep 17 00:00:00 2001 From: James Wylder Date: Wed, 2 Mar 2011 15:18:59 -0600 Subject: [PATCH] usb: serial: Add new motoflash pid for wrigley Add the updated wrigley datacard pid to the list of flashable devices. Change-Id: I44c0dc1d64136003eeb50df436f20e7765f058dc Signed-off-by: James Wylder --- drivers/usb/serial/moto_flashmdm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/serial/moto_flashmdm.c b/drivers/usb/serial/moto_flashmdm.c index 8b4378c7e791..49170f573471 100644 --- a/drivers/usb/serial/moto_flashmdm.c +++ b/drivers/usb/serial/moto_flashmdm.c @@ -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 */ {}, }; -- 2.34.1