mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:47:46 +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
6
Userland/Libraries/LibUSBDB/CMakeLists.txt
Normal file
6
Userland/Libraries/LibUSBDB/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
Database.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibUSBDB usbdb)
|
||||
target_link_libraries(LibUSBDB LibC)
|
Loading…
Add table
Add a link
Reference in a new issue