]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: ch341: add new id
authorwangyanqing <udknight@gmail.com>
Fri, 11 Mar 2011 14:24:38 +0000 (06:24 -0800)
committerAK <andi@firstfloor.org>
Thu, 31 Mar 2011 18:58:39 +0000 (11:58 -0700)
commiteefbb867d84225d11fe5ea7367cef079addca9d4
tree139251509f04d2fc12c21d7bd95ef4d2926204b6
parente688c3c8e6031059fbea2ebdb2f07948280a9561
USB: serial: ch341: add new id

commit d0781383038e983a63843a9a6a067ed781db89c1 upstream.

I picked up a new DAK-780EX(professional digitl reverb/mix system),
which use CH341T chipset to communication with computer on 3/2011
and the CH341T's vendor code is 1a86

Looking up the CH341T's vendor and product id's I see:

1a86  QinHeng Electronics
  5523  CH341 in serial mode, usb to serial port converter

CH341T,CH341 are the products of the same company, maybe
have some common hardware, and I test the ch341.c works
well with CH341T

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/usb/serial/ch341.c