commit | eb9f3ae5e652d24ff36f45dda80b013417f81f23 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Dec 31 01:56:53 2014 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Jan 07 10:13:46 2015 -0500 |
tree | ea1127db8b2ed7470c84e11f59353dc91033da38 | |
parent | 5372a3f7c8ceec09f7ebeb2545bfff7f38840084 [diff] |
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>