Created
March 5, 2018 04:52
-
-
Save TheCase/4922f32e3dcf7d2594289e60d5b6874b to your computer and use it in GitHub Desktop.
raspi after boot
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
[ 2.766152] usb 1-1.4: new low-speed USB device number 5 using dwc_otg | |
[ 2.910606] usb 1-1.4: New USB device found, idVendor=1241, idProduct=1111 | |
[ 2.910617] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0 | |
[ 2.916233] fuse init (API version 7.26) | |
[ 2.932977] input: HID 1241:1111 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:1241:1111.0001/input/input0 | |
[ 2.952501] hid-generic 0003:1241:1111.0001: input,hidraw0: 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 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 |
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-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.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 | |
|-- js0 | |
|-- js1 | |
`-- mice | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment