Package: lshw / 02.19.git.2021.06.19.996aaad9c7-2
Metadata
Package | Version | Patches format |
---|---|---|
lshw | 02.19.git.2021.06.19.996aaad9c7-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
wget.patch | (download) |
src/Makefile |
8 4 + 4 - 0 ! |
--- |
bin.patch | (download) |
src/Makefile |
2 1 + 1 - 0 ! |
--- |
lshw gtk.patch | (download) |
src/Makefile |
4 2 + 2 - 0 ! |
--- |
lshw common.patch | (download) |
src/core/pci.cc |
1 1 + 0 - 0 ! |
--- |
cflags.patch | (download) |
src/Makefile |
4 2 + 2 - 0 ! |
fix makefiles cflags |
gcc45.gcc | (download) |
src/core/cdrom.cc |
1 1 + 0 - 0 ! |
--- |
lshw X.patch | (download) |
src/gui/integration/console.apps |
2 1 + 1 - 0 ! |
--- |
privacy.patch | (download) |
src/core/version.cc |
2 2 + 0 - 0 ! |
--- |
spelling error.patch | (download) |
src/core/network.cc |
2 1 + 1 - 0 ! |
--- |
add missing ethlink standards.patch | (download) |
src/core/network.cc |
209 209 + 0 - 0 ! |
add missing link standards lshw was only capable of reporting link types up to SUPPORTED_10000baseT_Full, meaning that nothing above 10Gbits/s plus many other new link types where not reported at all, leading to faster cards not reporting their speeds. . This patch adds new capacities, with the information taken from the libc usr/include/linux/ethtool.h (ie: the linux-libc-dev package). . FYI, I needed this patch because lshw was not reporting any speed for our MT27710 Family [ConnectX-4 Lx] (Mellanox Technologies) 25Gbits/s cards, so I thought I would add the speed reporting for that one, then since I was doing the job, I added all standards documented in ethtool.h. |
cross.patch | (download) |
src/Makefile |
9 5 + 4 - 0 ! |
make pkg-config subtitutable |