]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] staging: as102: Initial import from Abilis
authorPierrick Hascoet <pierrick.hascoet@abilis.com>
Mon, 31 Oct 2011 15:24:39 +0000 (12:24 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 1 Nov 2011 13:39:27 +0000 (11:39 -0200)
commit506a4beb6625d644a4291b6b528480f8538a1713
tree0d0f7a29253c2e0376b9395e0515282b07d6c24c
parent7e58b3e9d49b9a447eba9d8ba6f1d40f002d53e7
[media] staging: as102: Initial import from Abilis

Changes by Devin Heitmueller:

Import the original Abilis Systems as102 driver.  The source is unmodified,
with the only changes I've made so far were that I created a Kconfig and
Makefile so that the code builds in a standard v4l-dvb tree.

This driver requires firmware (which Abilis has provided with redistribution
terms which will allow it to be bundled in the Linux distributions).   The
firmware can be downloaded from here:

Thanks to Rainer Miethling from PCTV Systems for working to get the driver
released (for use with the PCTV 74e) and Pierrick Hascoet from Abilis for
authoring the driver.

Changes by Piotr Chmura:
 - moved the driver from media/dvb to staging/media
 - removed Makefile/Kconfig - compilation fails in current tree

[snjw23@gmail.com: edited changelog]
Signed-off-by: Pierrick Hascoet <pierrick.hascoet@abilis.com>
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Piotr Chmura <chmooreck@poczta.onet.pl>
Signed-off-by: Sylwester Nawrocki <snjw23@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 files changed:
drivers/staging/media/as102/Kconfig [new file with mode: 0644]
drivers/staging/media/as102/Makefile [new file with mode: 0644]
drivers/staging/media/as102/as102_drv.c [new file with mode: 0644]
drivers/staging/media/as102/as102_drv.h [new file with mode: 0644]
drivers/staging/media/as102/as102_fe.c [new file with mode: 0644]
drivers/staging/media/as102/as102_fw.c [new file with mode: 0644]
drivers/staging/media/as102/as102_fw.h [new file with mode: 0644]
drivers/staging/media/as102/as102_usb_drv.c [new file with mode: 0644]
drivers/staging/media/as102/as102_usb_drv.h [new file with mode: 0644]
drivers/staging/media/as102/as10x_cmd.c [new file with mode: 0644]
drivers/staging/media/as102/as10x_cmd.h [new file with mode: 0644]
drivers/staging/media/as102/as10x_cmd_cfg.c [new file with mode: 0644]
drivers/staging/media/as102/as10x_cmd_stream.c [new file with mode: 0644]
drivers/staging/media/as102/as10x_handle.h [new file with mode: 0644]
drivers/staging/media/as102/as10x_types.h [new file with mode: 0644]