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
86 { USB_DEVICE(0x0471, 0x0302) }, /* Philips PCA645VC */
87 { USB_DEVICE(0x0471, 0x0303) }, /* Philips PCA646VC */
89 { USB_DEVICE(0x0471, 0x0307) }, /* Philips PCVC675K (Vesta) */
90 { USB_DEVICE(0x0471, 0x0308) }, /* Philips PCVC680K (Vesta Pro) */
91 { USB_DEVICE(0x0471, 0x030C) }, /* Philips PCVC690K (Vesta Pro Scan) */
92 { USB_DEVICE(0x0471, 0x0310) }, /* Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) */
93 { USB_DEVICE(0x0471, 0x0311) }, /* Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) */
94 { USB_DEVICE(0x0471, 0x0312) }, /* Philips PCVC750K (ToUCam Pro Scan) */
95 { USB_DEVICE(0x0471, 0x0313) }, /* Philips PCVC720K/40 (ToUCam XS) */
96 { USB_DEVICE(0x0471, 0x0329) }, /* Philips SPC 900NC webcam */
97 { USB_DEVICE(0x0471, 0x032C) }, /* Philips SPC 880NC webcam */
121 .name = "Philips webcam", /* name */
148 .name = "Philips Webcam", /* Filled in later */
800 PWC_INFO("Philips PCA645VC USB webcam detected.\n"); in usb_pwc_probe()
801 name = "Philips 645 webcam"; in usb_pwc_probe()
805 PWC_INFO("Philips PCA646VC USB webcam detected.\n"); in usb_pwc_probe()
806 name = "Philips 646 webcam"; in usb_pwc_probe()
815 PWC_INFO("Philips PCVC675K (Vesta) USB webcam detected.\n"); in usb_pwc_probe()
816 name = "Philips 675 webcam"; in usb_pwc_probe()
820 PWC_INFO("Philips PCVC680K (Vesta Pro) USB webcam detected.\n"); in usb_pwc_probe()
821 name = "Philips 680 webcam"; in usb_pwc_probe()
825 PWC_INFO("Philips PCVC690K (Vesta Pro Scan) USB webcam detected.\n"); in usb_pwc_probe()
826 name = "Philips 690 webcam"; in usb_pwc_probe()
830 PWC_INFO("Philips PCVC730K (ToUCam Fun)/PCVC830 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe()
831 name = "Philips 730 webcam"; in usb_pwc_probe()
835 PWC_INFO("Philips PCVC740K (ToUCam Pro)/PCVC840 (ToUCam II) USB webcam detected.\n"); in usb_pwc_probe()
836 name = "Philips 740 webcam"; in usb_pwc_probe()
840 PWC_INFO("Philips PCVC750K (ToUCam Pro Scan) USB webcam detected.\n"); in usb_pwc_probe()
841 name = "Philips 750 webcam"; in usb_pwc_probe()
845 PWC_INFO("Philips PCVC720K/40 (ToUCam XS) USB webcam detected.\n"); in usb_pwc_probe()
846 name = "Philips 720K/40 webcam"; in usb_pwc_probe()
850 PWC_INFO("Philips SPC 900NC USB webcam detected.\n"); in usb_pwc_probe()
851 name = "Philips SPC 900NC webcam"; in usb_pwc_probe()
855 PWC_INFO("Philips SPC 880NC USB webcam detected.\n"); in usb_pwc_probe()
856 name = "Philips SPC 880NC webcam"; in usb_pwc_probe()
1214 MODULE_DESCRIPTION("Philips & OEM USB webcam driver");