Changes between Initial Version and Version 1 of Docs/825gen2/Dev/Devices/USB/KyBdMice


Ignore:
Timestamp:
11/10/23 10:27:26 (12 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Devices/USB/KyBdMice

    v1 v1  
     1==== USB Keyboards and mice ====
     2
     3Verified USB keyboard and mice work
     4
     5Connected keyboard
     6
     7{{{
     8dmesg
     9
     10[   39.021059] audit: type=1334 audit(1698954737.309:23): prog-id=0 op=UNLOAD
     11root@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
     17Keyboard works properly
     18
     19
     20
     21Connected mouse
     22
     23{{{
     24root@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
     30Mouse works
     31
     32