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-hub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-15
Upgrade to upstream v1.1.0.
Evgeny Voevodin
1
-562
/
+0
2011-11-23
usb-hub: implement reset
Gerd Hoffmann
1
-3
/
+17
2011-11-22
usb-hub: wakeup on detach too.
Gerd Hoffmann
1
-0
/
+2
2011-11-01
usb: change VID/PID for usb-hub and usb-msd to prevent conflict
Roy Tam
1
-2
/
+2
2011-11-01
usb-hub: wakeup on attach
Gerd Hoffmann
1
-0
/
+1
2011-10-13
usb-hub: don't trigger assert on packet completion.
Gerd Hoffmann
1
-2
/
+6
2011-10-13
usb-hub: need to check dev->attached
Gerd Hoffmann
1
-2
/
+2
2011-09-07
usb: claim port at device initialization time.
Gerd Hoffmann
1
-11
/
+1
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-3
/
+5
2011-07-08
usb-hub: remove unused descriptor arrays
Gerd Hoffmann
1
-68
/
+0
2011-07-05
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
1
-0
/
+12
2011-07-05
usb: Make port wakeup and complete ops take a USBPort instead of a Device
Hans de Goede
1
-5
/
+5
2011-05-26
usb: add usb_handle_packet
Gerd Hoffmann
1
-1
/
+1
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
1
-3
/
+3
2011-05-26
usb: update config descriptors to identify number of interfaces
Brad Hards
1
-0
/
+1
2011-05-04
usb: move complete callback to port ops
Gerd Hoffmann
1
-0
/
+14
2011-01-24
usb hub: add migration support
Gerd Hoffmann
1
-0
/
+24
2011-01-12
usb: zap pdev from usbport
Gerd Hoffmann
1
-1
/
+1
2011-01-11
usb: keep track of physical port address.
Gerd Hoffmann
1
-0
/
+11
2011-01-11
usb: add speed mask to ports
Gerd Hoffmann
1
-1
/
+2
2011-01-11
usb: hub: remote wakeup support.
Gerd Hoffmann
1
-0
/
+12
2011-01-11
usb: rework attach/detach workflow
Gerd Hoffmann
1
-26
/
+20
2011-01-11
usb: create USBPortOps, move attach there.
Gerd Hoffmann
1
-1
/
+5
2011-01-11
usb: move remote wakeup handling to common code
Gerd Hoffmann
1
-22
/
+0
2011-01-11
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
1
-8
/
+1
2011-01-11
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
1
-4
/
+0
2011-01-11
usb hub: use new descriptor infrastructure.
Gerd Hoffmann
1
-63
/
+78
2010-12-11
Record which USBDevice USBPort belongs too.
Gleb Natapov
1
-1
/
+1
2010-12-11
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
1
-0
/
+1
2010-04-25
usb: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-2
/
+1
2009-12-18
Make USB hid devices self-powered
Riku Voipio
1
-1
/
+1
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
1
-1
/
+1
2009-12-12
qdev: Separate USB product description from qdev name
Markus Armbruster
1
-0
/
+1
2009-10-05
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
1
-1
/
+5
2009-09-09
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
1
-6
/
+2
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
1
-20
/
+29
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+2
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-4
/
+4
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-11
/
+11
2006-08-12
SCSI and USB async IO support.
pbrook
1
-28
/
+18
2006-07-19
usb destroy API change (Lonnie Mendez)
bellard
1
-3
/
+9
2006-06-26
display device identifier string for user with info usb (Lonnie Mendez)
bellard
1
-0
/
+2
2006-05-25
Rearrange SCSI disk emulation code.
pbrook
1
-1
/
+3
2006-05-21
OHCI USB host emulation.
pbrook
1
-5
/
+8
2006-05-05
patch in bLength for hub descriptor (Lonnie Mendez)
bellard
1
-1
/
+2
2006-04-30
fixes for more than 8 ports - return NAK if no change - FreeBSD workaround (L...
bellard
1
-10
/
+42
2006-04-24
do not set PORT_STAT_C_ENABLE when doing port reset (Lonnie Mendez)
bellard
1
-1
/
+0
2006-04-24
separate file for usb hub device
bellard
1
-0
/
+518