Lines Matching full:philips
2 /* Linux driver for Philips webcam
18 This code forms the interface between the USB layers and the Philips
20 NDA, signed between me and Philips B.V., Eindhoven, the Netherlands, and
24 In case you're wondering: 'pwc' stands for "Philips WebCam", but
87 { USB_DEVICE(0x0471, 0x0302) }, /* Philips PCA645VC */
88 { USB_DEVICE(0x0471, 0x0303) }, /* Philips PCA646VC */
90 { USB_DEVICE(0x0471, 0x0307) }, /* Philips PCVC675K (Vesta) */
91 { USB_DEVICE(0x0471, 0x0308) }, /* Philips PCVC680K (Vesta Pro) */
92 { USB_DEVICE(0x0471, 0x030C) }, /* Philips PCVC690K (Vesta Pro Scan) */
93 { USB_DEVICE(0x0471, 0x0310) }, /* Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) */
94 { USB_DEVICE(0x0471, 0x0311) }, /* Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) */
95 { USB_DEVICE(0x0471, 0x0312) }, /* Philips PCVC750K (ToUCam Pro Scan) */
96 { USB_DEVICE(0x0471, 0x0313) }, /* Philips PCVC720K/40 (ToUCam XS) */
97 { USB_DEVICE(0x0471, 0x0329) }, /* Philips SPC 900NC webcam */
98 { USB_DEVICE(0x0471, 0x032C) }, /* Philips SPC 880NC webcam */
122 .name = "Philips webcam", /* name */
149 .name = "Philips Webcam", /* Filled in later */
801 PWC_INFO("Philips PCA645VC USB webcam detected.\n"); in usb_pwc_probe()
802 name = "Philips 645 webcam"; in usb_pwc_probe()
806 PWC_INFO("Philips PCA646VC USB webcam detected.\n"); in usb_pwc_probe()
807 name = "Philips 646 webcam"; in usb_pwc_probe()
816 PWC_INFO("Philips PCVC675K (Vesta) USB webcam detected.\n"); in usb_pwc_probe()
817 name = "Philips 675 webcam"; in usb_pwc_probe()
821 PWC_INFO("Philips PCVC680K (Vesta Pro) USB webcam detected.\n"); in usb_pwc_probe()
822 name = "Philips 680 webcam"; in usb_pwc_probe()
826 PWC_INFO("Philips PCVC690K (Vesta Pro Scan) USB webcam detected.\n"); in usb_pwc_probe()
827 name = "Philips 690 webcam"; in usb_pwc_probe()
831 PWC_INFO("Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe()
832 name = "Philips 730 webcam"; in usb_pwc_probe()
836 PWC_INFO("Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe()
837 name = "Philips 740 webcam"; in usb_pwc_probe()
841 PWC_INFO("Philips PCVC750K (ToUCam Pro Scan) USB webcam detected.\n"); in usb_pwc_probe()
842 name = "Philips 750 webcam"; in usb_pwc_probe()
846 PWC_INFO("Philips PCVC720K/40 (ToUCam XS) USB webcam detected.\n"); in usb_pwc_probe()
847 name = "Philips 720K/40 webcam"; in usb_pwc_probe()
851 PWC_INFO("Philips SPC 900NC USB webcam detected.\n"); in usb_pwc_probe()
852 name = "Philips SPC 900NC webcam"; in usb_pwc_probe()
856 PWC_INFO("Philips SPC 880NC USB webcam detected.\n"); in usb_pwc_probe()
857 name = "Philips SPC 880NC webcam"; in usb_pwc_probe()
1215 MODULE_DESCRIPTION("Philips & OEM USB webcam driver");