From owner-p4-projects@FreeBSD.ORG Sun Nov 9 22:17:31 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 036B41065687; Sun, 9 Nov 2008 22:17:31 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA784106564A; Sun, 9 Nov 2008 22:17:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 56EA88FC13; Sun, 9 Nov 2008 22:17:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id mA9MFhw7019544; Sun, 9 Nov 2008 15:15:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 09 Nov 2008 15:16:59 -0700 (MST) Message-Id: <20081109.151659.-1253046024.imp@bsdimp.com> To: hselasky@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200811091018.38787.hselasky@freebsd.org> References: <200811041851.mA4Ip2cP040847@repoman.freebsd.org> <20081109.001527.1720213087.imp@bsdimp.com> <200811091018.38787.hselasky@freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: perforce@FreeBSD.org Subject: Re: PERFORCE change 152478 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2008 22:17:31 -0000 In message: <200811091018.38787.hselasky@freebsd.org> Hans Petter Selasky writes: : On Sunday 09 November 2008, M. Warner Losh wrote: : > In message: <200811041851.mA4Ip2cP040847@repoman.freebsd.org> : > : > Hans Petter Selasky 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 ? I thought I already had... I'll check into it... Warner