1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 19:41:00 +00:00
serenity/Kernel/Bus
Jesse Buhagiar 59eab8148d Kernel/Userland: Expose usb device address and use it in lsusb
We now expose the `USBDevice`'s address in the SysFS object. This means
that device addresses are no longer determined by the name of the file
in the `/bus/usb/` directory. This was an incorrect way of determining
device address, as a standard PC can have multiple USB controllers
(and hence multiple buses) that can have overlapping device IDs.
2021-08-31 16:38:49 +02:00
..
PCI Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
USB Kernel/Userland: Expose usb device address and use it in lsusb 2021-08-31 16:38:49 +02:00
VirtIO Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00