Subject: kern/31437: Philips Toucam Pro II - yet another 'audio' USB camera
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: S.P.Zeidler <spz@volans.1st.de>
List: netbsd-bugs
Date: 10/01/2005 08:46:00
>Number:         31437
>Category:       kern
>Synopsis:       Philips Toucam Pro II is yet another 'audio' USB camera
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 01 08:46:00 +0000 2005
>Originator:     S.P.Zeidler
>Release:        NetBSD 3.99.9
>Organization:
	dis-
>Environment:
System: NetBSD volans.1st.de 3.99.9 NetBSD 3.99.9 (VOLANS) #1: Tue Sep 27 23:59:54 CEST 2005 spz@volans.1st.de:/home/netbsd/obj/sys/arch/i386/compile.i386/VOLANS i386
Architecture: i386
Machine: i386
>Description:
	Philips Toucam Pro II is yet another USB webcam that gets found as
	an audio device. While that is partially true, it's nearly completely
	useless :)

	BTW, to actually use the cam one also needs the patch from kern/25041
	or a variant thereof, since the camera wants to use isochronous
	transfers.
>How-To-Repeat:
	stick in, see it found as an audio device
>Fix:
	Yet Another Quirks Entry:
Index: sys/dev/usb/usb_quirks.c
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/usb_quirks.c,v
retrieving revision 1.52
diff -u -r1.52 usb_quirks.c
--- sys/dev/usb/usb_quirks.c    2 Mar 2005 11:37:27 -0000       1.52
+++ sys/dev/usb/usb_quirks.c    1 Oct 2005 08:29:58 -0000
@@ -70,6 +70,7 @@
  { USB_VENDOR_ALTEC, USB_PRODUCT_ALTEC_ASC495,      0x000, { UQ_BAD_AUDIO }},
  { USB_VENDOR_SONY, USB_PRODUCT_SONY_PS2EYETOY4,    0x000, { UQ_BAD_AUDIO }},
  { USB_VENDOR_SONY, USB_PRODUCT_SONY_PS2EYETOY5,    0x000, { UQ_BAD_AUDIO }},
+ { USB_VENDOR_PHILIPS, USB_PRODUCT_PHILIPS_PCVC740K,  ANY, { UQ_BAD_AUDIO }},
  { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_QUICKCAMPRONB,
        0x000, { UQ_BAD_AUDIO }},
  { USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_QUICKCAMPRO4K,