Adding the keyboard touchpad to devices remapped on rotation.

This commit is contained in:
Elf M. Sternberg 2017-11-20 18:30:05 -08:00
parent ea81a9d141
commit d626856fb9
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)