diff options
| author | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-04-21 21:38:37 +0200 |
|---|---|---|
| committer | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-04-21 21:38:37 +0200 |
| commit | 7ba990981b233071f22f1ac22effcf85ca099850 (patch) | |
| tree | adf0eaf91e7209707a5d2ec4807d557ee7da7959 /src | |
| parent | 35729e7ee431c59ddca8c769fa2464baa584ec98 (diff) | |
add a note with patch submission information
Diffstat (limited to 'src')
| -rw-r--r-- | src/rtl-sdr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rtl-sdr.c b/src/rtl-sdr.c index 8d77347..6e40225 100644 --- a/src/rtl-sdr.c +++ b/src/rtl-sdr.c @@ -115,6 +115,9 @@ typedef struct rtlsdr_device { const char *name; } rtlsdr_device_t; +/* + * Please add your device here and send a patch to osmocom-sdr@lists.osmocom.org + */ static rtlsdr_device_t devices[] = { { 0x0bda, 0x2832, "Generic RTL2832U (e.g. hama nano)" }, { 0x0bda, 0x2838, "ezcap USB 2.0 DVB-T/DAB/FM dongle" }, |
