diff options
-rw-r--r-- | drivers/usb/serial/sierra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index 5e55959daaaf..af667a1828b0 100644 --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c | |||
@@ -155,7 +155,7 @@ static struct usb_device_id id_table [] = { | |||
155 | { USB_DEVICE(0x1199, 0x0019) }, /* Sierra Wireless AirCard 595 */ | 155 | { USB_DEVICE(0x1199, 0x0019) }, /* Sierra Wireless AirCard 595 */ |
156 | { USB_DEVICE(0x1199, 0x0021) }, /* Sierra Wireless AirCard 597E */ | 156 | { USB_DEVICE(0x1199, 0x0021) }, /* Sierra Wireless AirCard 597E */ |
157 | { USB_DEVICE(0x1199, 0x0120) }, /* Sierra Wireless USB Dongle 595U */ | 157 | { USB_DEVICE(0x1199, 0x0120) }, /* Sierra Wireless USB Dongle 595U */ |
158 | { USB_DEVICE(0x1199, 0x0023) }, /* Sierra Wireless AirCard */ | 158 | { USB_DEVICE_AND_INTERFACE_INFO(0x1199, 0x0023, 0xFF, 0xFF, 0xFF) }, /* Sierra Wireless C597 */ |
159 | 159 | ||
160 | { USB_DEVICE(0x1199, 0x6802) }, /* Sierra Wireless MC8755 */ | 160 | { USB_DEVICE(0x1199, 0x6802) }, /* Sierra Wireless MC8755 */ |
161 | { USB_DEVICE(0x1199, 0x6804) }, /* Sierra Wireless MC8755 */ | 161 | { USB_DEVICE(0x1199, 0x6804) }, /* Sierra Wireless MC8755 */ |