Registry / utility / karalabe-hid

karalabe-hid

JSON →
library1.0.0gogounverified

Interface for USB HID devices, enabling communication with human interface devices.

go get github.com/karalabe/hid
INSTALL
IMPORT
SIG · KARALABE-HID
K
karalabe-hid
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hid
github.com/karalabe/hid

Enumerate all HID devices

package main import ( "fmt" "github.com/karalabe/hid" ) func main() { devices := hid.Enumerate(0, 0) fmt.Printf("Found %d HID devices\n", len(devices)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
karalabe-hid — go get karalabe-hid · libregistry