summaryrefslogtreecommitdiff
path: root/Userland/Utilities/lsusb.cpp
AgeCommit message (Expand)Author
2022-09-04Utilities/lsusb: Fix uninitialized variable errorJesse Buhagiar
2022-07-28Utilities/lsusb: Allow the utility to work without existing USB IDs fileLiav A
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-02lsusb: Add `-v` flag to `lsusb` :^)Jesse Buhagiar
2021-12-30Utilities/lsusb: Propagate errors in JSON decodingcreator1creeper1
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23lsusb: Port to LibMainfaxe1008
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-08-31Kernel/Userland: Expose usb device address and use it in `lsusb`Jesse Buhagiar
2021-07-18Kernel/USB: Move USB bus information from /proc to /sysAndreas Kling
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse Buhagiar
2021-06-18Userland: Add `lsusb` :^)Jesse Buhagiar