mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:57:36 +00:00
Userland/Libraries: Add LibUSBDB library
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.
This commit is contained in:
parent
119b8a2692
commit
01cd474930
7 changed files with 338 additions and 2 deletions
|
@ -70,6 +70,7 @@ target_link_libraries(gzip LibCompress)
|
|||
target_link_libraries(js LibJS LibLine)
|
||||
target_link_libraries(keymap LibKeyboard)
|
||||
target_link_libraries(lspci LibPCIDB)
|
||||
target_link_libraries(lsusb LibUSBDB)
|
||||
target_link_libraries(man LibMarkdown)
|
||||
target_link_libraries(matroska LibVideo)
|
||||
target_link_libraries(md LibMarkdown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue