| 1 | ==== USB Keyboards and mice ==== |
| 2 | |
| 3 | Verified USB keyboard and mice work |
| 4 | |
| 5 | Connected keyboard |
| 6 | |
| 7 | {{{ |
| 8 | dmesg |
| 9 | |
| 10 | [ 39.021059] audit: type=1334 audit(1698954737.309:23): prog-id=0 op=UNLOAD |
| 11 | root@imx8mq-var-dart:~# dmesg |
| 12 | [ 53.944820] usb 1-1.4: new low-speed USB device number 4 using xhci-hcd |
| 13 | [ 54.111314] input: Dell Dell USB Keyboard as /devices/platform/soc@0/38200000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.4/1-1.4:1.0/0003:413C:2003.0002/input/input7 |
| 14 | [ 54.169857] hid-generic 0003:413C:2003.0002: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-xhci-hcd.0.auto-1.4/input0 |
| 15 | }}} |
| 16 | |
| 17 | Keyboard works properly |
| 18 | |
| 19 | |
| 20 | |
| 21 | Connected mouse |
| 22 | |
| 23 | {{{ |
| 24 | root@imx8mq-var-dart:~# dmesg |
| 25 | [ 145.079126] usb 1-1.1: new low-speed USB device number 5 using xhci-hcd |
| 26 | [ 145.246091] input: Mitsumi Electric Apple Optical USB Mouse as /devices/platform/soc@0/38200000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:05AC:0304.0003/input/input8 |
| 27 | [ 145.246809] apple 0003:05AC:0304.0003: input: USB HID v1.10 Mouse [Mitsumi Electric Apple Optical USB Mouse] on usb-xhci-hcd.0.auto-1.1/input0 |
| 28 | }}} |
| 29 | |
| 30 | Mouse works |
| 31 | |
| 32 | |