commit | 5372a3f7c8ceec09f7ebeb2545bfff7f38840084 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Dec 31 01:55:48 2014 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Jan 07 10:13:46 2015 -0500 |
tree | 6fbfb9fe13dd2dddef44698279a569d1f8ba7190 | |
parent | abd674200825ef0df1cb8560b774e24db01cb9f2 [diff] |
ohci: Merge ohci_send_control with ohci_send_bulk Merge both the control and bulk pipe sending functions into one new function: ohci_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>