diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-20 17:20:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-20 17:20:49 -0700 |
commit | fd9908c078b30db393e9855fb96f804793af23ba (patch) | |
tree | 1b7a6b097ce579c01b9c862b279683915bea21dc /drivers/usb/serial/ch341.c | |
parent | 57312b75aa06b09c28acd9c5a9c70827da3696d2 (diff) | |
parent | afba937e540c902c989cd516fd97ea0c8499bb27 (diff) | |
download | op-kernel-dev-fd9908c078b30db393e9855fb96f804793af23ba.zip op-kernel-dev-fd9908c078b30db393e9855fb96f804793af23ba.tar.gz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6:
USB: CDC WDM driver
USB: ehci-orion: the Orion EHCI root hub does have a Transaction Translator
USB: serial: ch341: New VID/PID for CH341 USB-serial
USB: build fix
USB: pxa27x_udc - Fix Oops
USB: OPTION: fix name of Onda MSA501HS HSDPA modem
USB: add TELIT HDSPA UC864-E modem to option driver
usb-serial: Use ftdi_sio driver for RATOC REX-USB60F
Diffstat (limited to 'drivers/usb/serial/ch341.c')
-rw-r--r-- | drivers/usb/serial/ch341.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/ch341.c b/drivers/usb/serial/ch341.c index ba28fdc..1f7c86b 100644 --- a/drivers/usb/serial/ch341.c +++ b/drivers/usb/serial/ch341.c @@ -28,6 +28,7 @@ static int debug; static struct usb_device_id id_table [] = { { USB_DEVICE(0x4348, 0x5523) }, + { USB_DEVICE(0x1a86, 0x7523) }, { }, }; MODULE_DEVICE_TABLE(usb, id_table); |