mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
keymap: Add some more Sony Vaio VGN-* models
https://launchpad.net/bugs/627890
This commit is contained in:
parent
2f151e0fbf
commit
81956ed1dc
@ -49,7 +49,7 @@ ENV{DMI_VENDOR}=="Sony*", KERNELS=="input*", ATTRS{name}=="Sony Vaio Keys", RUN+
|
||||
ENV{DMI_VENDOR}=="Sony*", ATTR{[dmi/id]product_name}=="*PCG-C1*|*PCG-K25*|*PCG-F1*|*PCG-F2*|*PCG-F3*|*PCG-F4*|*PCG-F5*|*PCG-F6*|*PCG-FX*|*PCG-FRV*|*PCG-GR*|*PCG-TR*|*PCG-NV*|*PCG-Z*|*VGN-S360*", ATTRS{name}=="Sony Vaio Keys", RUN+="keymap $name module-sony-old"
|
||||
|
||||
# Some Sony VGN models have yet another one
|
||||
ENV{DMI_VENDOR}=="Sony*", ATTR{[dmi/id]product_name}=="VGN-AR71MR", ATTRS{name}=="Sony Vaio Keys", RUN+="keymap $name module-sony-vgn"
|
||||
ENV{DMI_VENDOR}=="Sony*", ATTR{[dmi/id]product_name}=="VGN-AR71*|VGN-FW*|VGN-Z21*", ATTRS{name}=="Sony Vaio Keys", RUN+="keymap $name module-sony-vgn"
|
||||
|
||||
|
||||
#
|
||||
|
@ -1,5 +1,8 @@
|
||||
0x00 brightnessdown # Fn+F5
|
||||
0x10 brightnessup # Fn+F6
|
||||
0x11 switchvideomode # Fn+F7
|
||||
0x12 zoom # Fn+F10
|
||||
0x12 zoomout
|
||||
0x14 zoomin
|
||||
0x15 suspend # Fn+F12
|
||||
0x17 prog1
|
||||
0x20 media
|
||||
|
Loading…
x
Reference in New Issue
Block a user