sanpei
69d79b6f35
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 <hburch@lumeta.com>
MFC after: 1 week
2004-01-18 12:46:19 +00:00
..
2003-12-17 17:15:41 +00:00
2003-11-10 00:20:52 +00:00
2003-04-14 14:04:08 +00:00
2003-04-14 14:04:08 +00:00
2003-04-14 14:04:08 +00:00
2003-08-24 17:55:58 +00:00
2003-07-04 01:50:39 +00:00
2003-12-17 14:23:07 +00:00
2003-10-04 21:41:01 +00:00
2003-12-08 07:54:15 +00:00
2003-06-15 21:45:43 +00:00
2003-12-08 07:54:15 +00:00
2003-10-04 21:41:01 +00:00
2003-11-14 11:09:45 +00:00
2003-10-04 21:41:01 +00:00
2003-12-08 07:54:15 +00:00
2003-10-04 21:41:01 +00:00
2003-12-22 15:18:46 +00:00
2003-12-22 15:40:10 +00:00
2003-07-15 23:12:54 +00:00
2003-12-22 15:18:46 +00:00
2004-01-02 05:16:01 +00:00
2004-01-02 05:16:01 +00:00
2003-08-24 17:55:58 +00:00
2003-07-04 01:50:39 +00:00
2004-01-02 05:16:01 +00:00
2003-08-24 17:55:58 +00:00
2003-11-09 09:17:26 +00:00
2004-01-12 14:18:55 +00:00
2004-01-12 14:18:55 +00:00
2003-07-04 01:50:39 +00:00
2003-07-15 23:19:49 +00:00
2003-11-09 09:17:26 +00:00
2003-08-24 17:55:58 +00:00
2004-01-03 15:01:04 +00:00
2003-09-28 20:48:13 +00:00
2004-01-18 09:19:53 +00:00
2003-11-16 12:13:39 +00:00
2003-08-24 17:55:58 +00:00
2003-11-09 09:17:26 +00:00
2003-11-16 13:13:16 +00:00
2003-08-25 22:01:06 +00:00
2003-11-14 11:09:45 +00:00
2003-03-04 23:19:55 +00:00
2003-10-04 22:13:21 +00:00
2003-09-01 01:07:24 +00:00
2003-11-09 23:54:21 +00:00
2004-01-16 15:29:27 +00:00
2004-01-18 12:46:19 +00:00
2003-11-09 23:54:21 +00:00
2003-01-09 04:24:28 +00:00
2004-01-18 08:02:34 +00:00
2004-01-18 09:04:57 +00:00
2004-01-18 09:04:57 +00:00
2003-08-24 17:55:58 +00:00
2003-07-04 01:50:39 +00:00
2003-11-09 23:56:19 +00:00
2003-07-14 20:31:03 +00:00
2003-07-15 22:42:37 +00:00
2004-01-03 12:51:59 +00:00
2004-01-03 15:30:11 +00:00
2004-01-02 05:16:01 +00:00