Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.
I tested it on cheap serial converter.(Only costs 980JPY.)
This commit is contained in:
parent
91fb7b9b19
commit
02c788a24e
1036
sys/dev/usb/uchcom.c
Normal file
1036
sys/dev/usb/uchcom.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -2257,7 +2257,8 @@ product WACOM GRAPHIRE 0x0010 Graphire
|
||||
product WACOM GRAPHIRE3_4X5 0x0013 Graphire 3 4x5
|
||||
product WACOM INTUOSA5 0x0021 Intuos A5
|
||||
product WACOM GD0912U 0x0022 Intuos 9x12 Graphics Tablet
|
||||
|
||||
/* WCH products*/
|
||||
product WCH CH341SER 0x5523 CH341/CH340 USB-Serial Bridge
|
||||
/* Western Digital products */
|
||||
product WESTERN COMBO 0x0200 Firewire USB Combo
|
||||
product WESTERN EXTHDD 0x0400 External HDD
|
||||
|
9
sys/modules/uchcom/Makefile
Normal file
9
sys/modules/uchcom/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
S= ${.CURDIR}/../..
|
||||
.PATH: $S/dev/usb
|
||||
|
||||
KMOD= uchcom
|
||||
SRCS= uchcom.c opt_usb.h device_if.h bus_if.h usbdevs.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user