History log of /systemd/hwdb/70-pointingstick.hwdb
Revision Date Author Comments Expand
d68c7dea388887de352be86fbb11c04a558bb510 09-Feb-2016 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: add Dell Lattitude E6320 pointing stick speed fix https://bugzilla.redhat.com/show_bug.cgi?id=1200717

52bd587fe7ff7ab29a56efe7f5cf5c82de74ca0b 24-Dec-2015 Chris Atkinson <christopher.william.atkinson@gmail.com>

hwdb: remove references to udevadm info /dev/input/event*

c01705b9ee09ff69df231f41466c19f722bba2cd 14-Sep-2015 Hans de Goede <hdegoede@redhat.com>

hwdb: Add Thinkpad X1 carbon 3rd gen to 70-pointingstick.hwdb Like many other recent thinkpads the factory default pointingstick sensitivity on these devices is quite low, making the pointingstick very slow in moving the cursor. This extends the existing hwdb rules for tweaking the sensitivity to also apply to the X1 carbon 3rd gen model. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1200717

056119922d922ce5a3aa1075d0a8252b1fffb5d1 04-Sep-2015 Hans de Goede <hdegoede@redhat.com>

hwdb: Add Thinkpad T550 / W550s to 70-pointingstick.hwdb Like many other recent thinkpads the factory default pointingstick sensitivity on these devices is quite low, making the pointingstick very slow in moving the cursor. This extends the existing hwdb rules for tweaking the sensitivity to also apply to the T550 / W550s models. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1200717

27c43e7ed48bfe87917767166b7353840d4317c4 31-Aug-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: Add trackpoint sensitivity setting for Thinkpad X230 https://bugs.freedesktop.org/show_bug.cgi?id=91794

195c9e37fcb1273b92e2cdacc1d0aa573bf7a92d 04-Aug-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

Update bugtracker address

e6e3d81e215ec9a7696fd87a9b34fc3e508af9ef 18-May-2015 Hans de Goede <hdegoede@redhat.com>

hwdb: Add trackpoint sensitivity setting for Thinkpad X230 tablet This model needs the trackpoint sensitivity to be boosted to not be too slow to be usable, see: https://bugzilla.redhat.com/show_bug.cgi?id=1200717

ea35a386133b7998e9419a666c36bf38433c4b5c 28-Apr-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

hwdb: coalesce same pointingstick entries into one Multiple models in the same hardware series are likely to have similar specs. We should use organization similar to hwdb/60-evdev.

151f5feb31bb83bf5e9e8c4d138268f07e25e716 28-Apr-2015 Hans de Goede <hdegoede@redhat.com>

udev: hwdb: Add trackpoint sensitivity settings for Lenovo X240 and 540p Like the T440s these need the sensitity to be set significantly higher then the default of 128 for the trackpoint to be usable. Like with the T440s 200 seems to be a good value to get a reasonable but not too high sensitivity.

1f845120ec0e1921ccf924aa5b001721c561c540 21-Apr-2015 Hans de Goede <hdegoede@redhat.com>

hwdb: Add entries for the pointingstick on 2 Dell Latitudes The pointingstick of the Dell Latitude E6400 is somewhat slow by default, whereas the pointingstick of the Dell Latitude D620 is much too fast by default, set POINTINGSTICK_CONST_ACCEL for both of them to adjust for this.

70a5703bd4bb8697392ebc65fc7c711357bfde9b 21-Apr-2015 Hans de Goede <hdegoede@redhat.com>

hwdb: Add entries for the trackpoint on 2 Thinkpads Lenovo has changed the sensitivity of the trackpoint on the x240 / T440s / T540 generation of Thinkpads, making them somewhat insensitive by default, add a hwdb entry to tweak the sensitivity setting. The ThinkPad X200s is way way too slow by default and unless you push the trackpoint quite hard only sends delta events in the 1-2 range, tweak the sensitivity to make it send a wider range of deltas and apply a const accel factor to make it have a more reasonable speed by default.

5defbb5ff664f141293f800c486bc5b723f985ce 21-Apr-2015 Hans de Goede <hdegoede@redhat.com>

udev: keyboard-builtin: Add support for setting IBM trackpoint sensitivity IBM / Lenovo trackpoints allow specifying a sensitivity setting through a ps/2 command, which changes the range of the deltas sent when using the trackpoint. On some models with normal usage only deltas of 1 or 2 are send, resulting in there only being 2 mouse cursor movement speeds, rather than the expected fluid scale. Changing the sensitivity to a higher level than the bootup default fixes this. This commit adds support for setting a POINTINGSTICK_SENSITIVITY value in hwdb to allow changing the sensitivity on boot through udev / hwdb.

f29378b4437e0d50e738641de24ec19d41396284 21-Apr-2015 Hans de Goede <hdegoede@redhat.com>

udev: Add hwdb file for setting pointingstick properties There is quite a wide spread in the delta events generated by pointingsticks, some generate deltas of 1-2 under normal use, while others generate deltas from 1-20. This commit adds a hwdb file which allows specifying a per model POINTINGSTICK_CONST_ACCEL value which can be used by the userspace input stack to normalize the deltas so that all pointingsticks get the same feeling ootb. The hwdb matching re-uses the existing 60-evdev.rules.