You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><b>libusb</b> is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware.</p>
55
55
<p>It is <b>portable</b>: Using a single cross-platform API, it provides access to USB devices on Linux, OS X, Windows, Android, OpenBSD, etc.</p>
56
56
<p>It is <b>user-mode</b>: No special privilege or elevation is required for the application to communicate with a device.</p>
57
-
<p>It is <b>version-agnostic</b>: All versions of the USB protocol, from 1.0 to 3.0 (latest), are supported.</p>
57
+
<p>It is <b>version-agnostic</b>: All versions of the USB protocol, from 1.0 to 3.1 (latest), are supported.</p>
58
58
<h2>What platforms are supported?</h2>
59
59
<p>Linux, OS X, Windows, Windows CE, Android, OpenBSD/NetBSD, Haiku.</p>
60
60
<h2>Sounds good! How do I get started?</h2>
@@ -69,7 +69,7 @@ <h2>What happened to the old site?</h2>
69
69
<p><b>For additional information, please consult the <ahref="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a> or the <ahref="https://github.com/libusb/libusb/wiki">Wiki</a>.</b></p>
0 commit comments