20-mouse.conf: add CPI for Logitech LIFT

We are currently unable to read the CPI of the Logitech LIFT, therefore
we need to hardcode its value as 1000.

This is also true for the Logitech M650, M550, M750 and M650 for
Business, of which also have their CPIs hardcoded as 1000.

BUG=b:237728145
TEST=deployed package to a device and did not see any noticable issues.
(I do not currently have the mouse to test)

Change-Id: I021be81ac0d7c2f7f741f9bb0cceda0f2cf1d4a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3739707
Reviewed-by: Kenneth Albanowski <kenalba@google.com>
Commit-Queue: Kenneth Albanowski <kenalba@google.com>
Auto-Submit: William Mahon <wmahon@google.com>
Tested-by: Kenneth Albanowski <kenalba@google.com>
1 file changed
tree: 6a9e4da35e7547cb642ca611c6490e18789128bc
  1. files/
  2. 20-mouse.conf
  3. 40-touchpad-cmt.conf
  4. 50-touchpad-cmt-atlas.conf
  5. 50-touchpad-cmt-banjo.conf
  6. 50-touchpad-cmt-brya.conf
  7. 50-touchpad-cmt-candy.conf
  8. 50-touchpad-cmt-caroline.conf
  9. 50-touchpad-cmt-cave.conf
  10. 50-touchpad-cmt-celes.conf
  11. 50-touchpad-cmt-clapper.conf
  12. 50-touchpad-cmt-cyan.conf
  13. 50-touchpad-cmt-daisy.conf
  14. 50-touchpad-cmt-dedede.conf
  15. 50-touchpad-cmt-elan.conf
  16. 50-touchpad-cmt-elm.conf
  17. 50-touchpad-cmt-enguarde.conf
  18. 50-touchpad-cmt-eve.conf
  19. 50-touchpad-cmt-expresso.conf
  20. 50-touchpad-cmt-falco.conf
  21. 50-touchpad-cmt-gandof.conf
  22. 50-touchpad-cmt-glimmer.conf
  23. 50-touchpad-cmt-gnawty.conf
  24. 50-touchpad-cmt-grunt.conf
  25. 50-touchpad-cmt-hatch.conf
  26. 50-touchpad-cmt-heli.conf
  27. 50-touchpad-cmt-jacuzzi.conf
  28. 50-touchpad-cmt-kevin.conf
  29. 50-touchpad-cmt-kip.conf
  30. 50-touchpad-cmt-leon.conf
  31. 50-touchpad-cmt-lulu.conf
  32. 50-touchpad-cmt-octopus.conf
  33. 50-touchpad-cmt-orco.conf
  34. 50-touchpad-cmt-pbody.conf
  35. 50-touchpad-cmt-peppy.conf
  36. 50-touchpad-cmt-pi.conf
  37. 50-touchpad-cmt-pit.conf
  38. 50-touchpad-cmt-puppy.conf
  39. 50-touchpad-cmt-quawks.conf
  40. 50-touchpad-cmt-rambi.conf
  41. 50-touchpad-cmt-reven.conf
  42. 50-touchpad-cmt-samus.conf
  43. 50-touchpad-cmt-sarien.conf
  44. 50-touchpad-cmt-snappy.conf
  45. 50-touchpad-cmt-spring.conf
  46. 50-touchpad-cmt-squawks.conf
  47. 50-touchpad-cmt-swanky.conf
  48. 50-touchpad-cmt-trogdor.conf
  49. 50-touchpad-cmt-volteer.conf
  50. 50-touchpad-cmt-winky.conf
  51. 50-touchpad-cmt-wolf.conf
  52. 50-touchpad-cmt-zork.conf
  53. 60-touchpad-cmt-auron_paine.conf
  54. 60-touchpad-cmt-auron_yuna.conf
  55. 60-touchpad-cmt-daisy_skate.conf
  56. 60-touchpad-cmt-nyan_big.conf
  57. 60-touchpad-cmt-nyan_blaze.conf
  58. 60-touchpad-cmt-veyron_jaq.conf
  59. 60-touchpad-cmt-veyron_jerry.conf
  60. 60-touchpad-cmt-veyron_mighty.conf
  61. 60-touchpad-cmt-veyron_minnie.conf
  62. 60-touchpad-cmt-veyron_speedy.conf
  63. OWNERS
  64. README.md
  65. unblocked_terms.txt
README.md

“Xorg” configuration files

This repository contains configuration files that were originally for the X Windowing System (a.k.a. X11 or Xorg). CrOS moved away from using X around 2015, but these files are still used to configure input devices. Thankfully this reduction in scope greatly reduces their effect on life satisfaction.

Syntax

The syntax is now a subset of Xorg's configuration syntax, and using anything outside of that subset will either cause an error or just be ignored. Specifically, only InputClass sections are supported. Within those, the following entries are supported:

  • Identifier;
  • some Match directives (MatchProduct, MatchDevicePath, MatchUSBID, MatchIsPointer, MatchIsTouchpad, and MatchIsTouchscreen);
  • Driver, which is ignored; and
  • Option, which is used to specify gesture properties instead of X11 input device options (though some old X11 options may be hanging around).

For more details, see the parsing code in Chromium's GesturePropertyProvider.