aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/usb.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: enable more configsTaras Madan2026-01-201-0/+3
| | | | | | 1. DEBUG_GENERIC_PT. 2. DEBUG_XARRAY. 3. PHY_GOOGLE_USB.
* dashboard/config: update ChromeOS configsAleksandr Nogikh2024-05-031-2/+2
| | | | | | | Use the latest revisions for existing configs. Add the new ChromeOS 6.6 config. No longer generate ChromeOS 5.4 configs. Switch ChromeOS configs to clang.
* dashboard/config/linux: enable USB_RAW_GADGET in androidDmitry Vyukov2020-12-131-1/+2
| | | | Fixes #2339
* dashboard/config/linux: disable legacy USB gadgets in all configsDmitry Vyukov2020-10-211-21/+1
| | | | | | | | Turns out these also break boot: https://github.com/google/syzkaller/pull/1975#issuecomment-712807462 so disable them everywhere. Update #2171
* dashboard/config/linux: resolve TODOsDmitry Vyukov2020-10-211-1/+1
| | | | | | | Resolve all TODOs that were left during the switch from old to new configs to minimize diffs. Update #2171
* dashboard/config/linux: add config fragmentsDmitry Vyukov2020-10-211-0/+33
Add config fragments for the new config generation system. Update #2171