Re: [Qemu-devel] [PATCH] usb-host: rip out legacy procfs support

2011-12-19 Thread Erik Rull
Gerd Hoffmann wrote: This patch removes support for parsing /proc/bus/usb/devices for device discovery. The code lacks a few features compared to the sysfs code and is also bitrotting as everybody has sysfs these days. This implies having sysfs mounted is mandatory now to use the usb-host drive

[Qemu-devel] [PATCH] usb-host: rip out legacy procfs support

2011-12-16 Thread Gerd Hoffmann
This patch removes support for parsing /proc/bus/usb/devices for device discovery. The code lacks a few features compared to the sysfs code and is also bitrotting as everybody has sysfs these days. This implies having sysfs mounted is mandatory now to use the usb-host driver. udev isn't required