wok-current annotate libusb/description.txt @ rev 25792
Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Oct 07 05:55:24 2025 +0000 (3 weeks ago) |
| parents | |
| children |
| rev | line source |
|---|---|
| Hans-Günter@24847 | 1 Libusb is a C library that provides generic access to USB devices. |
| Hans-Günter@24847 | 2 It is intended to be used by developers to facilitate the production |
| Hans-Günter@24847 | 3 of applications that communicate with USB hardware. |
| Hans-Günter@24847 | 4 |
| Hans-Günter@24847 | 5 It is portable: Using a single cross-platform API, it provides access |
| Hans-Günter@24847 | 6 to USB devices on Linux, macOS, Windows, etc. |
| Hans-Günter@24847 | 7 |
| Hans-Günter@24847 | 8 It is user-mode: No special privilege or elevation is required for the |
| Hans-Günter@24847 | 9 application to communicate with a device. |
| Hans-Günter@24847 | 10 |
| Hans-Günter@24847 | 11 It is version-agnostic: All versions of the USB protocol, from 1.0 to |
| Hans-Günter@24847 | 12 3.1 (latest), are supported. |