]> xenbits.xensource.com Git - seabios.git/commit
uhci: Merge uhci_send_control with uhci_send_bulk
authorKevin O'Connor <kevin@koconnor.net>
Wed, 31 Dec 2014 06:56:53 +0000 (01:56 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 7 Jan 2015 15:13:46 +0000 (10:13 -0500)
commiteb9f3ae5e652d24ff36f45dda80b013417f81f23
treeea1127db8b2ed7470c84e11f59353dc91033da38
parent5372a3f7c8ceec09f7ebeb2545bfff7f38840084
uhci: Merge uhci_send_control with uhci_send_bulk

Merge both the control and bulk pipe sending functions into one new
function: uhci_send_pipe().  The two existing functions were similar,
and by merging them the resulting code supports more flexible control
transfers.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/usb-uhci.c
src/hw/usb-uhci.h
src/hw/usb.c