Module Name: src Committed By: snj Date: Tue May 10 23:10:59 UTC 2016
Modified Files: src/sys/dev/usb [netbsd-6]: uslsa.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1381): sys/dev/usb/uslsa.c: revision 1.19 Improve support for the CP2104. This particular device has a higher maximum baud rate and thus the SLSA_R_SET_BAUDDIV sets the wrong rate. Changed to code to use the SLSA_R_SET_BAUDRATE command and providing a fallback for the old SLSA_R_SET_BAUDDIV command if the device doesn't recognize the command. Unknown yet if the CP2101 has this command or not. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.2.1 src/sys/dev/usb/uslsa.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.