commit | d6fd08ce13160abc273481d0b29d833aabe379d0 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 17 17:53:12 2022 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 17 17:53:12 2022 +0100 |
tree | 4df811d61e573ba1337b0ce8835b6e10608f3b6e | |
parent | b1c31712134d2b28877bbe01de1526a256ca676c [diff] |
lsusb: remove unused wireless check Wireless USB is long dead, and this check never actually worked, so remove it. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This is a collection of USB tools for use on Linux and BSD systems to query what type of USB devices are connected to the system. This is to be run on a USB host (i.e. a machine you plug USB devices into), not on a USB device (i.e. a device you plug into a USB host.)
Note, usbutils depends on libusb, be sure that library is properly installed first.
To work with the “raw” repo, after cloning it just do:
./autogen.sh
Or if you like doing things “by hand” you can try the following:
Get the usbhid-dump git submodule:
git submodule init git submodule update
Initialize autobuild with:
autoreconf --install --symlink
Configure the project with:
./configure
Build everything with:
make
Install it, if you really want to, with:
make install