Merge xhci_device_setup() into xhci_pipe_init() there's no reason to
authormpi <mpi@openbsd.org>
Sun, 10 Aug 2014 11:21:49 +0000 (11:21 +0000)
committermpi <mpi@openbsd.org>
Sun, 10 Aug 2014 11:21:49 +0000 (11:21 +0000)
commitcf73556ad0bb0576d6ee5e8547a2779cb707abfb
treea55188692c1cc2127d52b030839dbd09139c6a48
parent4269b561f733eb5c2874706889a2a2dad4d46b59
Merge xhci_device_setup() into xhci_pipe_init() there's no reason to
have a separate function anymore, it is just a wrapper around the "set
address" command.
sys/dev/usb/xhci.c