On Sat, 14 Nov 2009, soliko mana wrote: > Hi, > Is it possible to know what usb device connected to which driver? > (like lspci -k for pci devices). That information is available in /proc/bus/usb/devices in kernels up to 2.6.30. For later laters you have to mount debugfs; then the information is in /sys/kernel/debug/usb/devices. You can also look inside the /sys/bus/usb/drivers/* directories to see which devices are bound to each driver. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html