diff options
author | Chris Dickens <christopher.a.dickens@gmail.com> | 2015-03-01 01:03:04 -0800 |
---|---|---|
committer | Chris Dickens <christopher.a.dickens@gmail.com> | 2015-03-01 01:03:04 -0800 |
commit | dd4da212ee73bcaefa8ca94dadb1fef318e68762 (patch) | |
tree | ef130d7a8e831585062b1fd3775b16c0b4301ad5 /README | |
parent | 998e83a1cddd8f5ef873454f412cac676ccbd3d9 (diff) | |
download | libusb-dd4da212ee73bcaefa8ca94dadb1fef318e68762.tar.gz |
Misc: Update README to include Haiku backend
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |