mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-12-26 19:08:29 +01:00
lib: remove "e.g. hama nano" from the default device description
This caused some confusion... Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
3cbf139261
commit
b656896f66
@ -229,7 +229,7 @@ typedef struct rtlsdr_dongle {
|
||||
* Please add your device here and send a patch to osmocom-sdr@lists.osmocom.org
|
||||
*/
|
||||
static rtlsdr_dongle_t known_devices[] = {
|
||||
{ 0x0bda, 0x2832, "Generic RTL2832U (e.g. hama nano)" },
|
||||
{ 0x0bda, 0x2832, "Generic RTL2832U" },
|
||||
{ 0x0bda, 0x2838, "ezcap USB 2.0 DVB-T/DAB/FM dongle" },
|
||||
{ 0x0ccd, 0x00a9, "Terratec Cinergy T Stick Black (rev 1)" },
|
||||
{ 0x0ccd, 0x00b3, "Terratec NOXON DAB/DAB+ USB dongle (rev 1)" },
|
||||
|
Loading…
Reference in New Issue
Block a user