CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/13 06:04:53
Modified files:
sys/dev/usb : uplcom.c
Log message:
Add support for the PL2303HXN series chips to uplcom(4). The main
difference is that is uses a different bRequest value for READ/WRITE.
Apart from that the flow control bits are in a different register
and resetting the data pipes uses different bits as well. We can
check if its an HXN by reading an HX-only register and checking for
a fail.
ok kettenis@
