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 file
Patch File delta Description
wget.patch | (download)

src/Makefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
bin.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
lshw gtk.patch | (download)

src/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
lshw common.patch | (download)

src/core/pci.cc | 1 1 + 0 - 0 !
src/core/usb.cc | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

---
cflags.patch | (download)

src/Makefile | 4 2 + 2 - 0 !
src/core/Makefile | 2 1 + 1 - 0 !
src/gui/Makefile | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 fix makefiles cflags
gcc45.gcc | (download)

src/core/cdrom.cc | 1 1 + 0 - 0 !
src/core/cpuid.cc | 1 1 + 0 - 0 !
src/core/cpuinfo.cc | 1 1 + 0 - 0 !
src/core/fb.cc | 1 1 + 0 - 0 !
src/core/hw.cc | 3 3 + 0 - 0 !
src/core/ideraid.cc | 1 1 + 0 - 0 !
src/core/mounts.cc | 2 1 + 1 - 0 !
src/core/osutils.cc | 1 1 + 0 - 0 !
src/core/partitions.cc | 2 2 + 0 - 0 !
src/core/pci.cc | 2 2 + 0 - 0 !
src/core/pcmcia-legacy.cc | 1 1 + 0 - 0 !
src/core/pcmcia.cc | 2 2 + 0 - 0 !
src/core/smp.cc | 1 1 + 0 - 0 !
src/core/spd.cc | 1 1 + 0 - 0 !
src/core/usb.cc | 2 2 + 0 - 0 !
src/core/volumes.cc | 1 1 + 0 - 0 !
src/gui/engine.cc | 2 2 + 0 - 0 !
src/gui/print-gui.cc | 1 1 + 0 - 0 !
18 files changed, 25 insertions(+), 1 deletion(-)

---
lshw X.patch | (download)

src/gui/integration/console.apps | 2 1 + 1 - 0 !
src/gui/integration/gtk-lshw.desktop | 2 1 + 1 - 0 !
src/lshw.cc | 19 16 + 3 - 0 !
3 files changed, 18 insertions(+), 5 deletions(-)

---
privacy.patch | (download)

src/core/version.cc | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
spelling error.patch | (download)

src/core/network.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
add missing ethlink standards.patch | (download)

src/core/network.cc | 209 209 + 0 - 0 !
1 file changed, 209 insertions(+)

 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 !
src/gui/Makefile | 9 5 + 4 - 0 !
2 files changed, 10 insertions(+), 8 deletions(-)

 make pkg-config subtitutable