summaryrefslogtreecommitdiff
path: root/hw/usb/core.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11usb-core: Allow the first packet of a pipelined ep to complete immediatelyHans de Goede1-1/+1
2012-09-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede1-0/+15
2012-09-11usb-core: Don't set packet state to complete on a nakHans de Goede1-2/+4
2012-08-31usb: unique packet idsGerd Hoffmann1-1/+2
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede1-7/+28
2012-08-16usb: async control xfer fixupGerd Hoffmann1-0/+1
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-3/+3
2012-07-09usb: fix interface initializationGerd Hoffmann1-2/+2
2012-07-09usb: split endpoint init and resetGerd Hoffmann1-2/+11
2012-06-07change iov_* function prototypes to be more appropriateMichael Tokarev1-3/+3
2012-04-26usb-ehci: add missing usb_packet_init() callGerd Hoffmann1-0/+1
2012-04-17usb_packet_set_state: handle p->ep == NULLGerd Hoffmann1-6/+11
2012-03-13usb: improve packet state sanity checksGerd Hoffmann1-6/+31
2012-03-13usb: the big renameGerd Hoffmann1-0/+663