Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | LibCore+AK: Move MappedFile from AK to LibCore | Andreas Kling | |
MappedFile is strictly a userspace thing, so it doesn't belong in AK (which is supposed to be user/kernel agnostic.) | |||
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. |