index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-02
usb: parallelize usb3 streams
Gerd Hoffmann
1
-3
/
+4
2013-06-03
Fix usage of USB_DEV_FLAG_IS_HOST flag.
Michael Marineau
1
-1
/
+1
2013-02-19
usb-core: usb3 streams
Gerd Hoffmann
1
-4
/
+6
2013-02-19
usb: make usb_packet_copy operate on combined packets
Gerd Hoffmann
1
-5
/
+14
2013-02-19
usb: add usb_ep_set_halted
Gerd Hoffmann
1
-0
/
+6
2013-01-07
usb: Fix usb_ep_find_packet_by_id
Hans de Goede
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-04
usb: Don't allow USB_RET_ASYNC for interrupt packets
Hans de Goede
1
-0
/
+4
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
1
-100
/
+109
2012-11-01
usb: Add packet combining functions
Hans de Goede
1
-0
/
+1
2012-10-25
usb: Enforce iso endpoints never returing USB_RET_ASYNC
Hans de Goede
1
-0
/
+1
2012-10-25
usb: Add an int_req flag to USBPacket
Hans de Goede
1
-1
/
+2
2012-10-25
usb: Move short-not-ok handling to the core
Hans de Goede
1
-2
/
+4
2012-10-25
usb: Move clearing of queue on halt to the core
Hans de Goede
1
-1
/
+7
2012-10-25
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
1
-0
/
+4
2012-10-25
usb: Rename __usb_packet_complete to usb_packet_complete_one
Hans de Goede
1
-4
/
+4
2012-09-11
usb-core: Allow the first packet of a pipelined ep to complete immediately
Hans de Goede
1
-1
/
+1
2012-09-11
usb-core: Add a usb_ep_find_packet_by_id() helper function
Hans de Goede
1
-0
/
+15
2012-09-11
usb-core: Don't set packet state to complete on a nak
Hans de Goede
1
-2
/
+4
2012-08-31
usb: unique packet ids
Gerd Hoffmann
1
-1
/
+2
2012-08-31
usb: Halt ep queue en cancel pending packets on a packet error
Hans de Goede
1
-7
/
+28
2012-08-16
usb: async control xfer fixup
Gerd Hoffmann
1
-0
/
+1
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
1
-3
/
+3
2012-07-09
usb: fix interface initialization
Gerd Hoffmann
1
-2
/
+2
2012-07-09
usb: split endpoint init and reset
Gerd Hoffmann
1
-2
/
+11
2012-06-07
change iov_* function prototypes to be more appropriate
Michael Tokarev
1
-3
/
+3
2012-04-26
usb-ehci: add missing usb_packet_init() call
Gerd Hoffmann
1
-0
/
+1
2012-04-17
usb_packet_set_state: handle p->ep == NULL
Gerd Hoffmann
1
-6
/
+11
2012-03-13
usb: improve packet state sanity checks
Gerd Hoffmann
1
-6
/
+31
2012-03-13
usb: the big rename
Gerd Hoffmann
1
-0
/
+663