Compare commits
No commits in common. "2fadbb4535108406384a5d63c1ad3082f845c646" and "071be2fa9fe3fbc870a69afe6d44818d8980eb6c" have entirely different histories.
2fadbb4535
...
071be2fa9f
|
@ -526,15 +526,10 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pnHP*Pavilion*dv7*Notebook*PC:
|
|||
KEYBOARD_KEY_c6=break
|
||||
KEYBOARD_KEY_94=reserved
|
||||
|
||||
# Pavilion 13 x360 (Tablet mode and SYSRQ key)
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[pP][aA][vV][iI][lL][iI][oO][nN]*13*x360*:pvr*
|
||||
KEYBOARD_KEY_d7=!f22 # touchpad off
|
||||
KEYBOARD_KEY_d9=unknown
|
||||
KEYBOARD_KEY_d2=sysrq # Fn+Print = SYSRQ
|
||||
|
||||
# Spectre x360 13 (Prevents random airplane mode activation)
|
||||
# Pavilion and Spectre x360 13 (Prevents random airplane mode activation)
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[sS][pP][eE][cC][tT][rR][eE]*x360*13*:pvr*
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHP*:pn*[sS][pP][eE][cC][tT][rR][eE]*x360Convertible*:pvr*
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[pP][aA][vV][iI][lL][iI][oO][nN]*13*x360*:pvr*
|
||||
KEYBOARD_KEY_d7=unknown
|
||||
|
||||
# Spectre x360 13
|
||||
|
|
|
@ -1085,7 +1085,6 @@ const UnitVTable automount_vtable = {
|
|||
"Unit\0"
|
||||
"Automount\0"
|
||||
"Install\0",
|
||||
.private_section = "Automount",
|
||||
|
||||
.can_transient = true,
|
||||
.can_fail = true,
|
||||
|
|
Loading…
Reference in New Issue