index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb-hub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
2012-02-15
1
-44
/
+28
|
\
|
*
usb: pass USBEndpoint to usb_wakeup
Gerd Hoffmann
2012-02-10
1
-3
/
+5
|
*
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
2012-02-10
1
-1
/
+1
|
*
usb: kill handle_packet callback
Gerd Hoffmann
2012-02-10
1
-39
/
+0
|
*
usb-hub: implement find_device
Gerd Hoffmann
2012-02-10
1
-0
/
+21
|
*
usb: kill USB_MSG_RESET
Gerd Hoffmann
2012-02-10
1
-1
/
+1
*
|
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+3
|
/
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-8
/
+10
*
usb: separate out legacy usb registration from type registration
Anthony Liguori
2012-02-03
1
-1
/
+1
*
usb: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-14
/
+21
*
usb: track altsetting in USBDevice
Gerd Hoffmann
2012-01-13
1
-7
/
+0
*
usb-hub: implement reset
Gerd Hoffmann
2011-11-23
1
-3
/
+17
*
usb-hub: wakeup on detach too.
Gerd Hoffmann
2011-11-22
1
-0
/
+2
*
usb: change VID/PID for usb-hub and usb-msd to prevent conflict
Roy Tam
2011-11-01
1
-2
/
+2
*
usb-hub: wakeup on attach
Gerd Hoffmann
2011-11-01
1
-0
/
+1
*
usb-hub: don't trigger assert on packet completion.
Gerd Hoffmann
2011-10-13
1
-2
/
+6
*
usb-hub: need to check dev->attached
Gerd Hoffmann
2011-10-13
1
-2
/
+2
*
usb: claim port at device initialization time.
Gerd Hoffmann
2011-09-07
1
-11
/
+1
*
usb: use iovecs in USBPacket
Gerd Hoffmann
2011-08-04
1
-3
/
+5
*
usb-hub: remove unused descriptor arrays
Gerd Hoffmann
2011-07-08
1
-68
/
+0
*
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
2011-07-05
1
-0
/
+12
*
usb: Make port wakeup and complete ops take a USBPort instead of a Device
Hans de Goede
2011-07-05
1
-5
/
+5
*
usb: add usb_handle_packet
Gerd Hoffmann
2011-05-26
1
-1
/
+1
*
usb: Pass the packet to the device's handle_control callback
Hans de Goede
2011-05-26
1
-3
/
+3
*
usb: update config descriptors to identify number of interfaces
Brad Hards
2011-05-26
1
-0
/
+1
*
usb: move complete callback to port ops
Gerd Hoffmann
2011-05-04
1
-0
/
+14
*
usb hub: add migration support
Gerd Hoffmann
2011-01-24
1
-0
/
+24
*
usb: zap pdev from usbport
Gerd Hoffmann
2011-01-12
1
-1
/
+1
*
usb: keep track of physical port address.
Gerd Hoffmann
2011-01-11
1
-0
/
+11
*
usb: add speed mask to ports
Gerd Hoffmann
2011-01-11
1
-1
/
+2
*
usb: hub: remote wakeup support.
Gerd Hoffmann
2011-01-11
1
-0
/
+12
*
usb: rework attach/detach workflow
Gerd Hoffmann
2011-01-11
1
-26
/
+20
*
usb: create USBPortOps, move attach there.
Gerd Hoffmann
2011-01-11
1
-1
/
+5
*
usb: move remote wakeup handling to common code
Gerd Hoffmann
2011-01-11
1
-22
/
+0
*
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
2011-01-11
1
-8
/
+1
*
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
2011-01-11
1
-4
/
+0
*
usb hub: use new descriptor infrastructure.
Gerd Hoffmann
2011-01-11
1
-63
/
+78
*
Record which USBDevice USBPort belongs too.
Gleb Natapov
2010-12-11
1
-1
/
+1
*
Introduce fw_name field to DeviceInfo structure.
Gleb Natapov
2010-12-11
1
-0
/
+1
*
usb: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-2
/
+1
*
Make USB hid devices self-powered
Riku Voipio
2009-12-18
1
-1
/
+1
*
qdev: Replace device names containing whitespace
Markus Armbruster
2009-12-12
1
-1
/
+1
*
qdev: Separate USB product description from qdev name
Markus Armbruster
2009-12-12
1
-0
/
+1
*
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
2009-10-05
1
-1
/
+5
*
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
2009-09-09
1
-6
/
+2
*
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-09-09
1
-20
/
+29
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+2
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-4
/
+4
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-11
/
+11
[next]