<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/utils, branch quake5</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>nwztools: fix Makefile</title>
<updated>2019-04-22T21:45:33+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2019-04-22T21:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4ed57276542124a22c26ebb1d307996fc3a7556c'/>
<id>4ed57276542124a22c26ebb1d307996fc3a7556c</id>
<content type='text'>
Seems like newer versions of mingw will sponteanously add a .exe suffix to
the output path if it doesn't have one, for example mingw-gcc -o scsitool bla
will actually create scsitool.exe and of course this breaks my release script.
Fix this by explicitely adding the .exe to avoid any problem

Change-Id: Ic8019b968b532b2ca612ba0c03977a96c22cee01
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Seems like newer versions of mingw will sponteanously add a .exe suffix to
the output path if it doesn't have one, for example mingw-gcc -o scsitool bla
will actually create scsitool.exe and of course this breaks my release script.
Fix this by explicitely adding the .exe to avoid any problem

Change-Id: Ic8019b968b532b2ca612ba0c03977a96c22cee01
</pre>
</div>
</content>
</entry>
<entry>
<title>nwztools: add DMP-Z1 to the database</title>
<updated>2019-04-22T21:45:33+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2019-04-22T21:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=063ff294a266f68ab93f462c264613c2223a40cd'/>
<id>063ff294a266f68ab93f462c264613c2223a40cd</id>
<content type='text'>
This is one of those fancy gold-plated devices. Of course it breaks my scripts
that were nicely expecting every device to start with NW.

Change-Id: I161320f620f65f4f92c2650d192b26a9831eeb9d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is one of those fancy gold-plated devices. Of course it breaks my scripts
that were nicely expecting every device to start with NW.

Change-Id: I161320f620f65f4f92c2650d192b26a9831eeb9d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix host build of mkimxboot, mknwzboot, nwztools, and rbutil with crypto++</title>
<updated>2019-01-25T11:58:18+00:00</updated>
<author>
<name>Solomon Peachy</name>
<email>pizza@shaftnet.org</email>
</author>
<published>2019-01-24T12:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=07084f62c40d3197f3a11ac4e5fbe3b923e9ae1e'/>
<id>07084f62c40d3197f3a11ac4e5fbe3b923e9ae1e</id>
<content type='text'>
Necessary to get working builds on my Fedora 29 system.

Change-Id: Ia6232427c959629ade9a85fc412738f688facedb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Necessary to get working builds on my Fedora 29 system.

Change-Id: Ia6232427c959629ade9a85fc412738f688facedb
</pre>
</div>
</content>
</entry>
<entry>
<title>sonynwz: add NW-ZX300G nvp info</title>
<updated>2018-11-30T14:37:10+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2018-11-30T14:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=c1194aedb097a5c89c81d90fd8fb5a3f11c186f6'/>
<id>c1194aedb097a5c89c81d90fd8fb5a3f11c186f6</id>
<content type='text'>
There is something weird going on: the Sony website has two different entries:
- NW-ZX300/NW-ZX300A/NW-A45/NW-A47/NW-A45HN/NW-A46HN
- NW-ZX300,NW-ZX300A update(20181004)/NW-ZX300G
with slightly different nvp entries, but it is impossible to tell whether
an NW-ZX300(A) belong to one or the other. Since the diff is very small,
I am adding this as nw-zx300g but treat all devices as nz-zx300 since the
destination node is the same and that is the main usage of the tool anyway.

Change-Id: I3dc2fdec52650f938d568bed578184f6bc43d130
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is something weird going on: the Sony website has two different entries:
- NW-ZX300/NW-ZX300A/NW-A45/NW-A47/NW-A45HN/NW-A46HN
- NW-ZX300,NW-ZX300A update(20181004)/NW-ZX300G
with slightly different nvp entries, but it is impossible to tell whether
an NW-ZX300(A) belong to one or the other. Since the diff is very small,
I am adding this as nw-zx300g but treat all devices as nz-zx300 since the
destination node is the same and that is the main usage of the tool anyway.

