K 10 svn:author V 6 sanpei K 8 svn:date V 27 2004-01-18T12:46:19.000000Z K 7 svn:log V 575 Empty vendor string overrides knowndevs ubd_devinfo_vp() is getting an empty string from its usbd_get_string() call on the vendor, instead of NULL. This means usb_knowndevs in not consulted. Add lines between grabbing those char *s and the USBVERBOSE ifdef to set vendor to NULL if it is the empty string (similarly for product). This causes vendor to be filled-out, although the product name read overrules usb_knowndevs (this appears to be a conscience decision made by the NetBSD folks): PR: kern/56097 Submitted by: Hal Burch MFC after: 1 week END