Searched hist:ffe08da5 (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | xhci.c | diff ffe08da5 Mon Nov 10 14:16:13 GMT 2014 mpi <mpi@openbsd.org> Apparently xhci(4) also needs a hook to set the address of a device.
Some Low/Full speed devices do not like to get a SET_ADDRESS command before we have read (some bits of) their device descriptor. So change the attach logic to issue two "Device Address" command with a BSR dance.
This should fix the "device problem, disabling port" error seen on root hubs with some Low/Full speed devices, reported by miod@.
|