Created
March 5, 2018 04:53
-
-
Save TheCase/1156ea8de95680520e2e2da076c0cd97 to your computer and use it in GitHub Desktop.
after replug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@retropi:/dev/input $ tree /dev/input/ | |
/dev/input/ | |
|-- by-id | |
| |-- usb-1241_1111-event-mouse -> ../event7 | |
| |-- usb-1241_1111-mouse -> ../mouse0 | |
| |-- usb-Apple_Inc._Apple_Keyboard-event-if01 -> ../event6 | |
| |-- usb-Apple_Inc._Apple_Keyboard-event-kbd -> ../event5 | |
| |-- usb-XGaming_X-Arcade-event-kbd -> ../event0 | |
| `-- usb-XGaming_X-Arcade-if01-event-kbd -> ../event1 | |
|-- by-path | |
| |-- platform-3f980000.usb-usb-0:1.2:1.0-event-kbd -> ../event0 | |
| |-- platform-3f980000.usb-usb-0:1.2:1.1-event-kbd -> ../event1 | |
| |-- platform-3f980000.usb-usb-0:1.4:1.0-event-mouse -> ../event7 | |
| |-- platform-3f980000.usb-usb-0:1.4:1.0-mouse -> ../mouse0 | |
| |-- platform-3f980000.usb-usb-0:1.5.2:1.0-event-kbd -> ../event5 | |
| `-- platform-3f980000.usb-usb-0:1.5.2:1.1-event -> ../event6 | |
|-- event0 | |
|-- event1 | |
|-- event2 | |
|-- event3 | |
|-- event4 | |
|-- event5 | |
|-- event6 | |
|-- event7 | |
|-- js0 | |
|-- js1 | |
|-- mice | |
`-- mouse0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 525.336932] usb 1-1.4: new low-speed USB device number 13 using dwc_otg | |
[ 525.482298] usb 1-1.4: New USB device found, idVendor=1241, idProduct=1111 | |
[ 525.482319] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 | |
[ 525.501092] input: HID 1241:1111 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:1241:1111.0006/input/input8 | |
[ 525.501987] hid-generic 0003:1241:1111.0006: input,hidraw4: USB HID v1.00 Mouse [HID 1241:1111] on usb-3f980000.usb-1.4/input0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bus 001 Device 012: ID 05ac:024f Apple, Inc. | |
Bus 001 Device 011: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard | |
Bus 001 Device 013: ID 1241:1111 Belkin Mouse | |
Bus 001 Device 008: ID 152d:1561 JMicron Technology Corp. / JMicron USA Technology Corp. | |
Bus 001 Device 006: ID 2109:2812 | |
Bus 001 Device 004: ID 2109:2812 | |
Bus 001 Device 009: ID aa55:0101 | |
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter | |
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. | |
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment