Files
systemd/hwdb.d
Sonia Zorba 147511c643 hwdb: fix backspace not working on HP Pavilion laptop (#36777)
PR #34685 moved the handling of keys 66/65 from specific models to
generic HP laptops.

Key 66 has been linked to the `pickup_phone` function; however, this
action key is not available on all HP laptop models, particularly older
versions. On my HP Pavilion laptop, key 66 is mapped to the `backspace`
function, which caused the backspace key to stop working after the
change.

The following PR fixes the issue on my **HP Pavilion Laptop 15-eg0xxx**.
I have placed the modifications under the Pavilion section, but I cannot
guarantee that this solution will apply to all Pavilion models.

Additionally, I have included a line that checks for "HP" instead of
solely searching for "Hewlett-Packard," as my model is simply labeled as
HP.
2025-03-18 09:25:51 +09:00
..
2024-11-15 17:17:47 +00:00
2024-12-10 15:18:39 +00:00
2024-12-10 15:18:39 +00:00
2023-07-05 22:00:38 +02:00
2024-11-27 15:17:23 +00:00
2023-11-14 21:20:45 +00:00
2024-12-10 15:18:39 +00:00
2024-07-03 13:51:52 +02:00
2022-02-04 11:01:20 +09:00
2023-03-26 19:01:49 +08:00
2024-11-01 12:32:06 +00:00
2024-12-10 15:18:39 +00:00
2024-12-10 15:18:39 +00:00
2024-12-10 15:18:39 +00:00
2024-11-27 15:17:23 +00:00
2024-11-15 17:17:47 +00:00
2024-12-10 15:18:39 +00: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.