cvs commit: src/sys/dev/usb usb_subr.c

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Sun Jan 18 04:46:20 PST 2004


sanpei      2004/01/18 04:46:19 PST

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_subr.c 
  Log:
  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 at lumeta.com>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.59      +4 -0      src/sys/dev/usb/usb_subr.c


More information about the cvs-src mailing list