Skip to content

Commit

Permalink
V4L/DVB (4937): Usbvision cleanup and code reorganization
Browse files Browse the repository at this point in the history
- removal of overlay stuff
- reorganization of functions in 3 files:
    * usbvision-i2c for I2C-related stuff
    * usbvision-video for v4l2 entry points
    * usbvision-core for all peripheral controls and utilities

Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Thierry MERLE authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent d8159a3 commit 483dfdb
Show file tree
Hide file tree
Showing 7 changed files with 2,808 additions and 3,700 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/usbvision/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
usbvision-objs := usbvision-core.o usbvision-i2c.o usbvision-cards.o
usbvision-objs := usbvision-core.o usbvision-video.o usbvision-i2c.o usbvision-cards.o

obj-$(CONFIG_VIDEO_USBVISION) += usbvision.o

Expand Down
1 change: 0 additions & 1 deletion drivers/media/video/usbvision/usbvision-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "usbvision.h"

/* Supported Devices: A table for usbvision.c*/

struct usbvision_device_data_st usbvision_device_data[] = {
{0xFFF0, 0xFFF0, -1, CODEC_SAA7111, 3, V4L2_STD_NTSC, 1, 1, 1, 1, TUNER_PHILIPS_NTSC_M, -1, -1, -1, -1, -1, "Custom Dummy USBVision Device"},
{0x0A6F, 0x0400, -1, CODEC_SAA7113, 4, V4L2_STD_NTSC, 1, 0, 1, 0, 0, -1, -1, -1, -1, -1, "Xanboo"},
Expand Down
3,870 changes: 302 additions & 3,568 deletions drivers/media/video/usbvision/usbvision-core.c

Large diffs are not rendered by default.

Loading

0 comments on commit 483dfdb

Please sign in to comment.