Emscripten: Avoid uncaught TypeError on browsers without USB support
[libusb.git] / README
blobc25266a2672f634e8785ebd03267ab63af5f54fa
1 # libusb
3 [![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb)
4 [![Build Status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb)
5 [![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
7 libusb is a library for USB device access from Linux, macOS,
8 Windows, OpenBSD/NetBSD, Haiku, Solaris userspace, and WebAssembly
9 via WebUSB.
10 It is written in C (Haiku backend in C++) and licensed under the GNU
11 Lesser General Public License version 2.1 or, at your option, any later
12 version (see [COPYING](COPYING)).
14 libusb is abstracted internally in such a way that it can hopefully
15 be ported to other operating systems. Please see the [PORTING](PORTING)
16 file for more information.
18 libusb homepage:
19 https://libusb.info/
21 Developers will wish to consult the API documentation:
22 http://api.libusb.info
24 Use the mailing list for questions, comments, etc:
25 http://mailing-list.libusb.info
27 - Hans de Goede <hdegoede@redhat.com>
28 - Xiaofan Chen <xiaofanc@gmail.com>
29 - Ludovic Rousseau <ludovic.rousseau@gmail.com>
30 - Nathan Hjelm <hjelmn@cs.unm.edu>
31 - Chris Dickens <christopher.a.dickens@gmail.com>
33 (Please use the mailing list rather than mailing developers directly)