Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
darwin/ | 12-May-2024 | - | 161 | 31 | ||
linux/ | 12-May-2024 | - | 156 | 40 | ||
windows/ | 12-May-2024 | - | 159 | 28 | ||
.gitattributes | D | 12-May-2024 | 179 | 8 | 7 | |
.gitignore | D | 12-May-2024 | 721 | 69 | 68 | |
BUILD.gn | D | 12-May-2024 | 4.5 KiB | 137 | 125 | |
COPYING | D | 12-May-2024 | 25.8 KiB | 505 | 418 | |
OAT.xml | D | 12-May-2024 | 4.5 KiB | 75 | 19 | |
PORTING | D | 12-May-2024 | 3.8 KiB | 95 | 66 | |
README.OpenSource | D | 12-May-2024 | 309 | 11 | 10 | |
README.md | D | 12-May-2024 | 1.3 KiB | 33 | 24 | |
bundle.json | D | 12-May-2024 | 743 | 31 | 31 | |
install.sh | D | 12-May-2024 | 857 | 28 | 14 | |
libusb-1.0.26.tar.bz2 | D | 12-May-2024 | 606 KiB | |||
libusbx.spec | D | 12-May-2024 | 2.6 KiB | 92 | 68 | |
libusbx.yaml | D | 12-May-2024 | 79 | 6 | 4 | |
lock_file.lock | D | 12-May-2024 | 0 |
README.OpenSource
1[ 2 { 3 "Name": "openEuler:libusbx", 4 "License": "LGPL V2.1", 5 "License File": "COPYING", 6 "Version Number": "1.0.26-1.oe2203sp1", 7 "Upstream URL": "https://gitee.com/src-openeuler/libusbx", 8 "Description": "libusb is a C library that provides generic access to USB devices." 9 } 10] 11
README.md
1# libusb 2 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) 6 7libusb is a library for USB device access from Linux, macOS, 8Windows, OpenBSD/NetBSD, Haiku and Solaris userspace. 9It is written in C (Haiku backend in C++) and licensed under the GNU 10Lesser General Public License version 2.1 or, at your option, any later 11version (see [COPYING](COPYING)). 12 13libusb is abstracted internally in such a way that it can hopefully 14be ported to other operating systems. Please see the [PORTING](PORTING) 15file for more information. 16 17libusb homepage: 18http://libusb.info/ 19 20Developers will wish to consult the API documentation: 21http://api.libusb.info 22 23Use the mailing list for questions, comments, etc: 24http://mailing-list.libusb.info 25 26- Hans de Goede <hdegoede@redhat.com> 27- Xiaofan Chen <xiaofanc@gmail.com> 28- Ludovic Rousseau <ludovic.rousseau@gmail.com> 29- Nathan Hjelm <hjelmn@cs.unm.edu> 30- Chris Dickens <christopher.a.dickens@gmail.com> 31 32(Please use the mailing list rather than mailing developers directly) 33