CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/28 07:50:57
Modified files:
sys/dev/usb : usb_subr.c
Log message:
Some USB devices have a iManufacturer property that is just a single space.
Handle this (and substitute the vendor name from usbdevs) by checking the
length of the string after trimming spaces.
ok jsg@
