Skip to content

Commit

Permalink
Recognize SDRplay RSP1A
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Dec 19, 2017
1 parent d536c43 commit c7a1124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mirisdr.rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1df7", ATTRS{idProduct}=="2500", MODE:="066

# IO-DATA GV-TV100 stick
SUBSYSTEMS=="usb", ATTRS{idVendor}=="04bb", ATTRS{idProduct}=="0537", MODE:="0666"

# SDRplay RSP1A
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1df7", ATTRS{idProduct}=="3000", MODE:="0666"
1 change: 1 addition & 0 deletions src/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

static mirisdr_device_t mirisdr_devices[] = {
{ 0x1df7, 0x2500, "Mirics MSi2500 default (e.g. VTX3D card)", "Mirics", "MSi2500"},
{ 0x1df7, 0x3000, "SDRplay RSP1A", "Mirics", "RSP1A"},
{ 0x2040, 0xd300, "Hauppauge WinTV 133559 LF", "Hauppauge", "WinTV 133559 LF"},
{ 0x07ca, 0x8591, "AverMedia A859 Pure DVBT", "AverTV", "A859 Pure DVBT"},
{ 0x04bb, 0x0537, "IO-DATA GV-TV100 stick", "IO-DATA", "GV-TV100"},
Expand Down

0 comments on commit c7a1124

Please sign in to comment.