FreeBSD Bugzilla – Attachment 34546 Details for
Bug 56097
Empty vendor string overrides known
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 509 bytes, created by
hburch
on 2003-08-28 21:20:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
hburch
Created:
2003-08-28 21:20:13 UTC
Size:
509 bytes
patch
obsolete
>*** /tmp/usb_subr.c Thu Aug 28 16:05:34 2003 >--- ./usb_subr.c Thu Aug 28 16:06:15 2003 >*************** >*** 229,234 **** >--- 229,238 ---- > > vendor = usbd_get_string(dev, udd->iManufacturer, v); > product = usbd_get_string(dev, udd->iProduct, p); >+ if (vendor && !*vendor) >+ vendor = NULL; >+ if (product && !*product) >+ product = NULL; > #ifdef USBVERBOSE > if (vendor == NULL || product == NULL) { > for(kdp = usb_knowndevs;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 56097
: 34546