History log of /systemd/hwdb/60-evdev.hwdb
Revision Date Author Comments Expand
7f39a2bdda04356a2ec0b76051382a0842012925 05-Feb-2016 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: add HP Pavilion dm4 axis corrections https://bugs.freedesktop.org/show_bug.cgi?id=91615

d9a03677a531c8b165a6f6a02f72652ae78f519c 31-Jan-2016 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: add Samsung 305V4A axis resolutions From https://bugzilla.redhat.com/show_bug.cgi?id=1294022

75e60eea5853620fbb32efb5e7b7982aef374357 04-Jan-2016 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: add axis ranges and resolution for Dell Lattitude E6220 https://bugzilla.redhat.com/show_bug.cgi?id=1293576

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

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

3872f4d3ab55ab7fea1247c3bf71bd268fa9e7c9 10-Nov-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: add axis range corrections for Lenovo T510 From https://bugzilla.redhat.com/show_bug.cgi?id=1247958

30d980b22a01190f7914884f8f699bbc2c6dc060 09-Nov-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: add Dell Inspiron N5040 touchpad corrections From https://bugzilla.redhat.com/show_bug.cgi?id=1275070

3cf23b62ea7d21831db1dca2e37bc67d145070b8 09-Nov-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: sort the brand names alphabetically

adcf2199218f7a265d2fac35795022450bc2b9d6 18-Aug-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: fix capitalization of product version for the Macbooks We need uppercase hex here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

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

Update bugtracker address

8d51633304cc460eddf617d9404da7f4f9fadd73 01-Aug-2015 Alastair Hughes <hobbitalastair@gmail.com>

hwdb: add resolution information for Dell Vostro 1510 touchpad Dell Vostro 1510, AlpsPS/2 ALPS GlidePoint touchpad. Relevant issue: #763

47b84eac21fd9e1a9e317df28d862927a7e814d5 30-Jul-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: add min/max/resolution override for Appletouch one-button touchpads Macbook2,1, late 2006 model. https://bugzilla.redhat.com/show_bug.cgi?id=1246651

5b7246d09d9edd3ca2c396152ee6bf7f7e9275b6 30-Jul-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: add resolution values for Asus K52JT touchpad https://bugs.freedesktop.org/show_bug.cgi?id=91364

47d36b7c851f9145def609e4f9d8feb6d3d33740 22-Apr-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: fix typo - "sort by by..." -> "sort by..."

696f1dbfe193cb12e20703b96034ceed1bd8b4d4 21-Apr-2015 Benjamin Tissoires <benjamin.tissoires@redhat.com>

hwdb: add Chromebook pixel (2015) resolution fix The atmel driver sets a default resolution of 20 for each touchpads it creates. On this model, 10 is more appropriate. The resolution is not set for the touchscreen by the kernel, so match the name to both touchpad and touchscreen.

a58223dc373ff89600088016bee85705fa382bab 21-Apr-2015 Benjamin Tissoires <benjamin.tissoires@redhat.com>

hwdb: add evdev entry for the Lenovo X230 series touchpad The Lenovo X230 advertize a vertical resolution of 136, which gives a true size of 31 mm. The actual physical size of the touchpad is 40 mm, so override the resolution to 100.

3ebc2dc49837e38288e1bcaa0f1632cc6c897232 11-Apr-2015 Peter Hutterer <peter.hutterer@who-t.net>

hwdb: set the resolution for a couple of bcm5974 touchpads Verified for the 5,1 Macbook, the others are guesses based on the list of supported devices of the moshi trackpad protector. http://www.moshi.com/trackpad-protector-trackguard-macbook-pro#silver Resolution calculated based on the min/max settings set in the kernel driver, divided by the physical size. This is probably slightly off, but still better than no resolution at all. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

51c0c2869845a058268d54c3111d55d0dd485704 11-Apr-2015 Peter Hutterer <peter.hutterer@who-t.net>

udev: builtin-keyboard: add support for EVDEV_ABS_* Parse properties in the form EVDEV_ABS_00="<min>:<max>:<res>:<fuzz>:<flat>" and apply them to the kernel device. Future processes that open that device will see the updated EV_ABS range. This is particularly useful for touchpads that don't provide a resolution in the kernel driver but can be fixed up through hwdb entries (e.g. bcm5974). All values in the property are optional, e.g. a string of "::45" is valid to set the resolution to 45. The order intentionally orders resolution before fuzz and flat despite it being the last element in the absinfo struct. The use-case for setting fuzz/flat is almost non-existent, resolution is probably the most common case we'll need. To avoid multiple hwdb invocations for the same device, replace the hwdb "keyboard:" prefix with "evdev:" and drop the separate 60-keyboard.rules file. The new 60-evdev.rules is called for all event nodes anyway, we don't need a separate rules file and second callout to the hwdb builtin.