]> git.ipfire.org Git - people/ms/linux.git/commit
USB: serial: ch341: add new id
authorwangyanqing <udknight@gmail.com>
Fri, 11 Mar 2011 14:24:38 +0000 (06:24 -0800)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2011 16:47:04 +0000 (12:47 -0400)
commit6aa020ed85d7c39d45c0a5775a0451bb50261c1b
treefdf1a5b3b73d66041b9f90a0b0181d985f7b7c7d
parentd79559a7a4ae3980f2199e1f5d16acb7714bf258
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: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/usb/serial/ch341.c