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
2012-06-11
Merge remote-tracking branch 'kraxel/usb.52' into staging
Anthony Liguori
4
-361
/
+636
2012-06-07
ehci: rework frame skipping
Gerd Hoffmann
1
-15
/
+10
2012-06-07
ehci: adaptive wakeup rate.
Gerd Hoffmann
1
-18
/
+39
2012-06-07
ehci: create ehci_update_frindex
Gerd Hoffmann
1
-12
/
+23
2012-06-07
ehci: remove unused attach_poll_counter
Gerd Hoffmann
1
-2
/
+0
2012-06-07
ehci: fix halt status handling
Gerd Hoffmann
1
-15
/
+24
2012-06-07
ehci: update status bits in ehci_set_state
Gerd Hoffmann
1
-4
/
+10
2012-06-07
ehci: add ehci_*_enabled() helpers
Gerd Hoffmann
1
-6
/
+21
2012-06-07
ehci: fix reset
Gerd Hoffmann
1
-4
/
+6
2012-06-07
ehci: kick async schedule on wakeup
Gerd Hoffmann
1
-0
/
+2
2012-06-07
ehci: schedule async bh on async packet completion
Gerd Hoffmann
1
-0
/
+4
2012-06-07
ehci: move async schedule to bottom half
Gerd Hoffmann
1
-1
/
+10
2012-06-07
ehci: add async field to EHCIQueue
Gerd Hoffmann
1
-43
/
+49
2012-06-07
ehci: tweak queue initialization
Gerd Hoffmann
1
-4
/
+4
2012-06-07
ehci: add queuing support
Gerd Hoffmann
1
-9
/
+51
2012-06-07
ehci: move ehci_flush_qh
Gerd Hoffmann
1
-17
/
+18
2012-06-07
ehci: cache USBDevice in EHCIQueue
Gerd Hoffmann
1
-12
/
+19
2012-06-07
ehci: make ehci_execute work on EHCIPacket instead of EHCIQueue
Gerd Hoffmann
1
-13
/
+9
2012-06-07
ehci: add EHCIPacket
Gerd Hoffmann
1
-77
/
+157
2012-06-07
xhci: trace: slots
Gerd Hoffmann
1
-6
/
+6
2012-06-07
xhci: trace: transfers
Gerd Hoffmann
1
-8
/
+10
2012-06-07
xhci: trace: endpoints
Gerd Hoffmann
1
-17
/
+5
2012-06-07
xhci: trace: ring fetch
Gerd Hoffmann
1
-8
/
+2
2012-06-07
xhci: trace: irq + events
Gerd Hoffmann
1
-8
/
+4
2012-06-07
xhci: trace: run+stop
Gerd Hoffmann
1
-3
/
+2
2012-06-07
xhci: trace: mmio reads+writes
Gerd Hoffmann
1
-58
/
+105
2012-06-07
xhci: Clean up reset function
Jan Kiszka
1
-5
/
+4
2012-06-07
usb-storage: migration support
Gerd Hoffmann
1
-2
/
+21
2012-06-07
usb-storage: add scsi_off, remove scsi_buf
Gerd Hoffmann
1
-4
/
+4
2012-06-07
usb-storage: add usb_msd_packet_complete()
Gerd Hoffmann
1
-12
/
+16
2012-06-07
usb-storage: remove MSDState->residue
Gerd Hoffmann
1
-6
/
+4
2012-06-07
uhci: fix irq routing
Gerd Hoffmann
1
-2
/
+19
2012-06-07
uhci: zap uhci_pre_save
Gerd Hoffmann
1
-8
/
+0
2012-06-07
uhci: make bandwidth tunable
Gerd Hoffmann
1
-2
/
+4
2012-06-07
uhci: use bottom half
Gerd Hoffmann
1
-1
/
+13
2012-06-07
uhci: fix bandwidth management
Gerd Hoffmann
1
-10
/
+12
2012-06-07
build: convert libhw to nested Makefile.objs
Paolo Bonzini
1
-0
/
+9
2012-06-07
build: move target-independent hw/ objects to nested Makefile.objs
Paolo Bonzini
1
-0
/
+4
2012-06-04
net: net_client_init(): use error_set()
Luiz Capitulino
1
-2
/
+5
2012-06-04
net: purge the monitor object from all init functions
Luiz Capitulino
1
-1
/
+1
2012-06-04
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
1
-1
/
+1
2012-05-14
Merge remote-tracking branch 'kraxel/usb.50' into staging
Anthony Liguori
1
-0
/
+9
2012-05-14
usb-host: handle guest-issued clear halt
Gerd Hoffmann
1
-0
/
+9
2012-05-14
fix some common typos
Jim Meyering
1
-2
/
+2
2012-04-26
usb-uhci: update irq line on reset
Gerd Hoffmann
1
-0
/
+1
2012-04-26
usb: add serial number generator
Gerd Hoffmann
10
-0
/
+42
2012-04-26
usb-redir: Not finding an async urb id is not an error
Hans de Goede
1
-1
/
+1
2012-04-26
usb-redir: Reset device address and speed on disconnect
Hans de Goede
1
-0
/
+2
2012-04-26
usb-redir: An interface count of 0 is a valid value
Hans de Goede
1
-2
/
+3
2012-04-26
usb-xhci: fix bit test
Lai Jiangshan
1
-1
/
+1
[next]