Change-Id: I3dc2fdec52650f938d568bed578184f6bc43d130
</pre>
</div>
</content>
</entry>
<entry>
<title>sonynwz: add NW-A57 and NW-ZX300G to the database</title>
<updated>2018-11-30T14:37:10+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2018-11-30T14:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=110e3b43a07ad40ad521e0d1afb44fc4f52f6353'/>
<id>110e3b43a07ad40ad521e0d1afb44fc4f52f6353</id>
<content type='text'>
Change-Id: I9bbfa56c5b2d79568de5443f1098d724c4beda6a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9bbfa56c5b2d79568de5443f1098d724c4beda6a
</pre>
</div>
</content>
</entry>
<entry>
<title>nwzstools/scsitool: try to guess series if possible</title>
<updated>2018-11-30T14:37:10+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2018-11-30T14:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=4c318057f63a4e1b5e5facd5fecfade2f17572a3'/>
<id>4c318057f63a4e1b5e5facd5fecfade2f17572a3</id>
<content type='text'>
If the model is not known (ie model ID in the database) but another device from
the same series is known, then the database information probably applies and
one can use the "force" option -s to tell the tool to ignore the model ID.
Automatically print such advice when the series can be guessed.

Change-Id: I6bcc7aa29693df8c3d7d8e709ece7cea650be717
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the model is not known (ie model ID in the database) but another device from
the same series is known, then the database information probably applies and
one can use the "force" option -s to tell the tool to ignore the model ID.
Automatically print such advice when the series can be guessed.

Change-Id: I6bcc7aa29693df8c3d7d8e709ece7cea650be717
</pre>
</div>
</content>
</entry>
<entry>
<title>nwztools/scsitool: add experimental command to list Sony devices</title>
<updated>2018-11-30T14:37:10+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2018-11-30T14:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=da752d00844bf8f881b344570f815ff063e4b65e'/>
<id>da752d00844bf8f881b344570f815ff063e4b65e</id>
<content type='text'>
Change-Id: Ic4f382667c5c84514be661d36032c47fb8f92e75
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic4f382667c5c84514be661d36032c47fb8f92e75
</pre>
</div>
</content>
</entry>
<entry>
<title>rbscsi: add experimental API to list connected SCSI devices</title>
<updated>2018-11-30T14:37:10+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2018-11-30T14:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e01248efcd622211c0451e6dc4ed47cc4b758cfa'/>
<id>e01248efcd622211c0451e6dc4ed47cc4b758cfa</id>
<content type='text'>
For now it is only implemented on linux using /sys scanning

Change-Id: Ifdfe7564e6e8d0307ae6ddc53e49bb9aaf5a8268
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now it is only implemented on linux using /sys scanning

Change-Id: Ifdfe7564e6e8d0307ae6ddc53e49bb9aaf5a8268
</pre>
</div>
</content>
</entry>
<entry>
<title>Indentation fix</title>
<updated>2018-11-30T14:37:10+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2018-11-29T13:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=43654371591feab23ce0a52af42bb88de0abfbca'/>
<id>43654371591feab23ce0a52af42bb88de0abfbca</id>
<content type='text'>
Change-Id: Ia0f96dd27c520cf2bfec4765619f53eaffee3e20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia0f96dd27c520cf2bfec4765619f53eaffee3e20
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the NWZ-A844 to the database</title>
<updated>2018-11-30T14:37:10+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2018-06-01T10:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=110fd2cae6c0430c2033f01fb3c1ace11a32f327'/>
<id>110fd2cae6c0430c2033f01fb3c1ace11a32f327</id>
<content type='text'>
For some reason even Sony didn't have it in its list...

Change-Id: I26de6071e5887cc7c6ebb695ea333c7b3d1b50db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason even Sony didn't have it in its list...

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