<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/firmware, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Fix arm memset() handling of negative arguments</title>
<updated>2017-07-27T04:03:09+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>me@fwei.tk</email>
</author>
<published>2017-07-27T04:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5a5bd0d6d1e77b1d94c18e3d4ce1a52b05dc2967'/>
<id>5a5bd0d6d1e77b1d94c18e3d4ce1a52b05dc2967</id>
<content type='text'>
This fixes the sgt-mines plugin. Same issue was present in an old
glibc as well:

https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=a7ed1adbecb6aac49af75aae3b3498798cf63abc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the sgt-mines plugin. Same issue was present in an old
glibc as well:

https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=a7ed1adbecb6aac49af75aae3b3498798cf63abc
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly increase CVDD2 on AMSv2.</title>
<updated>2017-06-14T15:37:29+00:00</updated>
<author>
<name>Michael Giacomelli</name>
<email>giac2000@hotmail.com</email>
</author>
<published>2017-06-14T15:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=365a0050384692b9b308de2d83b7d951e63d567c'/>
<id>365a0050384692b9b308de2d83b7d951e63d567c</id>
<content type='text'>
At least one person found an SD card that wouldn't work at 2.7v.

Change-Id: I84001f07acc9ce36c71165706cce28c2899ac6bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At least one person found an SD card that wouldn't work at 2.7v.

Change-Id: I84001f07acc9ce36c71165706cce28c2899ac6bf
</pre>
</div>
</content>
</entry>
<entry>
<title>imx233: fix touchscreen driver</title>
<updated>2017-05-16T02:14:43+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-05-16T02:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3210457764e0828056e64bbddbb9273d0384657c'/>
<id>3210457764e0828056e64bbddbb9273d0384657c</id>
<content type='text'>
One cannot call lradc_acquire in IRQ context. The solution is to reserve the
channel once at init. There is an additional complication on STMP3600 where
channel mapping is fixed.

Change-Id: Idccbac634a4d9002703e2b1d57748beb9b245cbb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One cannot call lradc_acquire in IRQ context. The solution is to reserve the
channel once at init. There is an additional complication on STMP3600 where
channel mapping is fixed.

Change-Id: Idccbac634a4d9002703e2b1d57748beb9b245cbb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix YP-Z5 plugin/codec buffer size</title>
<updated>2017-05-16T02:14:17+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-05-16T02:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5dd443c03385393de7458a03097e0b40635e6e4e'/>
<id>5dd443c03385393de7458a03097e0b40635e6e4e</id>
<content type='text'>
Change-Id: I8d01497c561bc3420b2b87ced2d7ab241b796a97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8d01497c561bc3420b2b87ced2d7ab241b796a97
</pre>
</div>
</content>
</entry>
<entry>
<title>Samsung YP-Z5: keypad adaption to the new button API</title>
<updated>2017-05-16T02:10:50+00:00</updated>
<author>
<name>Lorenzo Miori</name>
<email>memoryS60@gmail.com</email>
</author>
<published>2017-05-06T13:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e9f7385bdfcec5b01e4342ba1c4bacefd95042f5'/>
<id>e9f7385bdfcec5b01e4342ba1c4bacefd95042f5</id>
<content type='text'>
After compiling the ypz5 target, I have discovered that the keypad
system was refusing to compile, due to a much newer button API.
This patch adapts the target to the current imx233 implementation.
Additonally, some ADC button values have been re-adjusted.

Change-Id: Ib9bfd6aeec5e9e8dfef5887c4147201dd9028a44
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After compiling the ypz5 target, I have discovered that the keypad
system was refusing to compile, due to a much newer button API.
This patch adapts the target to the current imx233 implementation.
Additonally, some ADC button values have been re-adjusted.

Change-Id: Ib9bfd6aeec5e9e8dfef5887c4147201dd9028a44
</pre>
</div>
</content>
</entry>
<entry>
<title>zenxfi3,fuzeplus: disable AB repeat (not enough keys)</title>
<updated>2017-05-16T02:10:28+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2017-04-29T04:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=6e69e3adaa697dd8e7113dc2367cc44b0982086f'/>
<id>6e69e3adaa697dd8e7113dc2367cc44b0982086f</id>
<content type='text'>
zenxki3: disable hotkey (not enough keys)

