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.
Forwarded: no
Last-Update: 2019-07-03
Gbp-Pq: Name add-missing-ethlink-standards.patch
Doesn't look for new version on inte to avoid privacy issuesIndex: lshw-02.14/src/core/version.cc
===================================================================
Gbp-Pq: Name privacy.patch
Sanitize error when trying to run GUI without XIndex: lshw-02.14/src/gui/integration/console.apps
===================================================================
Gbp-Pq: Name lshw-X.patch
Include headers to build under gcc-4.3Index: lshw-02.14/src/core/cdrom.cc
===================================================================
Gbp-Pq: Name gcc45.gcc
Added paths to look for device idsIndex: lshw-02.14/src/core/pci.cc
===================================================================
Gbp-Pq: Name lshw-common.patch
Move binaries to /bin instead of /sbin
It can be executed by normal users without privilegesIndex: lshw-02.14/src/Makefile
===================================================================
Gbp-Pq: Name bin.patch
Avoid downloading of files from inet at build time
This is provided by hwdata packageIndex: lshw-02.14/src/Makefile
===================================================================
Gbp-Pq: Name wget.patch