mirror of
https://github.com/Cxbx-Reloaded/libusb.git
synced 2024-12-04 17:26:39 +00:00
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
7
README
7
README
@ -2,9 +2,10 @@ libusb
|
||||
======
|
||||
|
||||
libusb is a library for USB device access from Linux, Mac OS X,
|
||||
Windows and OpenBSD/NetBSD userspace.
|
||||
It is written in C and licensed under the GNU Lesser General Public
|
||||
License version 2.1 or, at your option, any later version (see COPYING).
|
||||
Windows, OpenBSD/NetBSD and Haiku userspace.
|
||||
It is written in C (Haiku backend in C++) and licensed under the GNU
|
||||
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
|
||||
be ported to other operating systems. Please see the PORTING file
|
||||
|
@ -1 +1 @@
|
||||
#define LIBUSB_NANO 10964
|
||||
#define LIBUSB_NANO 10965
|
||||
|
Loading…
Reference in New Issue
Block a user