From 377aaf6a272d5f3dd9961fbede88887be70c9dd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 13 Oct 2025 12:28:13 +0200 Subject: [PATCH] hwdb: update to main@{2025-10-13} git restore -s origin/main hwdb.d/ test/hwdb.d && git checkout hwdb.d/meson.build This primarily reverts some changes made in the previous update. --- hwdb.d/60-sensor.hwdb | 2 +- hwdb.d/70-mouse.hwdb | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 61dc4298c9c..c3256971510 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -779,7 +779,7 @@ sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80U1:* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 # Legion Go -sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnLENOVO:pn83E1:* +sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnLENOVO:pn83E1:* ACCEL_MOUNT_MATRIX=0,1,0;-1,0,0;0,0,1 # Yoga 300-11IBR, display sensor diff --git a/hwdb.d/70-mouse.hwdb b/hwdb.d/70-mouse.hwdb index 38e7d9e1d99..86470bcfda3 100644 --- a/hwdb.d/70-mouse.hwdb +++ b/hwdb.d/70-mouse.hwdb @@ -825,12 +825,9 @@ mouse:usb:v0e8fp00a7:name:DaKai 2.4G RX:* # Nulea ########################################## -# Note: it is possible that other devices may use the same wireless dongle, -# as such this could require revisiting if it causes issues with other mice -# Nulea M501 Wireless Trackball (USB Receiver) -mouse:usb:v25a7pfa61:name:Compx 2.4G Receiver Mouse:* - ID_INPUT_TRACKBALL=1 - +# Note: The Nulea uses a generic USB dongle. Overriding its value would cause +# other mice to be erroneously registered as trackballs, so only bluetooth +# detection is added. # Nulea M501 Wireless Trackball (Bluetooth) mouse:bluetooth:v000ep3412:name:Nulea BT5.0 Mouse:* ID_INPUT_TRACKBALL=1 -- 2.47.3