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 */
803 PWC_INFO("Philips PCA645VC USB webcam detected.\n"); in usb_pwc_probe()
804 name = "Philips 645 webcam"; in usb_pwc_probe()
808 PWC_INFO("Philips PCA646VC USB webcam detected.\n"); in usb_pwc_probe()
809 name = "Philips 646 webcam"; in usb_pwc_probe()
818 PWC_INFO("Philips PCVC675K (Vesta) USB webcam detected.\n"); in usb_pwc_probe()
819 name = "Philips 675 webcam"; in usb_pwc_probe()
823 PWC_INFO("Philips PCVC680K (Vesta Pro) USB webcam detected.\n"); in usb_pwc_probe()
824 name = "Philips 680 webcam"; in usb_pwc_probe()
828 PWC_INFO("Philips PCVC690K (Vesta Pro Scan) USB webcam detected.\n"); in usb_pwc_probe()
829 name = "Philips 690 webcam"; in usb_pwc_probe()
833 PWC_INFO("Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe()
834 name = "Philips 730 webcam"; in usb_pwc_probe()
838 PWC_INFO("Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe()
839 name = "Philips 740 webcam"; in usb_pwc_probe()
843 PWC_INFO("Philips PCVC750K (ToUCam Pro Scan) USB webcam detected.\n"); in usb_pwc_probe()
844 name = "Philips 750 webcam"; in usb_pwc_probe()
848 PWC_INFO("Philips PCVC720K/40 (ToUCam XS) USB webcam detected.\n"); in usb_pwc_probe()
849 name = "Philips 720K/40 webcam"; in usb_pwc_probe()
853 PWC_INFO("Philips SPC 900NC USB webcam detected.\n"); in usb_pwc_probe()
854 name = "Philips SPC 900NC webcam"; in usb_pwc_probe()
858 PWC_INFO("Philips SPC 880NC USB webcam detected.\n"); in usb_pwc_probe()
859 name = "Philips SPC 880NC webcam"; in usb_pwc_probe()
1217 MODULE_DESCRIPTION("Philips & OEM USB webcam driver");