Systemd/hwdb
John Paul Herold 82a18dcfb2 Add T430 series to list of supported trackpoint (#7699)
Confirmed via `udevadm test /sys/class/input/eventX` that
POINTINGSTICK_* properties were not being set for my T430s trackpoint.
After adding a local entry file (as advised in this file), the same
`udevadm test` command showed properties.

More importantly, the movement of mouse using trackpoint felt much
better. Hard to describe its previous state, but following come to mind:
slippery, hard to control, awkward. Now it feels more consistent and predictable.
A little on the sensitive side with the defaults, but didn't think it warranted
dedicated properties just for this series though as the X230 is same generation
and uses the defaults.

Before local change:

$ udevadm info /dev/input/event5
P: /devices/platform/i8042/serio1/serio2/input/input6/event5
N: input/event5
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input6/event5
E: ID_BUS=i8042
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: LIBINPUT_DEVICE_GROUP=11/2/a:synaptics-pt/serio0
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=38609915

After change:

$ udevadm info /dev/input/event5
P: /devices/platform/i8042/serio1/serio2/input/input6/event5
N: input/event5
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input6/event5
E: ID_BUS=i8042
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: LIBINPUT_DEVICE_GROUP=11/2/a:synaptics-pt/serio0
E: MAJOR=13
E: MINOR=69
E: POINTINGSTICK_CONST_ACCEL=1.0
E: POINTINGSTICK_SENSITIVITY=200
E: SUBSYSTEM=input
E: USEC_INITIALIZED=38609915
2017-12-19 11:22:36 +01:00
..
.gitignore hwdb: also add the source files to git 2017-10-02 13:19:22 +02:00
20-acpi-vendor.hwdb hwdb: update 2017-12-14 16:01:24 +01:00
20-acpi-vendor.hwdb.patch hwdb: update 2017-12-14 16:01:24 +01:00
20-bluetooth-vendor-product.hwdb hwdb: Update database of Bluetooth company identifiers 2016-10-20 10:24:18 +02:00
20-net-ifname.hwdb fix typo in iDRAC network interface name: irdac->idrac 2014-02-25 14:05:20 +01:00
20-OUI.hwdb hwdb: update 2017-12-14 16:01:24 +01:00
20-pci-classes.hwdb hwdb: update 2015-07-31 18:08:55 +02:00
20-pci-vendor-model.hwdb hwdb: update 2017-12-14 16:01:24 +01:00
20-sdio-classes.hwdb hwddb: Add database for SDIO vendor and class information 2013-12-22 10:21:20 -08:00
20-sdio-vendor-model.hwdb hwdb: sort sdio entries 2017-10-02 13:19:23 +02:00
20-usb-classes.hwdb hwdb: update 2014-07-03 16:28:57 +02:00
20-usb-vendor-model.hwdb hwdb: update 2017-12-14 16:01:24 +01:00
60-evdev.hwdb Fix Dell E7570 hwdb dimensions #7252 (#7263) 2017-11-07 08:28:06 +10:00
60-input-id.hwdb hwdb: add UC-Logic 20160N pad to the ID_INPUT hwdb 2017-10-30 10:58:57 +10:00
60-keyboard.hwdb hwdb: add two more hotkeys to Lenovo IdeaPad (#6410) 2017-07-20 14:21:48 +02:00
60-sensor.hwdb Corrected Chuwi HiBook entry (#7483) 2017-11-27 16:32:07 +01:00
70-joystick.hwdb hwdb: Add ID_INPUT_JOYSTICK_INTEGRATION property (#5413) 2017-06-26 12:17:36 +02:00
70-mouse.hwdb Added Logitech MX Master 2s (#7487) 2017-11-28 12:30:31 +10:00
70-pointingstick.hwdb Add T430 series to list of supported trackpoint (#7699) 2017-12-19 11:22:36 +01:00
70-touchpad.hwdb hwdb: invert the USB touchpad integration assumption (#7161) 2017-10-23 10:20:16 +02:00
acpi-update.py more portable python shebangs (#5816) 2017-04-30 20:26:56 -04:00
acpi_id_registry.html hwdb: update 2017-12-14 16:01:24 +01:00
ids_parser.py hwdb/ids_parser: use replacement chars for invalid characters 2017-12-14 15:47:39 +01:00
ma-large.txt hwdb: update 2017-12-14 16:01:24 +01:00
ma-medium.txt hwdb: update 2017-12-14 16:01:24 +01:00
ma-small.txt hwdb: update 2017-12-14 16:01:24 +01:00
meson.build Add license headers and SPDX identifiers to meson.build files 2017-11-19 19:08:15 +01:00
parse_hwdb.py Add SPDX indentifier to hwdb/parse_hwdb.py 2017-11-19 19:08:15 +01:00
pci.ids hwdb: update 2017-12-14 16:01:24 +01:00
pnp_id_registry.html hwdb: update 2017-12-14 16:01:24 +01:00
sdio.ids hwdb: add sdio identifiers for Broadcom WLAN cards 2015-02-27 01:22:38 +01:00
usb.ids hwdb: update 2017-12-14 16:01:24 +01:00