PERFORCE change 152478 for review

M. Warner Losh imp at bsdimp.com
Sun Nov 9 14:17:31 PST 2008


In message: <200811091018.38787.hselasky at freebsd.org>
            Hans Petter Selasky <hselasky at freebsd.org> writes:
: On Sunday 09 November 2008, M. Warner Losh wrote:
: > In message: <200811041851.mA4Ip2cP040847 at repoman.freebsd.org>
: >
: >             Hans Petter Selasky <hselasky at FreeBSD.org> writes:
: > : http://perforce.freebsd.org/chv.cgi?CH=152478
: > :
: > : Change 152478 by hselasky at 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 ?

I thought I already had...  I'll check into it...

Warner


More information about the p4-projects mailing list