Sign in
qemu
/
qemu
/
ef84755ebb38b4f5629b24440bb00f1ef5287707
/
hw
/
usb
/
host-linux.c
6ba43f1
usb: Move short-not-ok handling to the core
by Hans de Goede
· 12 years ago
63587e3
usb-host: allow emulated (non-async) control requests without USBPacket
by Gerd Hoffmann
· 12 years ago
c19537a
usb: async control xfer fixup
by Gerd Hoffmann
· 13 years ago
c32da15
usb-host: add trace events for iso xfers
by Gerd Hoffmann
· 13 years ago
19deaa0
usb: split endpoint init and reset
by Gerd Hoffmann
· 13 years ago
a229c05
usb-host: live migration support
by Gerd Hoffmann
· 13 years ago
a844ed8
usb-host: attach only to running guest
by Gerd Hoffmann
· 13 years ago
a2498f7
usb-host: handle guest-issued clear halt
by Gerd Hoffmann
· 13 years ago
0b37716
usb-host: fix zero-length packets
by Gerd Hoffmann
· 13 years ago
818d59d
usb-host: don't dereference invalid iovecs
by Gerd Hoffmann
· 13 years ago
96dd9aa
usb-host: rewrite usb_linux_update_endp_table
by Gerd Hoffmann
· 13 years ago
39c2057
usb-host: add property to turn off pipelining
by Gerd Hoffmann
· 13 years ago
19b8925
usb-host: add usb packet to request tracepoints
by Gerd Hoffmann
· 13 years ago
6aebe40
usb-host: trace canceled requests
by Gerd Hoffmann
· 13 years ago
e382e75
usb-host: trace emulated requests
by Gerd Hoffmann
· 13 years ago
65bb3a5
Add bootindex support to usb-host and usb-redir
by Gerd Hoffmann
· 13 years ago
f1ae32a
usb: the big rename
by Gerd Hoffmann
· 13 years ago
[Renamed from usb-linux.c]
9424d4e
usb-host: enable pipelineing for bulk endpoints.
by Gerd Hoffmann
· 13 years ago
d61000a
usb: add USB_RET_IOERROR
by Hans de Goede
· 13 years ago
4d819a9
usb: return BABBLE rather then NAK when we receive too much data
by Hans de Goede
· 13 years ago
3741715
usb: Resolve warnings about unassigned bus on usb device creation
by Jan Kiszka
· 13 years ago
7718564
Merge remote-tracking branch 'kraxel/usb.38' into staging
by Anthony Liguori
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
079d0b7
usb: Set USBEndpoint in usb_packet_setup().
by Gerd Hoffmann
· 13 years ago
7f74a56
usb: kill handle_packet callback
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
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
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
097db43
usb-host: rip out legacy procfs support
by Gerd Hoffmann
· 13 years ago
c75fead
usb-host: properly release port on unplug & exit
by Gerd Hoffmann
· 13 years ago
7279a85
Fix parse of usb device description with multiple configurations
by Cao,Bing Bu
· 13 years ago
c7662da
usb-host: add usb_host_do_reset function.
by Gerd Hoffmann
· 13 years ago
0cd0fd0
usb-linux: fix /proc/bus/usb/devices scan
by Gerd Hoffmann
· 13 years ago
39fba3a
usb-host: fix host close
by Gerd Hoffmann
· 13 years ago
0fcc3bf
usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY
by Gerd Hoffmann
· 13 years ago
e627472
usb-host: factor out code
by Gerd Hoffmann
· 13 years ago
d679157
usb-host: tag as unmigratable
by Gerd Hoffmann
· 14 years ago
0c402e5
usb-host: parse port in /proc/bus/usb/devices scan
by Gerd Hoffmann
· 14 years ago
ba9acab
usb-host: constify port
by Gerd Hoffmann
· 14 years ago
c0e5750
usb-host: endpoint table fixup
by Gerd Hoffmann
· 14 years ago
9516bb4
usb-host: claim port
by Gerd Hoffmann
· 14 years ago
eb7700b
usb-host: fix configuration tracking.
by Gerd Hoffmann
· 14 years ago
3ee886c
usb-host: limit open retries
by Gerd Hoffmann
· 14 years ago
9b87e19
usb-host: fix halted endpoints
by Gerd Hoffmann
· 14 years ago
40197c3
usb-host: reapurb error report fix
by Gerd Hoffmann
· 14 years ago
e6a2f50
usb-host: start tracing support
by Gerd Hoffmann
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
b621bab
usb-host: iovec support
by Gerd Hoffmann
· 14 years ago
4f4321c
usb: use iovecs in USBPacket
by Gerd Hoffmann
· 14 years ago
9e8dd45
notifier: Pass data argument to callback
by Jan Kiszka
· 14 years ago
e4b1776
usb-linux: allow "compatible" high speed devices to connect at fullspeed
by Hans de Goede
· 14 years ago
ba3f9bf
usb: Add a speedmask to devices
by Hans de Goede
· 14 years ago
fa19bf8
usb: Proper error propagation for usb_device_attach errors
by Hans de Goede
· 14 years ago
8288726
usb-linux: track inflight iso urb count
by Gerd Hoffmann
· 14 years ago
b81bcd8
usb-linux: make iso urb count contigurable
by Gerd Hoffmann
· 14 years ago
ca3a36c
usb-linux: add get_endp()
by Gerd Hoffmann
· 14 years ago
f8ddbfb
usb-linux: Enlarge buffer for descriptors to 8192 bytes
by Hans de Goede
· 14 years ago
1f45a81
usb-linux: only cleanup in host_close when host_open was successful.
by Gerd Hoffmann
· 14 years ago
97f8616
usb-linux: Don't try to open the same device twice
by Hans de Goede
· 14 years ago
130314f
usb-linux: Ensure devep != 0
by Hans de Goede
· 14 years ago
61c1117
usb-linux: Don't do perror when errno is not set
by Hans de Goede
· 14 years ago
f264cfb
usb-linux: Teach about super speed
by Hans de Goede
· 14 years ago
3991c35
usb-linux: Get speed from sysfs rather then from the connectinfo ioctl
by Hans de Goede
· 14 years ago
41c01ee
usb-linux: catch ENODEV in more places.
by Gerd Hoffmann
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
eb5e680
usb: move cancel callback to USBDeviceInfo
by Gerd Hoffmann
· 14 years ago
6dfcdcc
usb-linux: fix max_packet_size for highspeed.
by Gerd Hoffmann
· 14 years ago
7113853
usb-linux: split large xfers
by Gerd Hoffmann
· 14 years ago
227ebeb
usb-linux: walk async urb list in cancel
by Gerd Hoffmann
· 14 years ago
7a8fc83
usb-linux: track aurbs in list
by Gerd Hoffmann
· 14 years ago
9056a29
usb-linux: add hostport property
by Gerd Hoffmann
· 14 years ago
5557d82
usb-linux: fix device path aka physical port handling
by Gerd Hoffmann
· 14 years ago
50b7963
usb-linux: use usb_generic_handle_packet()
by Hans de Goede
· 14 years ago
0225e25
usb-linux: Add missing break statement
by Stefan Weil
· 14 years ago
13a9a0d
usb: move complete callback to port ops
by Gerd Hoffmann
· 14 years ago
bb6d549
usb-linux: Add support for buffering iso out usb packets
by Hans de Goede
· 14 years ago
3a4854b
usb-linux: We only need to keep track of 15 endpoints
by Hans de Goede
· 14 years ago
975f299
usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)
by Hans de Goede
· 14 years ago
a0b5fec
usb-linux: Refuse packets for endpoints which are not in the usb descriptor
by Hans de Goede
· 14 years ago
060dc84
usb-linux: Add support for buffering iso usb packets
by Hans de Goede
· 14 years ago
c43831f
usb-linux: Get the alt. setting from sysfs rather then asking the dev
by Hans de Goede
· 14 years ago
ed3a328
usb-linux: introduce a usb_linux_alt_setting function
by Hans de Goede
· 14 years ago
a010208
usb: fix spelling errors in usb-linux.c
by Brad Hards
· 14 years ago
021730f
usb: initialise data element in Linux USB_DISCONNECT ioctl
by Brad Hards
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
2cc59d8
usb-linux: Get the active configuration from sysfs rather then asking the dev
by Hans de Goede
· 14 years ago
71d71bb
usb-linux: introduce a usb_linux_get_configuration function
by Hans de Goede
· 14 years ago
0f5160d
usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYS
by Hans de Goede
· 14 years ago
b373a63
Return usb device to host on exit
by Shahar Havivi
· 15 years ago
00ff227
Return usb device to host on usb_del command
by Shahar Havivi
· 15 years ago
2791104
Changes to usb-linux to conform to coding style
by David Ahern
· 15 years ago
d4c4e6f
usb: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
ddbda43
Revert "usb-linux: remove unreachable default in switch statement"
by Anthony Liguori
· 15 years ago
3c9c706
usb-linux: remove unreachable default in switch statement
by Paul Bolle
· 15 years ago
Next »