cvs commit: src/sys/bus/usb usb.c

Matthew Dillon dillon at apollo.backplane.com
Sun May 25 11:44:21 PDT 2008


:mneumann    2008/05/25 09:53:41 PDT
:
:DragonFly src repository
:
:  Modified files:
:    sys/bus/usb          usb.c 
:  Log:
:  Defer boot-time exploration of USB busses until all devices in the
:  system have been attached, but no later. This ensures that we do
:  not explore ohci or uhci busses before the companion ehci controller
:  has been initialised, so it should fix the problem of multi-speed
:  USB devices getting attached as USB 1 devices first and then
:  re-attached as USB 2.
:  
:  This fixes issue #946 for qemu and my HP Compaq 6710b laptop.
:  
:  Obtained-from:  FreeBSD/usb.c 1.104 to 1.106 and NetBSD/usb.c 1.35
:  Dragonfly-bug:  <http://bugs.dragonflybsd.org/issue947>
:  
:  Revision  Changes    Path
:  1.44      +31 -10    src/sys/bus/usb/usb.c

    Make sure USB keyboards still work :-)  There was some code in there
    to probe for a USB keyboard very early in the boot sequence.  I forget
    where exactly.

						-Matt






More information about the Commits mailing list