Re: Unify and document usbd_transfer(9)

2013-09-05 Thread Martin Pieuchot
On 17/05/13(Fri) 20:19, Martin Pieuchot wrote: > On 14/05/13(Tue) 16:09, Marcus Glocker wrote: > > On Fri, May 10, 2013 at 09:44:53AM +0200, Martin Pieuchot wrote: > > > [...] > > > > > > This diff gets rid of the two badly named functions: usbd_bulk_transfer() > > > & usbd_intr_transfer() and ma

Re: Unify and document usbd_transfer(9)

2013-05-17 Thread Martin Pieuchot
On 14/05/13(Tue) 16:09, Marcus Glocker wrote: > On Fri, May 10, 2013 at 09:44:53AM +0200, Martin Pieuchot wrote: > > > So this is is one more step in my effort to merge the various code paths > > to submit an USB transfer. > > > > This diff gets rid of the two badly named functions: usbd_bulk_tra

Re: Unify and document usbd_transfer(9)

2013-05-14 Thread Marcus Glocker
On Fri, May 10, 2013 at 09:44:53AM +0200, Martin Pieuchot wrote: > So this is is one more step in my effort to merge the various code paths > to submit an USB transfer. > > This diff gets rid of the two badly named functions: usbd_bulk_transfer() > & usbd_intr_transfer() and makes use of the usbd

Unify and document usbd_transfer(9)

2013-05-10 Thread Martin Pieuchot
So this is is one more step in my effort to merge the various code paths to submit an USB transfer. This diff gets rid of the two badly named functions: usbd_bulk_transfer() & usbd_intr_transfer() and makes use of the usbd_setup_xfer(9) + usbd_transfer(9) combination. These functions were badly