[PATCH] Add support for PROlectrix dongle

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-sdr@lists.osmocom.org/.

David J. Fiddes D.J at fiddes.net
Sun May 20 20:07:28 UTC 2012


Hi,

This adds support for another RTL2832U based device. I've been able to
receive FM broadcasts using GNU Radio and rtl-sdr with this device.

Dave


Subject: [PATCH] Add support for PROlectrix dongle

Incorporate support for the PROlectrix DV107669 which appears to
be another variant of G-Tek RTL2832U device. This has a FC0012
tuner.

Signed-off-by: David J. Fiddes <D.J at fiddes.net>
---
 rtl-sdr.rules   |    3 +++
 src/librtlsdr.c |    1 +
 2 files changed, 4 insertions(+)

diff --git a/rtl-sdr.rules b/rtl-sdr.rules
index d5e812f..b775916 100644
--- a/rtl-sdr.rules
+++ b/rtl-sdr.rules
@@ -51,6 +51,9 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1f4d",
ATTRS{idProduct}=="b803", MODE:="066
 # Lifeview LV5TDeluxe (FC0012)
 SUBSYSTEMS=="usb", ATTRS{idVendor}=="1f4d", ATTRS{idProduct}=="c803",
MODE:="0666"
 
+# PROlectrix DV107669 (FC0012)
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1f4d", ATTRS{idProduct}=="d803",
MODE:="0666"
+
 # Twintech UT-40 (FC0013)
 SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b80", ATTRS{idProduct}=="d3a4",
MODE:="0666"
 
diff --git a/src/librtlsdr.c b/src/librtlsdr.c
index d961985..ba14942 100644
--- a/src/librtlsdr.c
+++ b/src/librtlsdr.c
@@ -210,6 +210,7 @@ static rtlsdr_dongle_t known_devices[] = {
 	{ 0x185b, 0x0680, "Compro Videomate U680F"},
 	{ 0x1f4d, 0xb803, "GTek T803" },
 	{ 0x1f4d, 0xc803, "Lifeview LV5TDeluxe" },
+	{ 0x1f4d, 0xd803, "PROlectrix DV107669" },
 	{ 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)" },








More information about the osmocom-sdr mailing list