Files
systemd/hwdb.d
Hans de Goede 93cc8de05c hwdb: Add mapping for ACPI quickstart keys on Toshiba Z830
The Toshiba Z830 has 3 hotkeys which use the ACPI PNP0C32 quickstart spec:
https://archive.org/details/microsoft-acpi-dirapplaunch

These devices have an ACPI method called GHID() which suggests
it returns a value from the "HID Usage Tables" document, but these
methods simple returns a follow number for the button (1, 2 and 3).

The first 2 buttons are for what the manual calls "TOSHIBA eco button"
and "TOSHIBA Presentation button", since there is no good match for
these simply map them to KEY_PROG1 and KEY_PROG2.

The third button is intended to toggle the touchpad on/off, map
this to F21 which GNOME/KDE will interpret as touchpad toggle.
2024-03-25 10:57:22 +00:00
..
2023-11-22 18:04:21 +00:00
2023-12-06 10:06:50 +00:00
2023-12-06 10:06:50 +00:00
2023-07-05 22:00:38 +02:00
2023-11-14 21:20:45 +00:00
2023-11-14 21:20:45 +00:00
2021-10-27 00:14:41 +02:00
2023-09-16 21:52:52 +02:00
2022-02-04 11:01:20 +09:00
2023-03-26 19:01:49 +08:00
2023-11-15 15:21:26 +01:00
2023-12-06 10:06:50 +00:00
2023-12-06 10:06:50 +00:00
2023-12-06 10:06:50 +00:00
2023-11-14 21:20:45 +00:00
2023-11-22 18:04:21 +00:00
2021-03-26 09:35:07 +01:00
2024-03-21 15:29:48 +09:00

Files in this directory specify a description of hardware devices, in the form
of mappings from modalias-like keys (which identify specific hardware devices)
to udev properties.

Files in this directory are not read by udev directly. Instead,
man:systemd-hwdb(8) compiles them into a binary database.

See man:hwdb(7) for an overview of the configuration file format, and
man:systemd-udevd.service(8) for a description of the udev daemon.

Use 'systemd-analyze cat-config udev/hwdb.d' to display the effective config.