-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6c78908
Showing
10 changed files
with
310 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.html eol=lf | ||
*.css eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
libusb.info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
libusbx | ||
======= | ||
|
||
This directory contains content for the web pages at: http://libusb.info |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<title>libusb</title> | ||
<link rel="stylesheet" type="text/css" href="style.css" /> | ||
</head> | ||
<body> | ||
<div class="header"> | ||
<p> | ||
<a href="http://libusb.info"><img style="vertical-align:middle" src="images/logo-160.png" alt="libusb"/></a> A cross-platform user library to access USB devices | ||
<br> | ||
</p> | ||
</div> | ||
<div class="menu"> | ||
<ul> | ||
<li><a href="http://sourceforge.net/projects/libusb/" id="current">About</a> | ||
</li> | ||
<li><a href="http://sourceforge.net/projects/libusb/files/">Downloads</a> | ||
<ul> | ||
<li><a href="http://sourceforge.net/projects/libusb/files/latest/download?source=files">Latest Source (tarball)</a></li> | ||
<li><a href="http://sourceforge.net/projects/libusb/files/releases/1.0.17/binaries/">Latest Windows Binaries</a></li> | ||
<li><a href="http://sourceforge.net/projects/libusb/files/releases/">Other Releases</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="http://libusb.sourceforge.net/api-1.0/">Documentation</a> | ||
<ul> | ||
<li><a href="http://libusb.sourceforge.net/api-1.0/">libusb API (v1.0)</a></li> | ||
<li><a href="https://github.com/libusb/libusb/wiki">Wiki</a></li> | ||
<li><a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="https://github.com/libusb/libusb/issues">Support</a> | ||
<ul> | ||
<li><a href="https://lists.sourceforge.net/lists/listinfo/libusb-devel">Post to Mailing List</a></li> | ||
<li><a href="http://sourceforge.net/p/libusb/mailman/search/?mail_list=libusb-devel">Search Mailing List</a></li> | ||
<li><a href="http://sourceforge.net/p/libusb/mailman/libusb-devel/">Mailing List Archives</a></li> | ||
<li><a href="https://github.com/libusb/libusb/issues/new">Report New Issue</a></li> | ||
<li><a href="https://github.com/libusb/libusb/issues?sort=created&state=open">Search Existing Issues</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="https://github.com/libusb/libusb">Development</a> | ||
<ul> | ||
<li><a href="https://github.com/libusb/libusb/issues/milestones?direction=asc&sort=due_date">Roadmap</a></li> | ||
<li><a href="https://github.com/libusb/libusb/commits/master">Git Log</a></li> | ||
<li><a href="https://github.com/libusb/libusb/wiki#wiki-Accessing_the_Source">Git Access</a></li> | ||
<!-- <li><a href="#">Sending Patches</a></li> --> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="main"> | ||
<h2>Overview</h2> | ||
<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> | ||
<p>It is <b>portable</b>: Using a single cross-platform API, it provides access to USB devices on Linux, OS X, Windows and OpenBSD.</p> | ||
<p>It is <b>user-mode</b>: No special privilege or elevation is required for the application to communicate with a device.</p> | ||
<p>It is <b>version-agnostic</b>: All versions of the USB protocol, from 1.0 to 3.0 (latest), are supported.</p> | ||
<h2>What platforms are supported</h2> | ||
<p>Linux, OS X, Windows, Windows CE, Android, OpenBSD/NetBSD.</p> | ||
<h2>Sounds good! How do I get started?</h2> | ||
<p>If you are using Linux, chances are your distribution already includes libusb, so you probably just need to reference the libusb header in your source.</p> | ||
<p>For other platforms, or if you want to use the very latest, you are encouraged to recompile from source. Please check the Downloads menu.</p> | ||
<p>If you prefer, you can also access the source directly from <a href="https://github.com/libusb/libusb">github</a>.</p> | ||
<p>Once you have secured your access to the library and its header, please check the <a href="http://libusb.sourceforge.net/api-1.0/">libusb API</a> or the <a href="https://github.com/libusb/libusb/tree/master/examples">libusb samples</a>. | ||
<h2>What happened to the old site?</h2> | ||
<p>The old site is now obsolete. Please use <b><a href="http://libusb.info">libusb.info</a></b>. All of the libusb development has moved there.</p> | ||
<br/> | ||
<p><b>For any additional information, please consult the <a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a> or the <a href="https://github.com/libusb/libusb/wiki">Wiki</a>.</b></p> | ||
</div> | ||
<div class="footer"> | ||
Copyright © 2012-2014 libusb<br/> | ||
CSS menu by <a href="http://www.cssmenumaker.com/">CSS menumaker</a> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
body {padding:0; margin:4; font:0.85em verdana,geneva,arial,helvetica,sans-serif; line-height:1.5em; background:#fff top; color:#454545;} | ||
a {color:#ff6600; background:inherit; text-decoration:none;} | ||
a:hover {color:#000000; background:inherit; text-decoration:underline;} | ||
p {margin:5px 5px;} | ||
h1 {font:bold 1.8em verdana,geneva,arial,helvetica,sans-serif; padding:8px 4px 4px; margin:0; letter-spacing:-1px;} | ||
h2 {font:bold 1.6em verdana,geneva,arial,helvetica,sans-serif; letter-spacing:-1px; color:#666666} | ||
h3 {padding:4px 0; margin:0;} | ||
hr {height:1px; border-style:none; color:#d0d0d0; margin:10px 0; background:#c0c0c0} | ||
img {border-style:none;} | ||
.menu ul {background:url(images/menu-bg.gif) top left repeat-x; height:43px; list-style:none; margin:0; padding:0;} | ||
.menu li {float:left; padding:0px 8px 0px 8px;} | ||
.menu li a {color:#666666; display:block; font-weight:bold; line-height:43px; padding:0px 25px; text-align:center; text-decoration:none;} | ||
.menu li:hover a {background:#2580a2 url("images/current-bg.gif") top left repeat-x; color:#ffffff; text-decoration:none;} | ||
.menu li:hover ul a {background: none; color:#666666; text-decoration:none;} | ||
.menu li ul {background:#e0e0e0; border-left:2px solid #ff6600; border-right:2px solid #ff6600; border-bottom:2px solid #ff6600; display:none; height:auto; filter:alpha(opacity=95); opacity:0.95; position:absolute; width:225px; z-index:200;} | ||
.menu li:hover ul {display:block;} | ||
.menu li li {background:none; display:block; float:none; padding:0px; width:225px;} | ||
.menu li ul a {background:none; display:block; font-size:12px; font-style:normal; padding:0px 10px 0px 15px; text-align:left;} | ||
.menu li ul a:hover {background:#949494; color:#000000; opacity:1.0; filter:alpha(opacity=100);} | ||
.menu p {clear:left;} | ||
.menu #current {background:url(images/current-bg.gif) top left repeat-x; color:#ffffff;} | ||
.main {margin:20px auto; margin-left:8px; width:700px;} | ||
.header {margin:8px auto; margin-left:4px; width:700px; vertical-align:middle;} | ||
.footer {color:#999999; font-size: 0.9em; text-align:center; padding-top:30px; width:700px;} | ||
.footer a {color:#ffaa44; background:inherit; text-decoration:none;} |