<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtl-sdr/src/librtlsdr.c, branch master</title>
<subtitle>Mirror repo for various hacks on rtl-sdr</subtitle>
<id>https://git.yuv.al/rtl-sdr/atom/src/librtlsdr.c?h=master</id>
<link rel='self' href='https://git.yuv.al/rtl-sdr/atom/src/librtlsdr.c?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/'/>
<updated>2013-01-28T23:30:09Z</updated>
<entry>
<title>lib: remove "e.g. hama nano" from the default device description</title>
<updated>2013-01-28T23:30:09Z</updated>
<author>
<name>Steve Markgraf</name>
<email>steve@steve-m.de</email>
</author>
<published>2013-01-28T23:30:09Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=b656896f668c7887bbf2cefb2047fe9078de5ae2'/>
<id>urn:sha1:b656896f668c7887bbf2cefb2047fe9078de5ae2</id>
<content type='text'>
This caused some confusion...

Signed-off-by: Steve Markgraf &lt;steve@steve-m.de&gt;</content>
</entry>
<entry>
<title>exit if our usb device disappears</title>
<updated>2013-01-16T19:05:52Z</updated>
<author>
<name>Hoernchen</name>
<email>la@tfc-server.de</email>
</author>
<published>2013-01-16T19:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=3cbf1392612a0c6f02ec178f8e78568138f12b0a'/>
<id>urn:sha1:3cbf1392612a0c6f02ec178f8e78568138f12b0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: enable standby mode of e4k and r820t on exit</title>
<updated>2013-01-16T00:43:45Z</updated>
<author>
<name>Steve Markgraf</name>
<email>steve@steve-m.de</email>
</author>
<published>2013-01-16T00:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=84f0a9084bb944c0cd36289a462978054e93ca35'/>
<id>urn:sha1:84f0a9084bb944c0cd36289a462978054e93ca35</id>
<content type='text'>
Since the R820T is a power hog and gets quite hot,
this makes sense, especially when being battery-
powered.

Signed-off-by: Steve Markgraf &lt;steve@steve-m.de&gt;</content>
</entry>
<entry>
<title>let's not depend on libusb &gt;= 1.0.9, avoid libusb_error_name()</title>
<updated>2013-01-13T13:54:31Z</updated>
<author>
<name>Hoernchen</name>
<email>la@tfc-server.de</email>
</author>
<published>2013-01-13T13:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=c338e5a8c100b282b17d676054c889068bbd9747'/>
<id>urn:sha1:c338e5a8c100b282b17d676054c889068bbd9747</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more verbose error message if opening the usb device fails</title>
<updated>2013-01-12T23:31:58Z</updated>
<author>
<name>Hoernchen</name>
<email>la@tfc-server.de</email>
</author>
<published>2013-01-12T17:22:45Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=5d2d5a4ae4d26f4f6021126d960681c0d72c1c7f'/>
<id>urn:sha1:5d2d5a4ae4d26f4f6021126d960681c0d72c1c7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable force canceling for now to prevent crashes</title>
<updated>2013-01-10T00:41:05Z</updated>
<author>
<name>Hoernchen</name>
<email>la@tfc-server.de</email>
</author>
<published>2013-01-10T00:07:39Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=f1ac20c3715001974f477860d8fc00b678921e83'/>
<id>urn:sha1:f1ac20c3715001974f477860d8fc00b678921e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: reset device if needed</title>
<updated>2013-01-04T20:26:43Z</updated>
<author>
<name>Steve Markgraf</name>
<email>steve@steve-m.de</email>
</author>
<published>2013-01-04T20:26:43Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=7840ec21d3c9a4a39ca6bbb3567e14caeccdb9f5'/>
<id>urn:sha1:7840ec21d3c9a4a39ca6bbb3567e14caeccdb9f5</id>
<content type='text'>
This improves the situation on hosts with flaky host
controllers like the Raspberry Pi and the WR703N.

Signed-off-by: Steve Markgraf &lt;steve@steve-m.de&gt;</content>
</entry>
<entry>
<title>rtlsdr_set_sample_rate(): don't access dev structure before checking for NULL</title>
<updated>2013-01-02T19:19:19Z</updated>
<author>
<name>Steve Markgraf</name>
<email>steve@steve-m.de</email>
</author>
<published>2013-01-02T19:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=4b057fea0f05ea8aa8e963ea2fcfc23f2f349477'/>
<id>urn:sha1:4b057fea0f05ea8aa8e963ea2fcfc23f2f349477</id>
<content type='text'>
Thanks to Derek Lieber for reporting this bug.

Signed-off-by: Steve Markgraf &lt;steve@steve-m.de&gt;</content>
</entry>
<entry>
<title>librtlsdr: remove unneeded casting</title>
<updated>2012-12-29T15:06:26Z</updated>
<author>
<name>Dimitri Stolnikov</name>
<email>horiz0n@gmx.net</email>
</author>
<published>2012-12-29T14:28:31Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=314683a51ee227e09f8e55af2cf77e15f960e5e5'/>
<id>urn:sha1:314683a51ee227e09f8e55af2cf77e15f960e5e5</id>
<content type='text'>
Signed-off-by: Hoernchen &lt;la@tfc-server.de&gt;
</content>
</entry>
<entry>
<title>lib: add rtlsdr_get_index_by_serial()</title>
<updated>2012-11-04T12:57:56Z</updated>
<author>
<name>Steve Markgraf</name>
<email>steve@steve-m.de</email>
</author>
<published>2012-11-04T12:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rtl-sdr/commit/?id=d3c9015d26e3d5bb310394fad7c41436f5268b01'/>
<id>urn:sha1:d3c9015d26e3d5bb310394fad7c41436f5268b01</id>
<content type='text'>
This allows to open a device by a name (serial number string)
that has been programmed with rtl_eeprom -s.

Signed-off-by: Steve Markgraf &lt;steve@steve-m.de&gt;</content>
</entry>
</feed>
