Versions in this module Expand all Collapse all v1 v1.0.2 Jan 1, 2025 v1.0.0 Jan 1, 2025 Changes in this version + var ErrorTooLong = errors.New("Transfer is too long") — linux/amd64 + type HIDDevice interface + Close func() error + GetFeatureReport func(b []byte) (int, error) + SendFeatureReport func(b []byte) (int, error) + func OpenHID(path string) (HIDDevice, error) + type HIDRaw struct — linux/amd64 + func (h *HIDRaw) Close() error + func (h *HIDRaw) GetFeatureReport(b []byte) (int, error) + func (h *HIDRaw) SendFeatureReport(b []byte) (int, error)