evdev Questions

1

Is there a Windows-10 64 bit evdev equivalent that can be directly installed from the Anaconda command line? Example: [Anaconda2] C:\Users\User>conda install -c auto evdev_equivalent Attempts...
Sachs asked 3/11, 2016 at 14:55

2

I'm setting up a kiosk system that automatically loads a webpage in full screen on boot-up. Standard stuff. The problem is a hooked up an Acer touch screen which works fine with the evdev driver.....
Anthropopathy asked 21/10, 2015 at 13:43

2

Solved

I'm on a laptop with 2 connected keyboards (built-in and USB). I'm obtaining these connected keyboards with libudev and using epoll to poll them for input via the evdev interface: // Compile with $...
Rapid asked 3/10, 2021 at 1:15

0

I have been working on a python based driver to bring back some functionality in some old tablets. I am initialising as follows dev.enable(libevdev.EV_REL.REL_X ) dev.enable(libevdev.EV_REL.REL_Y )...
Archicarp asked 6/8, 2020 at 18:22

0

I am using the following code to print keycodes and scancodes for my currently plugged-in keyboard: import evdev device = evdev.InputDevice('/dev/input/event8') for event in device.read_loop():...
Smukler asked 22/8, 2019 at 21:7

1

After the main problem is solved try to read from multiple HID inputs I open here a new question for the following (and different) problem: I installed minibian on a RaspPi. The entire system is r...
Hardwood asked 13/11, 2017 at 10:27

2

Solved

I have written a python script that polls evdev for a HID barcode scanner (emulates a keyboard): the script works well on Linux platforms (Ubuntu). Is there an OS X Python equivalent for evdev that...
Tryma asked 10/12, 2016 at 0:3

1

Solved

I receive xy data from my network and i would like to control the mouse position using linux on wayland. I've seen many source codes using X libs or X apps but it will not work on wayland. I also ...
Accordance asked 25/6, 2015 at 13:2

1

Solved

I am using the gpio-keys device driver to handle some buttons in an embedded device running Linux. Applications in user space can just open /dev/input/eventX and read input events in a loop. My qu...
Achromatous asked 21/11, 2014 at 14:40

1

I'm using the great "evdev" library to listen to a USB barcode reader input and I need to detect if the device suddenly gets unplugged/unresponsive because otherwise the python script reading the l...
Outfitter asked 11/4, 2013 at 9:16
1

© 2022 - 2025 — McMap. All rights reserved.