wok diff libusb/description.txt @ rev 25066
updated alsa-lib, alsa-lib-dev and alsa-utils (1.2.2 -> 1.2.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 10 13:35:13 2022 +0100 (2022-06-10) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libusb/description.txt Fri Jun 10 13:35:13 2022 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +Libusb is a C library that provides generic access to USB devices. 1.5 +It is intended to be used by developers to facilitate the production 1.6 +of applications that communicate with USB hardware. 1.7 + 1.8 +It is portable: Using a single cross-platform API, it provides access 1.9 +to USB devices on Linux, macOS, Windows, etc. 1.10 + 1.11 +It is user-mode: No special privilege or elevation is required for the 1.12 +application to communicate with a device. 1.13 + 1.14 +It is version-agnostic: All versions of the USB protocol, from 1.0 to 1.15 +3.1 (latest), are supported.