mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-10 04:37:37 +01:00
add PID of MSI DigiVox Micro HD
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
cf66e3aa8b
commit
ed449bc04d
@ -78,6 +78,9 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d19", ATTRS{idProduct}=="1102", MODE:="066
|
|||||||
# Dexatek DK 5217 DVB-T Dongle (FC2580)
|
# Dexatek DK 5217 DVB-T Dongle (FC2580)
|
||||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d19", ATTRS{idProduct}=="1103", MODE:="0666"
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d19", ATTRS{idProduct}=="1103", MODE:="0666"
|
||||||
|
|
||||||
|
# MSI DigiVox Micro HD (FC2580)
|
||||||
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1d19", ATTRS{idProduct}=="1104", MODE:="0666"
|
||||||
|
|
||||||
# Genius TVGo DVB-T03 USB dongle (Ver. B)
|
# Genius TVGo DVB-T03 USB dongle (Ver. B)
|
||||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0458", ATTRS{idProduct}=="707f", MODE:="0666"
|
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0458", ATTRS{idProduct}=="707f", MODE:="0666"
|
||||||
|
|
||||||
|
@ -248,6 +248,7 @@ static rtlsdr_dongle_t known_devices[] = {
|
|||||||
{ 0x1d19, 0x1101, "Dexatek DK DVB-T Dongle (Logilink VG0002A)" },
|
{ 0x1d19, 0x1101, "Dexatek DK DVB-T Dongle (Logilink VG0002A)" },
|
||||||
{ 0x1d19, 0x1102, "Dexatek DK DVB-T Dongle (MSI DigiVox mini II V3.0)" },
|
{ 0x1d19, 0x1102, "Dexatek DK DVB-T Dongle (MSI DigiVox mini II V3.0)" },
|
||||||
{ 0x1d19, 0x1103, "Dexatek Technology Ltd. DK 5217 DVB-T Dongle" },
|
{ 0x1d19, 0x1103, "Dexatek Technology Ltd. DK 5217 DVB-T Dongle" },
|
||||||
|
{ 0x1d19, 0x1104, "MSI DigiVox Micro HD" },
|
||||||
{ 0x0458, 0x707f, "Genius TVGo DVB-T03 USB dongle (Ver. B)" },
|
{ 0x0458, 0x707f, "Genius TVGo DVB-T03 USB dongle (Ver. B)" },
|
||||||
{ 0x1b80, 0xd393, "GIGABYTE GT-U7300" },
|
{ 0x1b80, 0xd393, "GIGABYTE GT-U7300" },
|
||||||
{ 0x1b80, 0xd394, "DIKOM USB-DVBT HD" },
|
{ 0x1b80, 0xd394, "DIKOM USB-DVBT HD" },
|
||||||
|
Loading…
Reference in New Issue
Block a user