Merge remote-tracking branch 'refs/remotes/origin/master'

* refs/remotes/origin/master:
  Adding the keyboard touchpad to devices remapped on rotation.
This commit is contained in:
Elf M. Sternberg 2018-02-12 18:36:23 -08:00
commit 3fd0b12b60
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ devicename = 'NTRG0001:01 1B96:1B05'
freq = 5.0
MONITOR_CONNECTED_RE = re.compile(r'\bconnected\b')
DIGITIZER_RE = re.compile(r'NTRG0001\:01\s+1B96\:1B05')
DIGITIZER_RE = re.compile(r'(NTRG0001\:01\s+1B96\:1B05|Microsoft Surface Type Cover Touchpad)')
PEN_RE = re.compile(r'\bPen (stylus|eraser)\b')
PROXIMITY_RE = re.compile(r'\bProximity\=(\w+)', re.M)