golang-evdev icon indicating copy to clipboard operation
golang-evdev copied to clipboard

Go bindings for the linux input subsystem

Results 13 golang-evdev issues
Sort by recently updated
recently updated
newest added

Hi, As github does not allow to send any message to gvalkov, I try a issue to state my question to him Its a question, if golang-evdev can be used...

Just a very small PR to add unique identifier support to DeviceInfo. Most HID devices don't provide them, but I'm in a situation where I have multiple identical devices attached....

Would be awesome if this library supported writing to the devices :-)

Mirrored the functionality of the python bindings of evdev.

In order to cancel an ongoing read, I assumed is was sufficient to close the underlying file-descriptor by calling `dev.File.Close()` - but the `ReadOne` function (and I suppose the normal...

Hi, I am catching keyboard strokes (device.Grab + device.ReadOne) but how can I translate key events to a final char with right casing ? Thanks.

When I run `go mod tidy` on my project, it raises a following error: ``` $ go mod tidy ... github.com/gvalkov/golang-evdev tested by github.com/gvalkov/golang-evdev.test imports evdev: malformed module path "evdev":...

In some cases, a ioctl error should not block the full function since it is an normal behavior (for example, something not supported by the device).

After b6f418b1fe5af0386c81f387227f36d4801883b0 there was some change that broke the usage of `golang-evdev` on my Raspberry Pi 3B+ running balenaOS. (With resin/scratch containers built with balenalib/raspberrypi3-alpine-golang) In the latest version of...