Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 11/23/2005 08:54:48
Module Name:	src
Committed By:	augustss
Date:		Wed Nov 23 08:54:48 UTC 2005

Modified Files:
	src/sys/dev/usb: ugen.c uhid.c uhidev.c uhidev.h usb_subr.c usbdi.h

Log Message:
Normally a ugen device only attaches if no other driver wants the device.
Add the ability to force ugen to attach with very high priority if "flags 1"
is specified.  This can be used with the vendor and product locators to
force ugen to be used for certain devices.
Similarly, uhid only attaches if no other HID driver (ums or ukbd) wants it.
Again, "flags 1" will force uhid to attach anyway.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/dev/usb/ugen.c
cvs rdiff -r1.64 -r1.65 src/sys/dev/usb/uhid.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/usb/uhidev.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/usb/uhidev.h
cvs rdiff -r1.130 -r1.131 src/sys/dev/usb/usb_subr.c
cvs rdiff -r1.67 -r1.68 src/sys/dev/usb/usbdi.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.