diff options
author | Andrey Arapov <andrey.arapov@gmail.com> | 2007-07-04 17:11:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 16:34:43 -0700 |
commit | b0e2a705bffbfb70d9bed8b5f9094901f28d9563 (patch) | |
tree | 2062453724b8a9a8e7a3221d7a733d8d731b6916 /drivers/usb/class | |
parent | 2d70c99b9340fa6c834fa6e32209e153f35a3e20 (diff) | |
download | linux-3.10-b0e2a705bffbfb70d9bed8b5f9094901f28d9563.tar.gz linux-3.10-b0e2a705bffbfb70d9bed8b5f9094901f28d9563.tar.bz2 linux-3.10-b0e2a705bffbfb70d9bed8b5f9094901f28d9563.zip |
USB: cdc-acm: add new device id to option driver
USB: add new device id to option driver
device is Samsung X180 China cellphone
Signed-off-by: Andrey Arapov <andrey.arapov@gmail.com>
Acked-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/class')
-rw-r--r-- | drivers/usb/class/cdc-acm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 0081c1d1268..cd51520c7e7 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c @@ -1157,6 +1157,9 @@ static struct usb_device_id acm_ids[] = { { USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */ .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ }, + { USB_DEVICE(0x0e8d, 0x0003), /* FIREFLY, MediaTek Inc; andrey.arapov@gmail.com */ + .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ + }, { USB_DEVICE(0x0482, 0x0203), /* KYOCERA AH-K3001V */ .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ }, |