69 Commits (0ab07c623c629acfbc792e5a174129c19faefbb7)

Author SHA1 Message Date
Hans de Goede 2cc59d8cb0 usb-linux: Get the active configuration from sysfs rather then asking the dev 16 years ago
Hans de Goede 71d71bbdeb usb-linux: introduce a usb_linux_get_configuration function 16 years ago
Hans de Goede 0f5160d1ea usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYS 16 years ago
Shahar Havivi b373a63a2e Return usb device to host on exit 16 years ago
Shahar Havivi 00ff227a32 Return usb device to host on usb_del command 16 years ago
David Ahern 2791104cfb Changes to usb-linux to conform to coding style 16 years ago
Blue Swirl d4c4e6fdc7 usb: remove dead assignments, spotted by clang analyzer 16 years ago
Anthony Liguori ddbda4323e Revert "usb-linux: remove unreachable default in switch statement" 16 years ago
Paul Bolle 3c9c706c3b usb-linux: remove unreachable default in switch statement 16 years ago
Markus Armbruster 4491e0f398 usb: Remove disabled monitor_printf() in usb_read_file() 16 years ago
malc d0f2c4c602 Do not use dprintf 16 years ago
Christian Krause fd7a446f16 usb-linux: increase buffer for USB control requests 16 years ago
Paolo Bonzini b29a7def92 usb-linux.c: remove write-only variable 16 years ago
Kirill A. Shutemov 9f99cee7fa usb-linux.c: fix warning with _FORTIFY_SOURCE 16 years ago
Kevin Wolf beb6f0de7a Fix QEMU_WARN_UNUSED_RESULT 16 years ago
Gerd Hoffmann eba6fe8732 usb-host: check mon before using it. 17 years ago
Markus Armbruster 556cd09885 qdev: Replace device names containing whitespace 17 years ago
Markus Armbruster 063846984c qdev: Separate USB product description from qdev name 17 years ago
Markus Armbruster 0fe6d12e0b qdev: Rename USBDevice member devname to product_desc 17 years ago
Markus Armbruster 0745eb1e43 Fix recently introduced bugs in -usbdevice host 17 years ago
Gerd Hoffmann 26a9e82ac4 usb-host: use qdev for -usbdevice + rework. 17 years ago
Paul Bolle dcc7e25fd1 usb-linux: return USB_RET_STALL on -EPIPE 17 years ago
Markus Armbruster 33e66b86d8 Check return value of qdev_init() 17 years ago
Markus Armbruster 05a9169929 Unbreak USB autoconnect filters 17 years ago
Gerd Hoffmann 22f84e73d8 unbreak usb pass-through on linux. 17 years ago
malc b2e3b6e914 Use proper format conversion specifier when printing size_t value 17 years ago
Jim Paris c4c0e236be usb-linux.c: fix buffer overflow 17 years ago
Gerd Hoffmann a5d2f7273c qdev/usb: make qemu aware of usb busses. 17 years ago
Gerd Hoffmann 806b602482 qdev/usb: add usb bus support to qdev, convert drivers. 17 years ago
Blue Swirl 179da8afe6 USB: use opaque parameter passing for monitor handle 17 years ago
Blue Swirl 660f11be54 Fix Sparse warnings: "Using plain integer as NULL pointer" 17 years ago
Mark McLoughlin 554962405c Prefer sysfs for USB host devices 17 years ago
Jason Wessel d55ebf5539 USB serial device support 17 years ago
aliguori 376253ece4 monitor: Rework API (Jan Kiszka) 17 years ago
aliguori 1eec614b36 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) 17 years ago
blueswir1 b4e237aae7 Suppress a -Werror=format-security warning 18 years ago
blueswir1 6806364989 Native BSD host USB support (Juergen Lock, Lonnie Mendez) 18 years ago
blueswir1 47398b9c36 Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger 18 years ago
pbrook e41b39105b Use locally defined structure. 18 years ago
blueswir1 5be8e1f258 Silence warnings about unused variables 18 years ago
aliguori f16a0db323 Keep usb host scanning from leaking file descriptors 18 years ago
aliguori 22babebbaa Fix broken USB support for Linux host (Bjorn Danielsson) 18 years ago
aliguori 0f431527b7 Add USB sys file-system support (v8) (TJ) 18 years ago
aliguori ac4ffb5a13 Don't use sprintf() or strcpy() 18 years ago
blueswir1 d9cf15784f Define a few structures instead of including a file, add "static" 18 years ago
aliguori 5d0c5750bb usb: Support for removing device by host addr, improved auto filter syntax (Max Krasnyansky) 18 years ago
aliguori 446ab1284e husb: Make control transactions asynchronous (Max Krasnyansky) 18 years ago
aliguori 0d38064858 husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky) 18 years ago
aliguori 24772c1eda husb: remove disconnect detection timer (Max Krasnyansky) 18 years ago
aliguori 64838171c4 husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky) 18 years ago