diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-10-22 18:55:54 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-10-23 10:13:19 +0200 |
| commit | a970258ea5dddf3a5b58736f2447e4ef88ec75bf (patch) | |
| tree | 9269ed4de4d1fdae1b6a06cbe201b04fb02408dd /sys/linux | |
| parent | d0686497a9ccb558957ad69ffc9577dd80031b29 (diff) | |
dashboard/config: better extract usb configs
When generating a USB config, disable USB symbols that are disabled in the
base config, as they might have been enabled when some of the dependecies
got enabled.
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/init_vusb_ids.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/linux/init_vusb_ids.go b/sys/linux/init_vusb_ids.go index 1e8bbf15a..9c51b8657 100644 --- a/sys/linux/init_vusb_ids.go +++ b/sys/linux/init_vusb_ids.go @@ -8059,7 +8059,6 @@ var hidIds = "\x03\x00\x00\x00\x03\x04\x00\x00\xc1\x97\x00\x00" + "\x03\x00\x00\x00CU\x00\x00n\x00\x00\x00" + "\x03\x00\x00\x00CU\x00\x00\x81\x00\x00\x00" + "\x03\x00\x00\x00CU\x00\x00\x81\a\x00\x00" + - "\x03\x00\x00\x00E\f\x00\x00\vv\x00\x00" + "\x03\x00\x00\x00E\f\x00\x00\x12Q\x00\x00" + "\x03\x00\x00\x00E\x13\x00\x00\b0\x00\x00" + "\x03\x00\x00\x00L\x05\x00\x00\x00\x10\x00\x00" + |
