You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: