CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/02/09 04:47:01
Modified files: sys/dev/usb : usb_subr.c Log message: Do not allow to unconfigure a device by setting the configuration number 0, leaving its descriptors pointing to NULL. There's a lot of code in our stack that assumes that the various descriptors are always valid and changing this would be too much work for the moment. Fix an issue reported by Thomas Pfaff, thanks!