Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115558
b: refs/heads/master
c: 866b869
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 10, 2008
1 parent 2a3de31 commit e53e57d
Show file tree
Hide file tree
Showing 23 changed files with 9,270 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0f005888c6663898a040cd922947dd8caa55160
refs/heads/master: 866b8695d67e83f47194731d3a7ba55826a7ec70
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ source "drivers/staging/sxg/Kconfig"

source "drivers/staging/me4000/Kconfig"

source "drivers/staging/go7007/Kconfig"

endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ obj-$(CONFIG_ET131X) += et131x/
obj-$(CONFIG_SLICOSS) += slicoss/
obj-$(CONFIG_SXG) += sxg/
obj-$(CONFIG_ME4000) += me4000/
obj-$(CONFIG_VIDEO_GO7007) += go7007/
25 changes: 25 additions & 0 deletions trunk/drivers/staging/go7007/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
config VIDEO_GO7007
tristate "Go 7007 support"
depends on VIDEO_DEV && PCI && I2C && INPUT
select VIDEOBUF_DMA_SG
select VIDEO_IR
select VIDEO_TUNER
select VIDEO_TVEEPROM
select CRC32
default N
---help---
This is a video4linux driver for some wierd device...

To compile this driver as a module, choose M here: the
module will be called go7007

config VIDEO_GO7007_USB
tristate "Go 7007 USB support"
depends on VIDEO_GO7007 && USB
default N
---help---
This is a video4linux driver for some wierd device...

To compile this driver as a module, choose M here: the
module will be called go7007-usb

18 changes: 18 additions & 0 deletions trunk/drivers/staging/go7007/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#obj-m += go7007.o go7007-usb.o snd-go7007.o wis-saa7115.o wis-tw9903.o \
wis-uda1342.o wis-sony-tuner.o wis-saa7113.o wis-ov7640.o \
wis-tw2804.o


obj-$(CONFIG_VIDEO_GO7007) += go7007.o
obj-$(CONFIG_VIDEO_GO7007_USB) += go7007-usb.o

go7007-objs += go7007-v4l2.o go7007-driver.o go7007-i2c.o go7007-fw.o snd-go7007.o


#ifneq ($(SAA7134_BUILD),)
#obj-m += saa7134-go7007.o
#endif

EXTRA_CFLAGS += -Idrivers/staging/saa7134
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
11 changes: 11 additions & 0 deletions trunk/drivers/staging/go7007/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Todo:
- checkpatch.pl cleanups
- sparse cleanups
- lots of little modules, should be merged together
and added to the build.
- testing?
- handle churn in v4l layer.

Please send patchs to Greg Kroah-Hartman <greg@kroah.com> and Cc: Ross
Cohen <rcohen@snurgle.org> as well.

Loading

0 comments on commit e53e57d

Please sign in to comment.