<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_external_libusbx/examples, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/'/>
<entry>
<title>made some globals static to fix warnings</title>
<updated>2013-07-30T16:44:13+00:00</updated>
<author>
<name>Sean McBride</name>
<email>sean@rogue-research.com</email>
</author>
<published>2013-07-26T18:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=ce8da723b4e4c29268c0a15f010838f5a70c931a'/>
<id>ce8da723b4e4c29268c0a15f010838f5a70c931a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: use libusb_set_auto_detach_kernel_driver()</title>
<updated>2013-06-19T09:04:15+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2013-06-14T09:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=02281fda6ee5ed7456f381105d159e15dc1b6da6'/>
<id>02281fda6ee5ed7456f381105d159e15dc1b6da6</id>
<content type='text'>
What better way to show how useful libusb_set_auto_detach_kernel_driver() is,
then to use it in our examples?

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
What better way to show how useful libusb_set_auto_detach_kernel_driver() is,
then to use it in our examples?

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Examples: add a missing \n at end of error messages</title>
<updated>2013-06-11T15:35:11+00:00</updated>
<author>
<name>Ludovic Rousseau</name>
<email>ludovic.rousseau@gmail.com</email>
</author>
<published>2013-06-10T13:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=cf8a313b2cdb6a25f00730452aab9130cac5c52b'/>
<id>cf8a313b2cdb6a25f00730452aab9130cac5c52b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: Add a libusb_strerror() function</title>
<updated>2013-06-09T23:16:36+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2013-06-07T18:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=511ed18228dd097dfe6d5c6fd926eaea24435f64'/>
<id>511ed18228dd097dfe6d5c6fd926eaea24435f64</id>
<content type='text'>
This patch adds the much requested libusb_strerror() function, taking into
account all issues people raised wrt previous attempts.

Criteria / Decisions underlying this implementation:
- Must support translated messages
- Must not use gettext as that does not work well in combination with Windows
 (when building with Visual C, or for Windows CE)
- API compatible with FreeBSD and various patched libusb-s floating around
- KISS:
 - Do not add any (other) library dependencies
 - Do not try to deal with message encodings (iconv), simply always return UTF-8
   making encoding the problem of the application using libusb_strerror.
 - Defaults to English, so apps which don't want translated messages,
   don't need to do anything special
 - Defaults to English (with pure ASCII messages), so apps which don't
   call libusb_setlocale() don't need to worry about encoding
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the much requested libusb_strerror() function, taking into
account all issues people raised wrt previous attempts.

Criteria / Decisions underlying this implementation:
- Must support translated messages
- Must not use gettext as that does not work well in combination with Windows
 (when building with Visual C, or for Windows CE)
- API compatible with FreeBSD and various patched libusb-s floating around
- KISS:
 - Do not add any (other) library dependencies
 - Do not try to deal with message encodings (iconv), simply always return UTF-8
   making encoding the problem of the application using libusb_strerror.
 - Defaults to English, so apps which don't want translated messages,
   don't need to do anything special
 - Defaults to English (with pure ASCII messages), so apps which don't
   call libusb_setlocale() don't need to worry about encoding
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Add sam3u_benchmark isochronous example by Harald Welte</title>
<updated>2013-05-30T12:21:00+00:00</updated>
<author>
<name>Peter Stuge</name>
<email>peter@stuge.se</email>
</author>
<published>2012-05-08T17:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=f51b19db343a64b2294fa46fd1b55f8ec6e65751'/>
<id>f51b19db343a64b2294fa46fd1b55f8ec6e65751</id>
<content type='text'>
Copied with the author's permission under LGPL-2.1 from
usb-benchmark-project/host/benchmark.c in
git://git.gnumonks.org/sam3u-tests.git commit
74959f7ee88f1597286cd435f312a8ff52c56b7e

http://git.gnumonks.org/cgi-bin/gitweb.cgi?p=sam3u-tests.git;a=blob;f=usb-benchmark-project/host/benchmark.c;h=74959f7ee88f1597286cd435f312a8ff52c56b7e

An Atmel SAM3U test firmware is also available in the above repository.

Conflicts:
	.gitignore

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copied with the author's permission under LGPL-2.1 from
usb-benchmark-project/host/benchmark.c in
git://git.gnumonks.org/sam3u-tests.git commit
74959f7ee88f1597286cd435f312a8ff52c56b7e

http://git.gnumonks.org/cgi-bin/gitweb.cgi?p=sam3u-tests.git;a=blob;f=usb-benchmark-project/host/benchmark.c;h=74959f7ee88f1597286cd435f312a8ff52c56b7e

An Atmel SAM3U test firmware is also available in the above repository.

Conflicts:
	.gitignore

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BOS descriptor support</title>
<updated>2013-05-30T12:20:51+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2013-05-27T14:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=d7b796f1fe3d0aeee3ab2fc717eac38fec8d5caa'/>
<id>d7b796f1fe3d0aeee3ab2fc717eac38fec8d5caa</id>
<content type='text'>
Based on earlier work done on this by Maya Erez &lt;merez@codeaurora.org&gt;,
Nathan Hjelm &lt;hjelmn@me.com&gt; and Pete Batard &lt;pete@akeo.ie&gt;.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on earlier work done on this by Maya Erez &lt;merez@codeaurora.org&gt;,
Nathan Hjelm &lt;hjelmn@me.com&gt; and Pete Batard &lt;pete@akeo.ie&gt;.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add superspeed endpoint companion descriptor support</title>
<updated>2013-05-30T12:20:44+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2013-05-27T09:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=ef698c633d2ecb597be58deccfa2795cc6c88e25'/>
<id>ef698c633d2ecb597be58deccfa2795cc6c88e25</id>
<content type='text'>
Based on earlier work done on this by Maya Erez &lt;merez@codeaurora.org&gt;,
Nathan Hjelm &lt;hjelmn@me.com&gt; and Pete Batard &lt;pete@akeo.ie&gt;.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on earlier work done on this by Maya Erez &lt;merez@codeaurora.org&gt;,
Nathan Hjelm &lt;hjelmn@me.com&gt; and Pete Batard &lt;pete@akeo.ie&gt;.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Examples: Fix use of deprecated libusb_get_port_path</title>
<updated>2013-05-17T08:42:47+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2013-05-17T08:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=f3fcf8402609d946d16eb2d9686bf76d7b0b8ae0'/>
<id>f3fcf8402609d946d16eb2d9686bf76d7b0b8ae0</id>
<content type='text'>
While at it also simplify the path printing in listdevs

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it also simplify the path printing in listdevs

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>listdevs: Also print portpath for non root hubs</title>
<updated>2013-05-16T20:36:26+00:00</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2013-05-16T20:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=ebac6ac1b30aea6e9190cce336eb75dc0f1c5ce7'/>
<id>ebac6ac1b30aea6e9190cce336eb75dc0f1c5ce7</id>
<content type='text'>
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Only check for HAVE_SIGACTION once in Makefile.am</title>
<updated>2013-05-15T18:43:35+00:00</updated>
<author>
<name>Peter Stuge</name>
<email>peter@stuge.se</email>
</author>
<published>2012-05-08T17:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_libusbx/commit/?id=a1b0ae5e594812f69b0114292a1d5eec9e891207'/>
<id>a1b0ae5e594812f69b0114292a1d5eec9e891207</id>
<content type='text'>
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
