Hi, there is an 2.4GHz analog video receiver with USB grabber that we use to monitor the video from unmanned aerial vehicles (http://www.pollin.de USB-R1, Artikel Nr. 580162). The em28xx driver works if manually added (as there is no EEPROM inside). Thanks, Martin Müller http://www.pollin.de/shop/shop.php?cf=detail.php&pg=NQ==&a=NzM4OTE0OTk= ---snip--- --- em28xx.h 2007/12/06 23:14:16 1.1 +++ em28xx.h 2007/12/06 23:43:50 1.2 @@ -110,6 +110,7 @@ #define EM2860_BOARD_TERRATEC_HYBRID_XS 59 #define EM2861_BOARD_PLEXTOR_PX_TV100U 60 #define EM2882_BOARD_KWORLD_VS_DVBT 61 +#define EM2861_BOARD_POLLIN_USB_R1 62 #define EM28XX_VBI_LINES 34 --- em28xx-cards.c 2007/12/06 23:14:16 1.1 +++ em28xx-cards.c 2007/12/07 00:02:49 1.3 @@ -1897,6 +1897,28 @@ .id = V4L2_STD_NTSC, }}, }, + [EM2861_BOARD_POLLIN_USB_R1] = { + .name = "Pollin USB-R1", + .vchannels = 1, + .norm = V4L2_STD_PAL_BG, + .decoder = EM28XX_SAA7113, + .has_tuner = 0, + .dev_modes = EM28XX_VIDEO, + .input = {{ + .type = EM28XX_VMUX_COMPOSITE1, + .vmux = SAA7115_COMPOSITE0, + .amux = 1, + }}, + .tvnorms = { + { + .name = "PAL-BG", + .id = V4L2_STD_PAL_BG, + },{ + .name = "NTSC", + .id = V4L2_STD_NTSC, + }}, + }, + }; _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb