Fri Sep 19 11:29:35 2008 UTC ()
Remove qcm driver definition that slipped in accidentally on the previous
commit, pointed out by cegger


(jmcneill)
diff -r1.88 -r1.89 src/sys/dev/usb/files.usb

cvs diff -r1.88 -r1.89 src/sys/dev/usb/files.usb (expand / switch to unified diff)

--- src/sys/dev/usb/files.usb 2008/09/18 16:40:37 1.88
+++ src/sys/dev/usb/files.usb 2008/09/19 11:29:35 1.89
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: files.usb,v 1.88 2008/09/18 16:40:37 jmcneill Exp $ 1# $NetBSD: files.usb,v 1.89 2008/09/19 11:29:35 jmcneill Exp $
2# 2#
3# Config file and device description for machine-independent USB code. 3# Config file and device description for machine-independent USB code.
4# Included by ports that need it. Ports that use it must provide 4# Included by ports that need it. Ports that use it must provide
5# their own "major" declarations for the appropriate devices. 5# their own "major" declarations for the appropriate devices.
6 6
7defflag USBVERBOSE 7defflag USBVERBOSE
8 8
9defflag opt_uvideo.h UVIDEO_DEBUG 9defflag opt_uvideo.h UVIDEO_DEBUG
10 10
11define usbroothubif { } 11define usbroothubif { }
12define usbdevif { [port = -1], [configuration = -1], [interface = -1], 12define usbdevif { [port = -1], [configuration = -1], [interface = -1],
13 [vendor = -1], [product = -1], [release = -1] } 13 [vendor = -1], [product = -1], [release = -1] }
14define usbifif { [port = -1], [configuration = -1], [interface = -1], 14define usbifif { [port = -1], [configuration = -1], [interface = -1],
@@ -131,31 +131,26 @@ file dev/usb/ustir.c ustir @@ -131,31 +131,26 @@ file dev/usb/ustir.c ustir
131device ubt: btbus, bluetooth 131device ubt: btbus, bluetooth
132attach ubt at usbdevif 132attach ubt at usbdevif
133file dev/usb/ubt.c ubt 133file dev/usb/ubt.c ubt
134 134
135# 135#
136# Capture devices 136# Capture devices
137# 137#
138 138
139# Sony PLAYSTATION(R) Eye 139# Sony PLAYSTATION(R) Eye
140device pseye: videobus 140device pseye: videobus
141attach pseye at usbifif 141attach pseye at usbifif
142file dev/usb/pseye.c pseye 142file dev/usb/pseye.c pseye
143 143
144# Logitech QuickCam Messenger 
145device qcm: videobus 
146attach qcm at usbifif 
147file dev/usb/qcm.c qcm 
148 
149# USB Video Class capture devices 144# USB Video Class capture devices
150device uvideo: videobus 145device uvideo: videobus
151attach uvideo at usbifif 146attach uvideo at usbifif
152file dev/usb/uvideo.c uvideo 147file dev/usb/uvideo.c uvideo
153 148
154# 149#
155# Misc 150# Misc
156# 151#
157 152
158# Diamond Multimedia Rio 500 153# Diamond Multimedia Rio 500
159device urio 154device urio
160attach urio at usbdevif 155attach urio at usbdevif
161file dev/usb/urio.c urio needs-flag 156file dev/usb/urio.c urio needs-flag