Re: [Qemu-devel] [PATCH 7/7] use libusb for usb-host

2013-04-22 Thread Andreas Färber
Am 18.04.2013 15:07, schrieb Markus Armbruster: > Gerd Hoffmann writes: > >> Reimplement usb-host on top of libusb. >> Reasons to do this: >> >> (1) Largely rewritten from scratch, nice opportunity to kill historical >> cruft. >> (2) Offload usbfs handling to libusb. >> (3) Have a single

Re: [Qemu-devel] [PATCH 7/7] use libusb for usb-host

2013-04-18 Thread Markus Armbruster
Gerd Hoffmann writes: > Reimplement usb-host on top of libusb. > Reasons to do this: > > (1) Largely rewritten from scratch, nice opportunity to kill historical > cruft. > (2) Offload usbfs handling to libusb. > (3) Have a single portable code base instead of bsd + linux variants. > (4)

[Qemu-devel] [PATCH 7/7] use libusb for usb-host

2013-04-16 Thread Gerd Hoffmann
Reimplement usb-host on top of libusb. Reasons to do this: (1) Largely rewritten from scratch, nice opportunity to kill historical cruft. (2) Offload usbfs handling to libusb. (3) Have a single portable code base instead of bsd + linux variants. (4) Bring usb-host support to any platform