Hello, I have collected most of patches for Abilis Systems AS102 driver recently submitted by Piotr and I'm resending it as the following series. There were some issues with some of the previous patches, due to improper e-mail encoding and some of them refused to apply properly. Hopefully there is no issues this time, I have also pushed the patches to a public git, as indicated below. This change set superseeds all previous as102 patches from Piotr Chmura, we've agreed to prepare another series addressing the remaining issues in order to move the driver out of staging. So this change set is meant as an initial pull to staging/media. If there are any issues with the patches related to submission procedure, authorship, etc., please let us know. The original author dates as in mercurial repository at http://kernellabs.com/hg/~dheitmueller/v4l-dvb-as102-2/ has been preserved. The patch set is based of off master branch at git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git It can be pulled from git://gitorious.org/linux-media/media_tree.git The driver has been tested with PCTV picoStick (74e) DVB-T tuner. -- Regards, Sylwester Devin Heitmueller (9): staging: as102: Fix CodingStyle errors in file as102_drv.c staging: as102: Fix CodingStyle errors in file as102_fw.c staging: as102: Fix CodingStyle errors in file as10x_cmd.c staging: as102: Fix CodingStyle errors in file as10x_cmd_stream.c staging: as102: Fix CodingStyle errors in file as102_fe.c staging: as102: Fix CodingStyle errors in file as102_usb_drv.c staging: as102: Fix CodingStyle errors in file as10x_cmd_cfg.c staging: as102: Add Elgato EyeTV DTT Deluxe staging: as102: Properly handle multiple product names Pierrick Hascoet (2): staging: as102: Initial import from Abilis staging: as102: Fix licensing oversight Piotr Chmura (3): staging: as102: Remove non-linux headers inclusion staging: as102: Enable compilation staging: as102: Add nBox Tuner Dongle support Sylwester Nawrocki (3): staging: as102: Convert the comments to kernel-doc style staging: as102: Unconditionally compile code dependent on DVB_CORE staging: as102: Remove conditional compilation based on kernel version drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + drivers/staging/media/as102/Kconfig | 7 + drivers/staging/media/as102/Makefile | 6 + drivers/staging/media/as102/as102_drv.c | 351 ++++++++++++++ drivers/staging/media/as102/as102_drv.h | 141 ++++++ drivers/staging/media/as102/as102_fe.c | 603 ++++++++++++++++++++++++ drivers/staging/media/as102/as102_fw.c | 251 ++++++++++ drivers/staging/media/as102/as102_fw.h | 42 ++ drivers/staging/media/as102/as102_usb_drv.c | 478 +++++++++++++++++++ drivers/staging/media/as102/as102_usb_drv.h | 59 +++ drivers/staging/media/as102/as10x_cmd.c | 452 ++++++++++++++++++ drivers/staging/media/as102/as10x_cmd.h | 540 +++++++++++++++++++++ drivers/staging/media/as102/as10x_cmd_cfg.c | 215 +++++++++ drivers/staging/media/as102/as10x_cmd_stream.c | 223 +++++++++ drivers/staging/media/as102/as10x_handle.h | 58 +++ drivers/staging/media/as102/as10x_types.h | 198 ++++++++ 17 files changed, 3627 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/media/as102/Kconfig create mode 100644 drivers/staging/media/as102/Makefile create mode 100644 drivers/staging/media/as102/as102_drv.c create mode 100644 drivers/staging/media/as102/as102_drv.h create mode 100644 drivers/staging/media/as102/as102_fe.c create mode 100644 drivers/staging/media/as102/as102_fw.c create mode 100644 drivers/staging/media/as102/as102_fw.h create mode 100644 drivers/staging/media/as102/as102_usb_drv.c create mode 100644 drivers/staging/media/as102/as102_usb_drv.h create mode 100644 drivers/staging/media/as102/as10x_cmd.c create mode 100644 drivers/staging/media/as102/as10x_cmd.h create mode 100644 drivers/staging/media/as102/as10x_cmd_cfg.c create mode 100644 drivers/staging/media/as102/as10x_cmd_stream.c create mode 100644 drivers/staging/media/as102/as10x_handle.h create mode 100644 drivers/staging/media/as102/as10x_types.h -- 1.7.4.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel