⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 linux-2.6.8.1-quickcam.patch

📁 在Linux下用于webeye的摄像头的驱动
💻 PATCH
字号:
diff -PruN linux-2.6.8.1def-noqc/drivers/usb/media/Makefile linux-2.6.8.1def/drivers/usb/media/Makefile--- linux-2.6.8.1def-noqc/drivers/usb/media/Makefile	Sat Aug 28 14:40:36 2004+++ linux-2.6.8.1def/drivers/usb/media/Makefile	Sat Aug 28 14:45:32 2004@@ -3,6 +3,7 @@ #  pwc-objs	:= pwc-if.o pwc-misc.o pwc-ctrl.o pwc-uncompress.o+quickcam-objs 	:= qc-driver.o qc-hdcs.o qc-pb0100.o qc-vv6410.o qc-formats.o qc-mjpeg.o qc-memory.o sn9c102-objs	:= sn9c102_core.o sn9c102_pas106b.o sn9c102_tas5110c1b.o sn9c102_tas5130d1b.o  obj-$(CONFIG_USB_DABUSB)	+= dabusb.o@@ -11,6 +12,7 @@ obj-$(CONFIG_USB_KONICAWC)	+= konicawc.o usbvideo.o obj-$(CONFIG_USB_OV511)		+= ov511.o obj-$(CONFIG_USB_PWC)		+= pwc.o+obj-$(CONFIG_USB_QC)		+= quickcam.o obj-$(CONFIG_USB_SE401)		+= se401.o obj-$(CONFIG_USB_SN9C102)	+= sn9c102.o obj-$(CONFIG_USB_STV680)	+= stv680.odiff -PruN linux-2.6.8.1def-noqc/drivers/usb/media/Kconfig linux-2.6.8.1def/drivers/usb/media/Kconfig--- linux-2.6.8.1def-noqc/drivers/usb/media/Kconfig	Sat Aug 28 14:40:36 2004+++ linux-2.6.8.1def/drivers/usb/media/Kconfig	Sat Aug 28 14:45:32 2004@@ -146,6 +146,34 @@ 	  To compile this driver as a module, choose M here: the 	  module will be called pwc. +config USB_QC+	tristate "USB Logitech QuickCam Camera support"+	depends on USB && VIDEO_DEV+	---help---+	  Say Y or M here if you want to use the Logitech QuickCam Express+	  cameras. Also some other cameras are supported, such as Dexxa+	  and Labtec cameras, which are based on ST Microelectronics+	  VV6410, Hewlett Packard HDCS-1000/1100, Agilent Technologies+	  HDCS-1020, or Photobit PB-0100/0101 sensor chip.+	  Easiest way to find out whether a camera is supported is to plug it+	  in and use "lsusb" to display the VendorId and ProductId values.+	  For supported cameras, VendorId should be 0x046d and ProductId+	  one of 0x0840, 0x0850, or 0x0870.++	  This driver has an user space configuration tool, which allows+	  setting some driver parameters without reloading it (some+	  parameters can be also set as driver options when loading it).+	  It is available from <http://qce-ga.sourceforge.net>, along with+	  more documentation.++	  This driver uses the Video For Linux API. You must say Y or M to+	  "Video For Linux" (under Character Devices) to use this driver.+	  Information on this API and pointers to "v4l" programs may be found+	  at <file:Documentation/video4linux/API.html>.++	  To compile this driver as a module, choose M here: the+	  module will be called quickcam.+ config USB_SE401 	tristate "USB SE401 Camera support" 	depends on USB && VIDEO_DEVdiff -PruN linux-2.6.8.1def-noqc/drivers/usb/Makefile linux-2.6.8.1def/drivers/usb/Makefile--- linux-2.6.8.1def-noqc/drivers/usb/Makefile	Sat Aug 28 14:36:17 2004+++ linux-2.6.8.1def/drivers/usb/Makefile	Sat Aug 28 14:45:32 2004@@ -36,6 +36,7 @@ obj-$(CONFIG_USB_KONICAWC)	+= media/ obj-$(CONFIG_USB_OV511)		+= media/ obj-$(CONFIG_USB_PWC)		+= media/+obj-$(CONFIG_USB_QC)		+= media/ obj-$(CONFIG_USB_SE401)		+= media/ obj-$(CONFIG_USB_STV680)	+= media/ obj-$(CONFIG_USB_VICAM)		+= media/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -