udev: fix trackball pointer being disabled
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
919e855532
commit
e1c986c992
1 changed files with 0 additions and 2 deletions
|
@ -39,12 +39,10 @@ in {
|
||||||
|
|
||||||
# Kensington Orbit
|
# Kensington Orbit
|
||||||
ENV{ID_USB_SERIAL}=="Kensington_ORBIT_WIRELESS_TB", \
|
ENV{ID_USB_SERIAL}=="Kensington_ORBIT_WIRELESS_TB", \
|
||||||
ENV{ID_INPUT_MOUSE}="", \
|
|
||||||
ENV{ID_INPUT_TRACKBALL}="1"
|
ENV{ID_INPUT_TRACKBALL}="1"
|
||||||
|
|
||||||
# ProtoArc EM04
|
# ProtoArc EM04
|
||||||
ENV{ID_USB_SERIAL}=="Compx_2.4G_Receiver", \
|
ENV{ID_USB_SERIAL}=="Compx_2.4G_Receiver", \
|
||||||
ENV{ID_INPUT_MOUSE}="", \
|
|
||||||
ENV{ID_INPUT_TRACKBALL}="1"
|
ENV{ID_INPUT_TRACKBALL}="1"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue