Sign in
qemu
/
qemu
/
f8c75b2486d62bf1cbe824aa4c471118061bdcd3
/
include
/
hw
/
usb.h
daf015e
include/qemu/iov.h: Don't include qemu-common.h
by Markus Armbruster
· 9 years ago
ec29ea1
usb: Remove unused functions
by Thomas Huth
· 10 years ago
f4bbaaf
usb: Propagate errors through usb_register_companion()
by Markus Armbruster
· 10 years ago
1ce6be2
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
by Markus Armbruster
· 10 years ago
594a536
usb-bus: introduce a wrapper function to check speed
by Gonglei
· 10 years ago
bd2ba27
usb-bus: remove "init" from USBDeviceClass struct
by Gonglei
· 10 years ago
7d553f2
usb-bus: convert USBDeviceClass init to realize
by Gonglei
· 10 years ago
e5a9bec
usb: add usb_bus_release function
by Gonglei
· 11 years ago
f13bef9
hw/timer: Move extern declaration from .c to .h file
by Stefan Weil
· 11 years ago
b791c3b
usb: add usb_pick_speed
by Gerd Hoffmann
· 11 years ago
bd93976
usb: Remove magic constants from device bmAttributes
by Pantelis Koukousoulas
· 11 years ago
5319dc7
usb: add support for microsoft os descriptors
by Gerd Hoffmann
· 11 years ago
2b81ba5
usb: add vendor request defines
by Gerd Hoffmann
· 11 years ago
3b444ea
usb: Add usb_device_alloc/free_streams
by Hans de Goede
· 11 years ago
04b300f
usb: Add max_streams attribute to endpoint info
by Hans de Goede
· 11 years ago
615fe4d
Remove dev-bluetooth.c dependency from vl.c
by Miroslav Rezanina
· 12 years ago
c889b3a
usb: Pass size to usb_bus_new()
by Andreas Färber
· 12 years ago
71938a0
usb: add serial bus property
by Gerd Hoffmann
· 12 years ago
47b5264
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/usb.h]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
8550a02
usb-core: usb3 streams
by Gerd Hoffmann
· 12 years ago
6a98d1c
usb: make usb_packet_copy operate on combined packets
by Gerd Hoffmann
· 12 years ago
e382d96
usb: add usb_ep_set_halted
by Gerd Hoffmann
· 12 years ago
1a3973b
usb-host: remove usb_host_device_close
by Gerd Hoffmann
· 12 years ago
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
b2d1fe6
usbredir: Add support for buffered bulk input (v2)
by Hans de Goede
· 12 years ago
f79738b
usb: Add an usb_device_ep_stopped USBDevice method
by Hans de Goede
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
7c12fd9
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
993d46c
Fix spelling in comments and documentation
by Stefan Weil
· 12 years ago
386ab48
usb: Allow overriding of usb_desc at the device level
by Hans de Goede
· 12 years ago
be41efd
usb: Don't allow USB_RET_ASYNC for interrupt packets
by Hans de Goede
· 12 years ago
9a77a0f
usb: split packet result into actual_length + status
by Hans de Goede
· 12 years ago
a552a96
usb: Add packet combining functions
by Hans de Goede
· 12 years ago
bb4d2b2
usb/ehci-pci: add helper to create ich9 usb controllers
by Gerd Hoffmann
· 12 years ago
a6fb2dd
usb: Add an int_req flag to USBPacket
by Hans de Goede
· 12 years ago
6ba43f1
usb: Move short-not-ok handling to the core
by Hans de Goede
· 12 years ago
0cae7b1
usb: Move clearing of queue on halt to the core
by Hans de Goede
· 12 years ago
36dfe32
usb: Add USB_RET_ADD_TO_QUEUE packet result code
by Hans de Goede
· 12 years ago
d0ff81b
usb: Rename __usb_packet_complete to usb_packet_complete_one
by Hans de Goede
· 12 years ago
2077469
usb3: bos decriptor
by Gerd Hoffmann
· 13 years ago
b43a285
usb3: superspeed endpoint companion
by Gerd Hoffmann
· 13 years ago
c13a9e6
usb-core: Add a usb_ep_find_packet_by_id() helper function
by Hans de Goede
· 13 years ago
e983395
usb: unique packet ids
by Gerd Hoffmann
· 13 years ago
0132b4b
usb: Halt ep queue en cancel pending packets on a packet error
by Hans de Goede
· 13 years ago
31e404f
hw/block-common: Move BlockConf & friends from block.h
by Markus Armbruster
· 13 years ago
7c37e6a
usb: fix interface initialization
by Gerd Hoffmann
· 13 years ago
19deaa0
usb: split endpoint init and reset
by Gerd Hoffmann
· 13 years ago
e2f8992
usb: Convert usb_packet_{map, unmap} to universal DMA helpers
by David Gibson
· 13 years ago
0d93692
qdev: Convert busses to QEMU Object Model
by Anthony Liguori
· 13 years ago
eeb0cf9
usb/vmstate: add parent dev path
by Gerd Hoffmann
· 14 years ago
5ac2731
usb: improve packet state sanity checks
by Gerd Hoffmann
· 13 years ago
1b4b29a
usb: add shortcut for control transfers
by Gerd Hoffmann
· 13 years ago
7936e0f
usb: add pipelining option to usb endpoints
by Gerd Hoffmann
· 13 years ago
d61000a
usb: add USB_RET_IOERROR
by Hans de Goede
· 13 years ago
3741715
usb: Resolve warnings about unassigned bus on usb device creation
by Jan Kiszka
· 13 years ago
37f32f0
usb: add USBBusOps->wakeup_endpoint
by Gerd Hoffmann
· 13 years ago
7567b51
usb: pass USBEndpoint to usb_wakeup
by Gerd Hoffmann
· 13 years ago
db4be87
usb: maintain async packet list per endpoint
by Gerd Hoffmann
· 13 years ago
079d0b7
usb: Set USBEndpoint in usb_packet_setup().
by Gerd Hoffmann
· 13 years ago
63095ab
usb: add USBEndpoint->{nr,pid}
by Gerd Hoffmann
· 13 years ago
f53c398
usb: USBPacket: add status, rename owner -> ep
by Gerd Hoffmann
· 13 years ago
7f74a56
usb: kill handle_packet callback
by Gerd Hoffmann
· 13 years ago
73796fe
usb: add usb_find_device()
by Gerd Hoffmann
· 13 years ago
70fc20d
usb: kill usb_send_msg
by Gerd Hoffmann
· 13 years ago
d28f4e2
usb: kill USB_MSG_RESET
by Gerd Hoffmann
· 13 years ago
d1f8b53
usb: kill USB_MSG_{ATTACH,DETACH}
by Gerd Hoffmann
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
ba02430
usb: separate out legacy usb registration from type registration
by Anthony Liguori
· 13 years ago
62aed76
usb: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
9ca2140
Merge remote-tracking branch 'kraxel/usb.37' into staging
by Anthony Liguori
· 13 years ago
25d5de7
usb: link packets to endpoints not devices
by Gerd Hoffmann
· 13 years ago
f003397
usb: add max_packet_size to USBEndpoint
by Gerd Hoffmann
· 14 years ago
5b6780d
usb/debug: add usb_ep_dump
by Gerd Hoffmann
· 14 years ago
82f02fe
usb: add ifnum to USBEndpoint
by Gerd Hoffmann
· 14 years ago
d8e17ef
usb: add USBEndpoint
by Gerd Hoffmann
· 14 years ago
701a8f7
vmstate: extract declarations out of hw/hw.h
by Paolo Bonzini
· 13 years ago
b870472
usb: add audio device model
by H. Peter Anvin
· 14 years ago
1de14d4
usb: track altsetting in USBDevice
by Gerd Hoffmann
· 14 years ago
6536051
usb: track configuration and interface count in USBDevice.
by Gerd Hoffmann
· 14 years ago
e0b8e72
usb: fix port reset
by Gerd Hoffmann
· 13 years ago
5b1cdb4
usb-musb: Add reset function
by Juha Riihimäki
· 14 years ago
406c207
usb-musb: Take a DeviceState* in init function
by Peter Maydell
· 14 years ago
9147b75
usb: Remove leading underscores from __musb_irq_max
by Peter Maydell
· 14 years ago
891fb2c
usb: claim port at device initialization time.
by Gerd Hoffmann
· 14 years ago
f3aaaa2
usb-hid: remove usb_hid_datain_cb
by Gerd Hoffmann
· 14 years ago
4f4321c
usb: use iovecs in USBPacket
by Gerd Hoffmann
· 14 years ago
4706ab6
usb: Replace device_destroy bus op with a child_detach port op
by Hans de Goede
· 14 years ago
d47e59b
usb: Make port wakeup and complete ops take a USBPort instead of a Device
by Hans de Goede
· 14 years ago
ae60fea
usb: Add a register_companion USB bus op.
by Hans de Goede
· 14 years ago
a7fb71d
usb: ignore USB_DT_DEBUG
by Gerd Hoffmann
· 14 years ago
ba3f9bf
usb: Add a speedmask to devices
by Hans de Goede
· 14 years ago
8e25781
usb: Add defines for USB Serial Bus Release Number register
by Brad Hards
· 14 years ago
07771f6
usb: cancel async packets on unplug
by Gerd Hoffmann
· 14 years ago
eb5e680
usb: move cancel callback to USBDeviceInfo
by Gerd Hoffmann
· 14 years ago
4ff658f
usb: keep track of packet owner.
by Gerd Hoffmann
· 14 years ago
53aa8c0
usb: add usb_handle_packet
by Gerd Hoffmann
· 14 years ago
50b7963
usb-linux: use usb_generic_handle_packet()
by Hans de Goede
· 14 years ago
007fd62
usb: Pass the packet to the device's handle_control callback
by Hans de Goede
· 14 years ago
Next »