diff options
author | Luca Risolia <luca.risolia@studio.unibo.it> | 2006-02-06 11:29:35 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:49:52 -0500 |
commit | 60f780528f3ae603eb169a221628b93b6c6929f9 (patch) | |
tree | 535b75e9eafb445c7acd85ee350cdc0efbbcdecb /drivers/usb/Makefile | |
parent | c4a1745aa09fc110afdefea0e5d025043e348bae (diff) |
[PATCH] USB: Add ZC0301 Video4Linux2 driver
This patch adds a Video4Linux2 driver for ZC0301
Image Processor and Control Chip.
Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 36e476dd9123..bade87b62cf9 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -48,6 +48,7 @@ obj-$(CONFIG_USB_SN9C102) += media/ | |||
48 | obj-$(CONFIG_USB_STV680) += media/ | 48 | obj-$(CONFIG_USB_STV680) += media/ |
49 | obj-$(CONFIG_USB_VICAM) += media/ | 49 | obj-$(CONFIG_USB_VICAM) += media/ |
50 | obj-$(CONFIG_USB_W9968CF) += media/ | 50 | obj-$(CONFIG_USB_W9968CF) += media/ |
51 | obj-$(CONFIG_USB_ZC0301) += media/ | ||
51 | 52 | ||
52 | obj-$(CONFIG_USB_CATC) += net/ | 53 | obj-$(CONFIG_USB_CATC) += net/ |
53 | obj-$(CONFIG_USB_KAWETH) += net/ | 54 | obj-$(CONFIG_USB_KAWETH) += net/ |