文件名称:udev-joystick-blacklist:修复了Keyboardmousetablet在Linux中被检测为操纵杆的问题
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-05 01:57:59
linux-kernel joystick workaround udev-rules Python
udev-joystick-blacklist 修复了在Linux中将键盘/鼠标/平板电脑检测为操纵杆的问题。 尽管有一些设备被内核识别为操纵杆,但它们并不是操纵杆。 该存储库包含规则,这些规则将防止将非功能性的/dev/input/js*和/dev/input/event*设备识别为操纵杆。 这只是一个黑名单,它将永远是不完整的(直到修复了实际的错误)。 随时将更多设备添加到此列表。 如何安装 将权限更改为0000的版本 sudo curl -o /etc/udev/rules.d/51-these-are-not-joysticks.rules \ https://raw.githubusercontent.com/denilsonsa/udev-joystick-blacklist/master/51-these-are-not-joysticks.rules 删除设备的
【文件预览】:
udev-joystick-blacklist-master
----51-these-are-not-joysticks.rules(13KB)
----README.md(10KB)
----51-these-are-not-joysticks-rm.rules(14KB)
----after_kernel_4_9()
--------51-these-are-not-joysticks.rules(10KB)
--------51-these-are-not-joysticks-rm.rules(11KB)
----generate_rules.py(6KB)