Date: Sun, 9 Nov 2008 10:18:38 +0100 From: Hans Petter Selasky <hselasky@freebsd.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: perforce@freebsd.org Subject: Re: PERFORCE change 152478 for review Message-ID: <200811091018.38787.hselasky@freebsd.org> In-Reply-To: <20081109.001527.1720213087.imp@bsdimp.com> References: <200811041851.mA4Ip2cP040847@repoman.freebsd.org> <20081109.001527.1720213087.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 09 November 2008, M. Warner Losh wrote: > In message: <200811041851.mA4Ip2cP040847@repoman.freebsd.org> > > Hans Petter Selasky <hselasky@FreeBSD.org> writes: > : http://perforce.freebsd.org/chv.cgi?CH=152478 > : > : Change 152478 by hselasky@hselasky_laptop001 on 2008/11/04 18:50:56 > : > : > : Patch to support a common "usbdevs" file. > : > : Affected files ... > : > : .. //depot/projects/usb/src/sys/dev/usb/usbdevs#25 edit > : .. //depot/projects/usb/src/sys/dev/usb2/core/usbdevs#11 delete > : .. //depot/projects/usb/src/sys/dev/usb2/include/Makefile#4 edit > : .. //depot/projects/usb/src/sys/dev/usb2/include/usb2_devid.h#10 edit > : .. //depot/projects/usb/src/sys/dev/usb2/include/usb2_devtable.h#10 edit > : > : Differences ... > : > : ==== //depot/projects/usb/src/sys/dev/usb/usbdevs#25 (text+ko) ==== > : > : @@ -795,7 +795,7 @@ > : > : /* AIPTEK products */ > : product AIPTEK POCKETCAM3M 0x2011 PocketCAM 3Mega > : -product AIPTEK2 PENCAM_MEGA_1_3 0x504a PenCam Mega 1.3 > : +product SUNPLUS PENCAM_MEGA_1_3 0x504a PenCam Mega 1.3 > > This should have its own section. > > : /* AirPrime products */ > : product AIRPRIME PC5220 0x0112 CDMA Wireless PC Card > : @@ -1006,7 +1006,7 @@ > : > : /* Chicony products */ > : product CHICONY KB8933 0x0001 KB-8933 keyboard > : -product CHICONY2 TWINKLECAM 0x600d TwinkleCam USB camera > : +product MICRODIA TWINKLECAM 0x600d TwinkleCam USB camera > > Ditot. > > : /* CH Products */ > : product CHPRODUCTS PROTHROTTLE 0x00f1 Pro Throttle > > Warner Hi, The problem is that the usbdevs does not succeed generating the verbose debug table because the AIPTEK2 and CHICONY2 vendor ID's do not exist. By looking at the source of these ID's I figured out the correct vendor ID. Is it possible you could fix this in -current Warner ? --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811091018.38787.hselasky>