Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Stephen Borrill <sborrill@netbsd.org>
List: source-changes
Date: 11/20/2007 10:43:01
Module Name:	src
Committed By:	sborrill
Date:		Tue Nov 20 10:43:01 UTC 2007

Modified Files:
	src/sys/dev/usb: if_aue.c

Log Message:
Some manufacturers use the same vendor and product id for different devices.
We need to sanity check the DeviceClass in this case.

Currently known guilty products:
0x050d/0x0121 Belkin Bluetooth and USB2LAN

If this turns out to be more common, we could use a quirk table.


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sys/dev/usb/if_aue.c

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