summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUSBDB/Database.cpp
AgeCommit message (Collapse)Author
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
MappedFile is strictly a userspace thing, so it doesn't belong in AK (which is supposed to be user/kernel agnostic.)
2021-06-18LibUSBDB: Fix vendor id decodingJesse Buhagiar
This was broken because the whole line was being passed in instead of a substring..
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse 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.