CVSROOT: /cvs Module name: src Changes by: jake...@cvs.openbsd.org 2010/10/09 03:48:04
Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: * define structure that represents USB descriptor with variable sized member the way uaudio does, make the variable sized member as large as it can be and don't define the following members. * reenable control support for devices where bControlSize != 2 in the processing unit descriptor. tested on alpha, amd64, i386, sparc64 and zaurus, as well as the machine where previous support for variable bControlSize caused a hang.