add Genius TVGo DVB-T03 USB dongle support

original author: Jiri Pinkava <j-pi@seznam.cz>

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2012-04-01 23:42:11 +02:00
parent 4c3a5f7397
commit 9a7051ce0b
2 changed files with 4 additions and 0 deletions

View File

@ -35,3 +35,6 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b80", ATTRS{idProduct}=="d3a4", MODE:="066
# Dexatek DK DVB-T Dongle (Logilink VG0002A)
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d19", ATTRS{idProduct}=="1101", MODE:="0666"
# Genius TVGo DVB-T03 USB dongle (Ver. B)
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0458", ATTRS{idProduct}=="707f", MODE:="0666"

View File

@ -109,6 +109,7 @@ static rtlsdr_device_t devices[] = {
{ 0x1f4d, 0xb803, "GTek T803" },
{ 0x1b80, 0xd3a4, "Twintech UT-40" },
{ 0x1d19, 0x1101, "Dexatek DK DVB-T Dongle (Logilink VG0002A)" },
{ 0x0458, 0x707f, "Genius TVGo DVB-T03 USB dongle (Ver. B)" },
};
typedef struct rtlsdr_dev {