Age | Commit message (Expand) | Author |
2012-11-08 | usb: split packet result into actual_length + status | Hans de Goede |
2012-11-01 | usb: Add packet combining functions | Hans de Goede |
2012-10-25 | usb: Enforce iso endpoints never returing USB_RET_ASYNC | Hans de Goede |
2012-10-25 | usb: Add an int_req flag to USBPacket | Hans de Goede |
2012-10-25 | usb: Move short-not-ok handling to the core | Hans de Goede |
2012-10-25 | usb: Move clearing of queue on halt to the core | Hans de Goede |
2012-10-25 | usb: Add USB_RET_ADD_TO_QUEUE packet result code | Hans de Goede |
2012-10-25 | usb: Rename __usb_packet_complete to usb_packet_complete_one | Hans de Goede |
2012-09-11 | usb-core: Allow the first packet of a pipelined ep to complete immediately | Hans de Goede |
2012-09-11 | usb-core: Add a usb_ep_find_packet_by_id() helper function | Hans de Goede |
2012-09-11 | usb-core: Don't set packet state to complete on a nak | Hans de Goede |
2012-08-31 | usb: unique packet ids | Gerd Hoffmann |
2012-08-31 | usb: Halt ep queue en cancel pending packets on a packet error | Hans de Goede |
2012-08-16 | usb: async control xfer fixup | Gerd Hoffmann |
2012-07-09 | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori |
2012-07-09 | usb: fix interface initialization | Gerd Hoffmann |
2012-07-09 | usb: split endpoint init and reset | Gerd Hoffmann |
2012-06-07 | change iov_* function prototypes to be more appropriate | Michael Tokarev |
2012-04-26 | usb-ehci: add missing usb_packet_init() call | Gerd Hoffmann |
2012-04-17 | usb_packet_set_state: handle p->ep == NULL | Gerd Hoffmann |
2012-03-13 | usb: improve packet state sanity checks | Gerd Hoffmann |
2012-03-13 | usb: the big rename | Gerd Hoffmann |