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-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-07-08
usb_register_port(): do not set port->opaque and port->index twice
Jes Sorensen
1
-2
/
+0
2011-07-05
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
1
-2
/
+0
2011-07-05
usb: Add a register_companion USB bus op.
Hans de Goede
1
-0
/
+31
2011-07-05
usb: Move (initial) call of usb_port_location to usb_fill_port
Hans de Goede
1
-0
/
+1
2011-07-05
usb: Add a usb_fill_port helper function
Hans de Goede
1
-2
/
+8
2011-06-23
usb-bus: Don't allow speed mismatch while attaching devices
Hans de Goede
1
-0
/
+5
2011-06-23
usb: Proper error propagation for usb_device_attach errors
Hans de Goede
1
-12
/
+13
2011-06-23
usb-bus: Don't allow attaching a device to a bus with no free ports
Hans de Goede
1
-0
/
+5
2011-06-14
usb-bus: Don't detach non attached devices on device exit
Hans de Goede
1
-1
/
+3
2011-06-14
usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helper
Hans de Goede
1
-0
/
+1
2011-06-14
usb: cancel async packets on unplug
Gerd Hoffmann
1
-1
/
+4
2011-01-24
usb-bus: use snprintf
Blue Swirl
1
-5
/
+7
2011-01-24
usb core: add migration support
Gerd Hoffmann
1
-0
/
+16
2011-01-12
usb: zap pdev from usbport
Gerd Hoffmann
1
-2
/
+1
2011-01-12
usb: rewrite fw path, fix numbering
Gerd Hoffmann
1
-42
/
+26
2011-01-11
usb: add port property.
Gerd Hoffmann
1
-4
/
+22
2011-01-11
usb: keep track of physical port address.
Gerd Hoffmann
1
-3
/
+23
2011-01-11
usb: add speed mask to ports
Gerd Hoffmann
1
-1
/
+2
2011-01-11
usb: create USBPortOps, move attach there.
Gerd Hoffmann
1
-2
/
+4
2011-01-11
usb descriptors: add settable strings.
Gerd Hoffmann
1
-0
/
+1
2010-12-11
Add get_fw_dev_path callback for usb bus.
Gleb Natapov
1
-0
/
+42
2010-12-11
Record which USBDevice USBPort belongs too.
Gleb Natapov
1
-1
/
+2
2010-04-25
usb: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-2
/
+1
2010-04-02
usb-bus: fix no params
TeLeMan
1
-1
/
+1
2010-03-17
Avoid crash on '-usbdevice <device>' without parameters
Jan Kiszka
1
-1
/
+3
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-2
/
+2
2010-02-25
Fix -usbdevice crash
Paul Brook
1
-0
/
+3
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
-1
/
+1
2009-12-12
qdev: Rename USBDevice member devname to product_desc
Markus Armbruster
1
-5
/
+6
2009-10-30
usb: print attached status in info qtree
Gerd Hoffmann
1
-3
/
+4
2009-10-30
usb: make attach optional.
Gerd Hoffmann
1
-1
/
+2
2009-10-30
usb core: use qdev for -usbdevice
Gerd Hoffmann
1
-0
/
+47
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-05
usb: hotplug windup
Gerd Hoffmann
1
-0
/
+2
2009-10-05
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
1
-8
/
+49
2009-10-05
switch usb bus to inplace allocation.
Gerd Hoffmann
1
-5
/
+2
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-16
/
+16
2009-09-09
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
1
-4
/
+136
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
1
-0
/
+82