From owner-cvs-all Fri Jan 7 23:32:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECD1915246; Fri, 7 Jan 2000 23:32:50 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA61245; Fri, 7 Jan 2000 23:32:50 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200001080732.XAA61245@freefall.freebsd.org> From: Bill Paul Date: Fri, 7 Jan 2000 23:32:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c usb_quirks.c usbdevs usbdevs.h usbdevs_data.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 2000/01/07 23:32:50 PST Modified files: sys/dev/usb if_aue.c usb_quirks.c usbdevs usbdevs.h usbdevs_data.h Log: Add the vendor/device IDs for the LinkSys USB100TX. Note: the .INF file for LinkSys's driver says the vendor ID is 0x66b, however this does not agree with the vendor ID listed for LinkSys in the company list from www.usb.org. In fact, 0x66b doesn't seem to appear in the company list at all. Furthermore, this same vendor ID crops up in some of the D-Link .INF files. Frankly I don't know what the heck is going on here, but I need to add 0x66b to usbdevs and call it something, so here we are. Revision Changes Path 1.4 +4 -2 src/sys/dev/usb/if_aue.c 1.19 +2 -1 src/sys/dev/usb/usb_quirks.c 1.6 +5 -1 src/sys/dev/usb/usbdevs 1.28 +5 -1 src/sys/dev/usb/usbdevs.h 1.28 +13 -1 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message