View gist:757f8c9ebdab91e3d1497433e6491233
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
### Keybase proof | |
I hereby claim: | |
* I am superm1 on github. | |
* I am superm1 (https://keybase.io/superm1) on keybase. | |
* I have a public key whose fingerprint is 0B0B 6E49 4E9D 5EFB 3918 0D9A 2D19 2CA6 2477 0276 | |
To claim this, I am signing this object: |
View gist:100a2ed20449f684ebb84c392e35dbed
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
Root of issue was that XHCI controller wasn't visible: | |
[ 320.557898] pci_bus 0000:3a: [bus 3a] partially hidden behind bridge 0000:02 [bus 02-39] | |
[ 320.557899] pci_bus 0000:3a: [bus 3a] partially hidden behind bridge 0000:01 [bus 01-39] | |
It was missing from PCI tree: | |
-[0000:00]-+-00.0 | |
+-02.0 | |
+-04.0 | |
+-08.0 |
View gist:912eaa117c67496e963dbae42f0c4063
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
$ git describe | |
1.0.5-10-g767210e | |
$ ninja -C build test | |
ninja: Entering directory `build' | |
[1/220] Generating builder-test-firmware with a custom command. | |
[2/220] Generating colorhug-test-firmware with a custom command. | |
[3/220] Generating hwid-test-firmware with a custom command. | |
[4/220] Generating installed-cab123 with a custom command. | |
[5/220] Generating installed-cab124 with a custom command. | |
[6/220] Generating noreqs-test-firmware with a custom command. |