Registry / utility / bearsh-hid

bearsh-hid

JSON →
library1.6.0gogounverified

Package hid provides an interface for USB HID devices, enabling communication with human interface devices.

go get github.com/bearsh/hid
INSTALL
IMPORT
SIG · BEARSH-HID
B
bearsh-hid
utilitygov1.6.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/bearsh/hid

Minimal example showing how to enumerate USB HID devices.

package main import ( "fmt" "github.com/bearsh/hid" ) func main() { devices, err := hid.Enumerate(0, 0) if err != nil { panic(err) } for _, d := range devices { fmt.Printf("Device: %s\n", d.Product) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
bearsh-hid — go get bearsh-hid · libregistry