Change-Id: I294f622e994709dcab27462673792adeb48e7118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
zenxki3: disable hotkey (not enough keys)

Change-Id: I294f622e994709dcab27462673792adeb48e7118
</pre>
</div>
</content>
</entry>
<entry>
<title>RDS: Fix a few goofs in the unicode table</title>
<updated>2017-04-21T23:47:25+00:00</updated>
<author>
<name>Michael Sevakis</name>
<email>jethead71@rockbox.org</email>
</author>
<published>2017-04-21T23:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=0ca665038981f6e955a1c6e51604439240b1ab26'/>
<id>0ca665038981f6e955a1c6e51604439240b1ab26</id>
<content type='text'>
Change-Id: I54c681a9eb3d5e90ee4aeedc3ec5dbd6243cb208
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I54c681a9eb3d5e90ee4aeedc3ec5dbd6243cb208
</pre>
</div>
</content>
</entry>
<entry>
<title>RDS on Samsung YPR0: Make compatible with RDS changes</title>
<updated>2017-04-20T03:20:00+00:00</updated>
<author>
<name>Michael Sevakis</name>
<email>jethead71@rockbox.org</email>
</author>
<published>2017-04-20T03:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4ffa052297ebdd9c8bbf7a8961dd8b0312d60d0f'/>
<id>4ffa052297ebdd9c8bbf7a8961dd8b0312d60d0f</id>
<content type='text'>
si4700_rds_process() should only be called on the rising edge of
RDSR since it now rejects segments out of sequence. Receiving the
same segment multiple times due to rapid polling is of course out
of sequence so do no more processing until RDSR bit cycles to
avoid repeatedly sending the same data instance.

I don't have the tools installed to test compile so there could be
typos. However, I tested on gigabeat-s with YPR0 setup copied over
and it fixed the issue with PS and RT.

Change-Id: Iab511bef64030de8c07d4d22dcf338c8720e2ae2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
si4700_rds_process() should only be called on the rising edge of
RDSR since it now rejects segments out of sequence. Receiving the
same segment multiple times due to rapid polling is of course out
of sequence so do no more processing until RDSR bit cycles to
avoid repeatedly sending the same data instance.

I don't have the tools installed to test compile so there could be
typos. However, I tested on gigabeat-s with YPR0 setup copied over
and it fixed the issue with PS and RT.

Change-Id: Iab511bef64030de8c07d4d22dcf338c8720e2ae2
</pre>
</div>
</content>
</entry>
<entry>
<title>ipod6g: some fixes for recording</title>
<updated>2017-04-15T22:37:45+00:00</updated>
<author>
<name>Cástor Muñoz</name>
<email>cmvidal@gmail.com</email>
</author>
<published>2017-04-15T22:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=3fffff90e2c7c4e6ae3ab9d93f2c82d7b4d59961'/>
<id>3fffff90e2c7c4e6ae3ab9d93f2c82d7b4d59961</id>
<content type='text'>
- Fix broken recording from jack microphone.
- Fix recording hardware detection on models that do not support
  the jack microphone.
- Enable monitor mode when recording.

Change-Id: Ib79a2746f2d75f74cf6667d33bc9ed6512bbc8a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix broken recording from jack microphone.
- Fix recording hardware detection on models that do not support
  the jack microphone.
- Enable monitor mode when recording.

Change-Id: Ib79a2746f2d75f74cf6667d33bc9ed6512bbc8a9
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize lld_remove() a bit</title>
<updated>2017-04-13T22:59:45+00:00</updated>
<author>
<name>Michael Sevakis</name>
<email>jethead71@rockbox.org</email>
</author>
<published>2017-04-13T22:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=dbacee67c415abdd799580efe7949d8012739017'/>
<id>dbacee67c415abdd799580efe7949d8012739017</id>
<content type='text'>
Just need to check prev and next for NULL to know whether to mess
with the head and/or tail pointers.

Change-Id: I0aee057111e11735b7806e7214af0a6038f0ab53
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just need to check prev and next for NULL to know whether to mess
with the head and/or tail pointers.

Change-Id: I0aee057111e11735b7806e7214af0a6038f0ab53
</pre>
</div>
</content>
</entry>
</feed>
