Misc: Update README to include Haiku backend
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
parent
998e83a1cd
commit
dd4da212ee
2 changed files with 5 additions and 4 deletions
7
README
7
README
|
@ -2,9 +2,10 @@ libusb
|
||||||
======
|
======
|
||||||
|
|
||||||
libusb is a library for USB device access from Linux, Mac OS X,
|
libusb is a library for USB device access from Linux, Mac OS X,
|
||||||
Windows and OpenBSD/NetBSD userspace.
|
Windows, OpenBSD/NetBSD and Haiku userspace.
|
||||||
It is written in C and licensed under the GNU Lesser General Public
|
It is written in C (Haiku backend in C++) and licensed under the GNU
|
||||||
License version 2.1 or, at your option, any later version (see COPYING).
|
Lesser General Public License version 2.1 or, at your option, any later
|
||||||
|
version (see COPYING).
|
||||||
|
|
||||||
libusb is abstracted internally in such a way that it can hopefully
|
libusb is abstracted internally in such a way that it can hopefully
|
||||||
be ported to other operating systems. Please see the PORTING file
|
be ported to other operating systems. Please see the PORTING file
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define LIBUSB_NANO 10964
|
#define LIBUSB_NANO 10965
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue