1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 10:25:37 +03:00
systemd/hwdb.d
Maciej S. Szmigiero 7b1768f0a0 hwdb: Add a Logitech MX Master 3S (connected via Bolt Receiver)
The mouse technically has settable DPI between 200 and 8000, with a step of
50, but 1000 DPI is the default setting.
And if someone customizes the mouse DPI setting they can make a custom hwdb
rule too.
2024-05-08 14:20:44 +02:00
..
.gitattributes
.gitignore
20-acpi-vendor.hwdb hwdb: update for v256 2024-04-17 16:23:51 +02:00
20-acpi-vendor.hwdb.patch Update hwdb 2024-04-25 22:23:52 +01:00
20-bluetooth-vendor-product.hwdb
20-dmi-id.hwdb
20-net-ifname.hwdb
20-OUI.hwdb Update hwdb 2024-04-25 22:23:52 +01:00
20-pci-classes.hwdb
20-pci-vendor-model.hwdb Update hwdb 2024-04-22 14:27:39 +01:00
20-sdio-classes.hwdb
20-sdio-vendor-model.hwdb
20-usb-classes.hwdb Update hwdb 2023-11-14 21:20:45 +00:00
20-usb-vendor-model.hwdb Update USB ids of hwdb 2024-03-21 15:29:48 +09:00
20-vmbus-class.hwdb
60-autosuspend-fingerprint-reader.hwdb Update autosuspend hwdb 2024-04-22 14:27:39 +01:00
60-autosuspend.hwdb Update 60-autosuspend.hwdb (#30131) 2023-11-21 23:38:54 +00:00
60-evdev.hwdb Fixed resolution for pen and touchpad 2024-04-05 02:26:54 +09:00
60-input-id.hwdb hwdb: Remove version check in CH Pro Pedals rule 2024-02-16 12:07:17 +00:00
60-keyboard.hwdb hwdb: Add mapping for Xiaomi Mipad 2 bottom bezel capacitive buttons 2024-05-05 22:42:13 +02:00
60-seat.hwdb
60-sensor.hwdb hwdb: fix missing colon (#32108) 2024-04-05 10:18:59 +09:00
70-analyzers.hwdb
70-av-production.hwdb hwdb: Add support for Elgato Stream Deck Plus 2024-02-24 11:45:11 +09:00
70-cameras.hwdb
70-joystick.hwdb
70-mouse.hwdb hwdb: Add a Logitech MX Master 3S (connected via Bolt Receiver) 2024-05-08 14:20:44 +02:00
70-pda.hwdb
70-pointingstick.hwdb
70-sound-card.hwdb hwdb: Add headset form-factor override for Xbox Wireless Dongle 2024-02-22 06:36:38 +09:00
70-touchpad.hwdb
80-ieee1394-unit-function.hwdb hwdb: ieee1394-unit-function: add Tascam IF-FW/DM mkII 2024-05-07 14:13:03 +09:00
82-net-auto-link-local.hwdb hwdb,rules: mark host-to-host network devices as only requiring link local addressing 2023-10-30 18:57:41 +01:00
acpi_id_registry.csv hwdb: update for v256 2024-04-17 16:23:51 +02:00
acpi-update.py hwdb/acpi-update.py: streamline python code 2023-11-15 15:25:26 +01:00
ids_parser.py
ma-large.txt Update hwdb 2024-04-25 22:23:52 +01:00
ma-medium.txt Update hwdb 2024-04-25 22:23:52 +01:00
ma-small.txt Update hwdb 2024-04-25 22:23:52 +01:00
meson.build meson: use 'sh' variable everywhere 2023-08-24 11:17:50 +02:00
parse_hwdb.py
pci.ids Update hwdb 2024-04-22 14:27:39 +01:00
pnp_id_registry.csv hwdb: update for v256 2024-04-17 16:23:51 +02:00
README
sdio.ids
usb.ids Update USB ids of hwdb 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.