<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/firmware/target/hosted/agptek, branch wolf3d</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Agptek rocker: do not update display when not active</title>
<updated>2019-05-31T13:17:33+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2019-05-31T13:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e85a3ba518c272daf9c0246872822fdde34754a6'/>
<id>e85a3ba518c272daf9c0246872822fdde34754a6</id>
<content type='text'>
Change-Id: I963a9098b82a09aed8050123932a128f2d08dee0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I963a9098b82a09aed8050123932a128f2d08dee0
</pre>
</div>
</content>
</entry>
<entry>
<title>Agptek: Fix headphones detection</title>
<updated>2018-06-28T07:52:59+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2018-06-28T07:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=8742f6f0e2cf7c03716d4486f4fad3b57b98d8d3'/>
<id>8742f6f0e2cf7c03716d4486f4fad3b57b98d8d3</id>
<content type='text'>
Change-Id: Id43bfee7357eef8dda6a617c1207b930f3ea90a0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id43bfee7357eef8dda6a617c1207b930f3ea90a0
</pre>
</div>
</content>
</entry>
<entry>
<title>Agptek: Fix support for empty strings in sysfs helper functions</title>
<updated>2018-06-28T07:52:59+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2018-06-28T07:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=971001d141e7695e758496c927fd42215489b3f6'/>
<id>971001d141e7695e758496c927fd42215489b3f6</id>
<content type='text'>
Change-Id: Id5573059da2b454f5336b3cebce7c09a83a7826f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id5573059da2b454f5336b3cebce7c09a83a7826f
</pre>
</div>
</content>
</entry>
<entry>
<title>Agptek Rocker: Add missing lcd_set_active(true) in lcd_init_device()</title>
<updated>2018-06-20T19:17:08+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2018-06-20T19:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=28cfeed4c1a07262ac9d0abc4e9263f10971633a'/>
<id>28cfeed4c1a07262ac9d0abc4e9263f10971633a</id>
<content type='text'>
This should fix problem introduced in 5c015ad resulting
in not updating screen properly in wps.

Change-Id: Ie36b6edfcfc7d425c84381402adae79d77fcc92f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix problem introduced in 5c015ad resulting
in not updating screen properly in wps.

Change-Id: Ie36b6edfcfc7d425c84381402adae79d77fcc92f
</pre>
</div>
</content>
</entry>
<entry>
<title>Agptek Rocker: Slightly tweak build procedure</title>
<updated>2018-06-14T09:02:18+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2018-06-14T09:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=203e4adb1ee130fd8c457f2fe207c24cba1f90eb'/>
<id>203e4adb1ee130fd8c457f2fe207c24cba1f90eb</id>
<content type='text'>
In bootloader build create stripped binary bootloader.rocker

Change-Id: Id67bebe82251fac22ad905ad3d49525691816746
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In bootloader build create stripped binary bootloader.rocker

Change-Id: Id67bebe82251fac22ad905ad3d49525691816746
</pre>
</div>
</content>
</entry>
<entry>
<title>Agptek Rocker: Implement lcd_enable()</title>
<updated>2018-06-14T08:03:07+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2018-06-14T08:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=5c015ada908d491fa2f9fa37b83e3fc9c56b4d86'/>
<id>5c015ada908d491fa2f9fa37b83e3fc9c56b4d86</id>
<content type='text'>
In theory this should slightly improve battery life.

Change-Id: Iaf55beb7dbc20e7562017958aeb0386459d49a31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In theory this should slightly improve battery life.

Change-Id: Iaf55beb7dbc20e7562017958aeb0386459d49a31
</pre>
</div>
</content>
</entry>
<entry>
<title>Agptek Rocker: Callibrate power discharge/charge curve</title>
<updated>2018-06-12T08:31:16+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2018-06-08T11:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c0bdbb43ea6319a937a565251eeb4e01183ef1ca'/>
<id>c0bdbb43ea6319a937a565251eeb4e01183ef1ca</id>
<content type='text'>
Thanks 'elakir' and 'pechenyh' rockbox forum users for performing
battery bench.

Change-Id: I25d350deaa805a9ecdc236f81f0ad127a169de52
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks 'elakir' and 'pechenyh' rockbox forum users for performing
battery bench.

Change-Id: I25d350deaa805a9ecdc236f81f0ad127a169de52
</pre>
</div>
</content>
</entry>
<entry>
<title>Agptek Rocker: Implement USB mass storage driver</title>
<updated>2018-06-12T08:31:15+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2018-03-13T20:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7692558674be24dfe51d7be84b4d01995c23e67b'/>
<id>7692558674be24dfe51d7be84b4d01995c23e67b</id>
<content type='text'>
Agptek uses composite android driver.

Change-Id: Iece188ad640f3dfd24c171946c14da4c3516b6d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Agptek uses composite android driver.

Change-Id: Iece188ad640f3dfd24c171946c14da4c3516b6d5
</pre>
</div>
</content>
</entry>
<entry>
<title>Agptek Rocker: Initial commit</title>
<updated>2018-06-12T08:31:14+00:00</updated>
<author>
<name>Marcin Bukat</name>
<email>marcin.bukat@gmail.com</email>
</author>
<published>2017-04-27T09:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=d55680993df9b6743506814d98b5cc1859828f8a'/>
<id>d55680993df9b6743506814d98b5cc1859828f8a</id>
<content type='text'>
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
</pre>
</div>
</content>
</entry>
</feed>
