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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: move cancel callback to USBDeviceInfo
Gerd Hoffmann
2011-05-26
1
-1
/
+1
*
usb: keep track of packet owner.
Gerd Hoffmann
2011-05-26
1
-0
/
+32
*
usb: add usb_handle_packet
Gerd Hoffmann
2011-05-26
1
-2
/
+15
*
usb-linux: use usb_generic_handle_packet()
Hans de Goede
2011-05-26
1
-3
/
+38
*
usb: Pass the packet to the device's handle_control callback
Hans de Goede
2011-05-26
1
-4
/
+7
*
usb: control buffer fixes
Hans de Goede
2011-05-04
1
-0
/
+6
*
usb: add attach callback
Gerd Hoffmann
2011-01-11
1
-1
/
+6
*
usb: add usb_wakeup() + wakeup callback to port ops
Gerd Hoffmann
2011-01-11
1
-0
/
+7
*
usb: rework attach/detach workflow
Gerd Hoffmann
2011-01-11
1
-1
/
+19
*
usb: create USBPortOps, move attach there.
Gerd Hoffmann
2011-01-11
1
-1
/
+1
*
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-09-09
1
-8
/
+8
*
usb: generic packet handler cleanup and documentation (Max Krasnyansky)
aliguori
2008-08-21
1
-119
/
+146
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+2
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-4
/
+4
*
Spelling fixes, by Stefan Weil.
ths
2007-07-11
1
-1
/
+1
*
SCSI and USB async IO support.
pbrook
2006-08-12
1
-11
/
+21
*
usb destroy API change (Lonnie Mendez)
bellard
2006-07-19
1
-4
/
+1
*
Rearrange SCSI disk emulation code.
pbrook
2006-05-25
1
-1
/
+4
*
separate file for usb hub device
bellard
2006-04-24
1
-497
/
+0
*
usb setup state machine fix when driver reads or writes too many bytes
bellard
2006-04-24
1
-4
/
+4
*
Fix off by one length calciulation.
pbrook
2006-03-11
1
-1
/
+1
*
USB user interface
bellard
2005-11-06
1
-8
/
+7
*
cosmetics
bellard
2005-11-05
1
-52
/
+49
*
initial USB support
bellard
2005-11-05
1
-0
/
+694