https://github.com/mr-bossman/libusbgetdev
A cross-platform library to correlate USB devices to block or character devices
https://github.com/mr-bossman/libusbgetdev
c libusb usb usb-serial usb-storage
Last synced: about 1 year ago
JSON representation
A cross-platform library to correlate USB devices to block or character devices
- Host: GitHub
- URL: https://github.com/mr-bossman/libusbgetdev
- Owner: Mr-Bossman
- License: lgpl-2.1
- Created: 2025-03-10T23:00:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-15T23:35:21.000Z (about 1 year ago)
- Last Synced: 2025-04-16T00:27:08.090Z (about 1 year ago)
- Topics: c, libusb, usb, usb-serial, usb-storage
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# libusbgetdev
libusbgetdev is a library for USB device to block or character device
correlation on Linux, macOS, and Windows.
It is written in C with the code base heavily inspired by [libusb](https://libusb.info/)
and licensed under the GNU Lesser General Public License version 2.1
or, at your option, any later version.