Hi,
The Linux-Hardware.org database has been divided recently into a set of databases, one per each Linux distro. The one for openSUSE is available at:
https://linux-hardware.org/?d=openSUSE
Everyone can contribute to the database with the help of https://github.com/linuxhw/hw-probe. The tool is intended to simplify collecting of logs necessary for investigating hardware related problems. You need to execute only one simple command to collect all system logs at once:
sudo hw-probe -all -upload
Hardware failures are highlighted in the collected logs (smartctl, dmesg, xorg.log). Also it’s handy to search for particular hardware configurations in the community and review logs for errors to check operability of devices on board (for some devices this is done automatically by hw-probe — see statuses of devices in a probe).
Various packages for the tool are available: AppImage, Snap, Flatpak, Docker or native RPM:
sudo zypper addrepo -G -f obs://home:linuxbuild/openSUSE_Factory hw-probe
sudo zypper install --no-recommends hw-probe
Enjoy!