[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>
Thu, 3 Nov 2011 09:42:49 +0000 (07:42 -0200)
commit41b44e0418112e694f9b7beb8088efbb8c9c0053
treec12811c8a738b48f75d8b9a9eeb7e7d1cad68a54
parent539b469518b45c0b5915bec3e258e21e03667084
[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]