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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-06
Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into staging
Anthony Liguori
8
-87
/
+290
2013-12-02
trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)
Stefan Weil
2
-1
/
+1
2013-11-28
usb: move usb_{hi,lo} helpers to header file.
Gerd Hoffmann
2
-10
/
+11
2013-11-28
Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"
Gerd Hoffmann
1
-1
/
+1
2013-11-28
ehci: implement port wakeup
Gerd Hoffmann
1
-2
/
+16
2013-11-26
xhci: Call usb_device_alloc/free_streams
Hans de Goede
1
-0
/
+117
2013-11-26
usb: Add usb_device_alloc/free_streams
Hans de Goede
1
-0
/
+18
2013-11-26
usb: Add max_streams attribute to endpoint info
Hans de Goede
2
-0
/
+24
2013-11-26
uas: s/ui/iu/
Hans de Goede
1
-38
/
+38
2013-11-26
uas: Fix response iu struct definition
Hans de Goede
1
-10
/
+8
2013-11-26
uas: Bounds check tags when using streams
Hans de Goede
1
-0
/
+14
2013-11-26
uas: Streams are numbered 1-y, rather then 0-x
Hans de Goede
1
-3
/
+3
2013-11-26
uas: Fix / cleanup usb_uas_task error handling
Hans de Goede
1
-17
/
+3
2013-11-26
uas: Only use report iu-s for task_mgmt status reporting
Hans de Goede
1
-8
/
+22
2013-11-26
xhci: add support for suspend/resume
Gerd Hoffmann
1
-0
/
+8
2013-11-26
xhci: Add a few missing checks for disconnected devices
Hans de Goede
1
-2
/
+11
2013-11-13
usb: drop unused USBNetState.inpkt field
Stefan Hajnoczi
1
-1
/
+0
2013-11-05
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
3
-5
/
+6
2013-10-31
Merge remote-tracking branch 'kraxel/usb.91' into staging
Anthony Liguori
2
-37
/
+39
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
4
-11
/
+6
2013-10-22
usb-hcd-xhci: Update endpoint context dequeue pointer for streams too
Hans de Goede
1
-2
/
+8
2013-10-22
usb-hcd-xhci: Report completion of active transfer with CC_STOPPED on ep stop
Hans de Goede
1
-8
/
+18
2013-10-22
usb-hcd-xhci: Remove unused cancelled member from XHCITransfer
Hans de Goede
1
-5
/
+0
2013-10-22
usb-hcd-xhci: Remove unused sstreamsm member from XHCIStreamContext
Hans de Goede
1
-9
/
+0
2013-10-22
usb-host-libusb: Detach kernel drivers earlier
Hans de Goede
1
-2
/
+5
2013-10-22
usb-host-libusb: Configuration 0 may be a valid configuration
Hans de Goede
1
-5
/
+4
2013-10-22
usb-host-libusb: Fix reset handling
Hans de Goede
1
-6
/
+4
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
4
-11
/
+6
2013-10-02
pci-ohci: Add missing 'break' in ohci_service_td
Ján Veselý
1
-0
/
+2
2013-09-19
usb: Fix iovec memleak on combined-packet free
Hans de Goede
1
-0
/
+1
2013-09-19
usb: Also reset max_packet_size on ep_reset
Hans de Goede
1
-0
/
+3
2013-09-19
xhci: Fix memory leak on xhci_disable_ep
Hans de Goede
1
-0
/
+5
2013-09-19
xhci: Add xhci_epid_to_usbep helper function
Hans de Goede
1
-10
/
+22
2013-09-19
xhci: Init a transfers xhci, slotid and epid member on epctx alloc
Hans de Goede
1
-3
/
+3
2013-09-19
xhci: Fix number of streams allocated when using streams
Hans de Goede
1
-1
/
+1
2013-09-19
usb: remove old usb-host code
Gerd Hoffmann
2
-2550
/
+0
2013-09-10
ehci: save device pointer in EHCIState
Gerd Hoffmann
2
-4
/
+4
2013-09-10
Remove dev-bluetooth.c dependency from vl.c
Miroslav Rezanina
2
-4
/
+9
2013-09-10
usb: sanity check setup_index+setup_len in post_load
Gerd Hoffmann
1
-0
/
+4
2013-09-03
Merge remote-tracking branch 'kraxel/usb.88' into staging
Anthony Liguori
5
-23
/
+78
2013-09-02
usb/dev-hid: Modified usb-tablet category from Misc to Input
Marcel Apfelbaum
1
-1
/
+1
2013-09-02
Revert "usb-hub: report status changes only once"
Gerd Hoffmann
1
-5
/
+1
2013-09-02
usb-hub: add tracepoint for status reports
Gerd Hoffmann
1
-0
/
+1
2013-09-02
usb: parallelize usb3 streams
Gerd Hoffmann
1
-3
/
+4
2013-09-02
uas: add property for request logging
Gerd Hoffmann
1
-3
/
+12
2013-09-02
xhci: reset port when disabling slot
Gerd Hoffmann
1
-0
/
+1
2013-09-02
xhci: emulate intr endpoint intervals correctly
Gerd Hoffmann
1
-7
/
+37
2013-09-02
xhci: fix endpoint interval calculation
Gerd Hoffmann
1
-1
/
+1
2013-09-02
xhci: add port to slot_address tracepoint
Gerd Hoffmann
1
-1
/
+1
2013-09-02
xhci: add tracepoint for endpoint state changes
Gerd Hoffmann
1
-0
/
+19
[next]