Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-18 | LibUSBDB: Fix vendor id decoding | Jesse Buhagiar | |
This was broken because the whole line was being passed in instead of a substring.. | |||
2021-06-18 | Userland/Libraries: Add LibUSBDB library | Jesse Buhagiar | |
Simple clone of LibPCIDB to support USB IDs instead of PCI ones. The format is basically identical, besides a few changes of the double tab fields. |