Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Y900 #49

Open
BZab opened this issue Jun 21, 2022 · 0 comments
Open

Support for Y900 #49

BZab opened this issue Jun 21, 2022 · 0 comments

Comments

@BZab
Copy link

BZab commented Jun 21, 2022

Hidraw0 is correctly identified:
HID_NAME=ITE33D1:00 048D:837A

But when starting the app, it returns 'Input device not found error', which I guess is related to different ids of the keyboard.
Keyboard in Y900:
ID=0003:000004B4:00000825
ID_VENDOR=04B4
ID_PRODUCT=0825
NAME=Full Speed Keyboard
Part of dmesg where inputs are registered:
[ 3.610763] input: Full Speed Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04B4:0825.0004/input/input10
[ 3.668851] hid-generic 0003:04B4:0825.0004: input,hidraw3: USB HID v1.11 Keyboard [Full Speed Keyboard] on usb-0000:00:14.0-4/input0
[ 3.671966] input: Full Speed Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:0825.0005/input/input11
[ 3.728756] input: Full Speed Keyboard Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:0825.0005/input/input12
[ 3.729020] input: Full Speed Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:0825.0005/input/input13
[ 3.729348] input: Full Speed Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:0825.0005/input/input14
[ 3.729991] hid-generic 0003:04B4:0825.0005: input,hiddev0,hidraw4: USB HID v1.11 Keyboard [Full Speed Keyboard] on usb-0000:00:14.0-4/input1

ls -lR /dev/input:
lrwxrwxrwx 1 root root 10 cze 21 21:40 usb-04b4_Full_Speed_Keyboard-event-if01 -> ../event12
lrwxrwxrwx 1 root root 9 cze 21 21:40 usb-04b4_Full_Speed_Keyboard-event-kbd -> ../event9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant