20-mouse.conf: add CPIs for Logitech M650 and M750

Logitech is modifying the HID descriptors of these mice to include their
CPIs over Bluetooth, but since we don't have the infrastructure to read
that yet we need overrides for them for now.

The BOLT receiver cannot reflect anything specific about the device(s)
connected to it, not even a product ID, except over a vendor-specific
protocol, so we have to set one CPI for all mice connected that way.
Thankfully they all appear to have the same (default) CPI so far.

BUG=b:198637081
TEST=copy 20-mouse.conf to a test device and check it doesn't cause
     any obvious errors (I don't have the mice to test)

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