A bare minimum pure-Go implementation of USB control and bulk transfers for Linux.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-05-09 20:25:14 +02:00
internal/endianness Initial commit 2021-02-12 01:53:10 +01:00
defs.go Initial commit 2021-02-12 01:53:10 +01:00
defs32.go Initial commit 2021-02-12 01:53:10 +01:00
defs64.go Initial commit 2021-02-12 01:53:10 +01:00
device.go device_bulk: do not always try to claim all interfaces 2021-05-09 20:25:14 +02:00
device_bulk.go device_bulk: do not always try to claim all interfaces 2021-05-09 20:25:14 +02:00
device_control.go Initial commit 2021-02-12 01:53:10 +01:00
go.mod Initial commit 2021-02-12 01:53:10 +01:00
go.sum Initial commit 2021-02-12 01:53:10 +01:00
LICENSE Initial commit 2021-02-12 01:53:10 +01:00
README.md Initial commit 2021-02-12 01:53:10 +01:00
sysfs.go Initial commit 2021-02-12 01:53:10 +01:00
usbfs.go Initial commit 2021-02-12 01:53:10 +01:00

usbfs

A bare minimum pure-Go implementation of USB control and bulk transfers for Linux.