mirror of
				https://github.com/rtlsdrblog/rtl-sdr-blog.git
				synced 2025-10-31 00:48:08 +01:00 
			
		
		
		
	lib: add new HanfTek dongle
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
		| @@ -72,6 +72,9 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1554", ATTRS{idProduct}=="5020", MODE:="066 | ||||
| # Astrometa DVB-T/DVB-T2 (R828D) | ||||
| SUBSYSTEMS=="usb", ATTRS{idVendor}=="15f4", ATTRS{idProduct}=="0131", MODE:="0666" | ||||
|  | ||||
| # HanfTek DAB+FM+DVB-T | ||||
| SUBSYSTEMS=="usb", ATTRS{idVendor}=="15f4", ATTRS{idProduct}=="0133", MODE:="0666" | ||||
|  | ||||
| # Compro Videomate U620F (E4000) | ||||
| SUBSYSTEMS=="usb", ATTRS{idVendor}=="185b", ATTRS{idProduct}=="0620", MODE:="0666" | ||||
|  | ||||
|   | ||||
| @@ -329,6 +329,7 @@ static rtlsdr_dongle_t known_devices[] = { | ||||
| 	{ 0x0ccd, 0x00e0, "Terratec NOXON DAB/DAB+ USB dongle (rev 2)" }, | ||||
| 	{ 0x1554, 0x5020, "PixelView PV-DT235U(RN)" }, | ||||
| 	{ 0x15f4, 0x0131, "Astrometa DVB-T/DVB-T2" }, | ||||
| 	{ 0x15f4, 0x0133, "HanfTek DAB+FM+DVB-T" }, | ||||
| 	{ 0x185b, 0x0620, "Compro Videomate U620F"}, | ||||
| 	{ 0x185b, 0x0650, "Compro Videomate U650F"}, | ||||
| 	{ 0x185b, 0x0680, "Compro Videomate U680F"}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user