diff options
| author | Alexandru Csete <oz9aec@gmail.com> | 2012-04-05 13:30:36 +0200 |
|---|---|---|
| committer | Steve Markgraf <steve@steve-m.de> | 2012-04-06 14:18:23 +0200 |
| commit | 94c47189d483dddd992d2b941699ce8ec03464ec (patch) | |
| tree | ce0395c145ce757530c9e85764480628785471c3 /src/rtl-sdr.c | |
| parent | df4991bc19dc9961b5edc4665151cdbced450d52 (diff) | |
Add support for Dexatek DK5217 DVB-T dongle.
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/rtl-sdr.c')
| -rw-r--r-- | src/rtl-sdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtl-sdr.c b/src/rtl-sdr.c index 1a65d00..d4b24c9 100644 --- a/src/rtl-sdr.c +++ b/src/rtl-sdr.c @@ -128,6 +128,7 @@ static rtlsdr_device_t devices[] = { { 0x1b80, 0xd3a4, "Twintech UT-40" }, { 0x1d19, 0x1101, "Dexatek DK DVB-T Dongle (Logilink VG0002A)" }, { 0x1d19, 0x1102, "Dexatek DK DVB-T Dongle (MSI DigiVox mini II V3.0)" }, + { 0x1d19, 0x1103, "Dexatek Technology Ltd. DK 5217 DVB-T Dongle" }, { 0x0458, 0x707f, "Genius TVGo DVB-T03 USB dongle (Ver. B)" }, { 0x1b80, 0xd393, "GIGABYTE GT-U7300" }, { 0x1b80, 0xd395, "Peak 102569AGPK" }, |
