Module Name: src Committed By: riz Date: Sun Nov 8 05:17:40 UTC 2015
Modified Files: src/sys/dev/usb [netbsd-7]: uplcom.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1027): sys/dev/usb/uplcom.c: revision 1.76 Don't pretend to do zero length IN control transfers as dwctwo(4) (correctly according to usb 2.0 specification 8.5.3) uses IN status stage when no (zero length) data stage. Instead read into a 1 byte array. My uplcom(4) now works on RPI. To generate a diff of this commit: cvs rdiff -u -r1.74.2.1 -r1.74.2.2 src/sys/dev/usb/uplcom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.