original_kernel/drivers/usb/core
Greg Kroah-Hartman 733260ff9c [PATCH] USB: add dynamic id functionality to USB core
Echo the usb vendor and product id to the "new_id" file in the driver's
sysfs directory, and then that driver will be able to bind to a device
with those ids if it is present.

Example:
	echo 0557 2008 > /sys/bus/usb/drivers/foo_driver/new_id
adds the hex values 0557 and 2008 to the device id table for the foo_driver.

Note, usb-serial drivers do not currently work with this capability yet.
usb-storage also might have some oddities.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-01-04 13:48:32 -08:00
..
Kconfig
Makefile [PATCH] USB: reorg some functions out of the main usb.c file 2006-01-04 13:48:31 -08:00
buffer.c
config.c
devices.c
devio.c
driver.c [PATCH] USB: add dynamic id functionality to USB core 2006-01-04 13:48:32 -08:00
file.c
hcd-pci.c
hcd.c
hcd.h [PATCH] USB: central handling for host controllers that were reset during suspend/resume 2006-01-04 13:48:31 -08:00
hub.c [PATCH] USB: central handling for host controllers that were reset during suspend/resume 2006-01-04 13:48:31 -08:00
hub.h
inode.c
message.c
notify.c
otg_whitelist.h
sysfs.c
urb.c
usb.c [PATCH] USB: reorg some functions out of the main usb.c file 2006-01-04 13:48:31 -08:00
usb.h [PATCH] USB: reorg some functions out of the main usb.c file 2006-01-04 13:48:31 -08:00