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

Ian Dowse iedowse at FreeBSD.org
Thu Mar 24 17:44:38 PST 2005


iedowse     2005-03-25 01:44:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          uhub.c 
  Log:
  Use usbd_get_string() instead of calling usbd_get_string_desc()
  with the wrong language parameter when retrieving the device serial
  number. This invalid request caused some devices not to work at
  all.
  
  PR:             usb/79190
  Submitted by:   Hans Petter Selasky <hselasky at c2i.net>
  
  Revision  Changes    Path
  1.68      +3 -15     src/sys/dev/usb/uhub.c


More information about the cvs-src mailing list