quirks: don't disable keyboard device for Acer Spin 5 when in tablet mode
authorNathaniel Roach <02481@nroach44.id.au>
Tue, 8 Jan 2019 02:24:16 +0000 (02:24 +0000)
committerNathaniel Roach <02481@nroach44.id.au>
Tue, 8 Jan 2019 02:24:16 +0000 (02:24 +0000)
As with some other convertible devices, the keyboard is disabled by the system when the device is in tablet mode.
The volume control keys on the side of the unit are not, but still appear from the keyboard to the system.
Don't disable the keyboard when in tablet mode.

Tested working.

quirks/50-system-acer.quirks

index eb981b4ae73f31e6c353fdf6f5acfb447713714b..80b0c702ab67ed9e7a579fcd1eefc6d7ac9a5f9c 100644 (file)
@@ -3,3 +3,7 @@ MatchName=AT Translated Set 2 keyboard
 MatchDMIModalias=dmi:*svnAcer:pnSwitchSA5-271:*
 ModelTabletModeNoSuspend=1
 
+[Acer Spin 5]
+MatchName=AT Translated Set 2 keyboard
+MatchDMIModalias=dmi:*svnAcer:pnSpinSP513-52N:*
+ModelTabletModeNoSuspend=1
\ No newline at end of file