Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> --- tools/generate-udev-rules.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tools/generate-udev-rules.c b/tools/generate-udev-rules.c index 87d43fe..353bf6d 100644 --- a/tools/generate-udev-rules.c +++ b/tools/generate-udev-rules.c @@ -102,8 +102,9 @@ static void print_udev_entry_matchstr(WacomDevice *device, const char *matchstr) printf( "ATTRS{name}==\"* Finger\", %s ENV{%s}=\"1\"\n", matchstr, touchtype); } - /* set ID_INPUT_TABLET_PAD for pads */ - if (libwacom_get_num_buttons (device) > 0) + if (libwacom_get_class (device) == WCLASS_REMOTE) + printf ("%s ENV{ID_INPUT_TABLET_PAD}=\"1\"\n", matchstr); + else if (libwacom_get_num_buttons (device) > 0) printf ("ATTRS{name}==\"* Pad\", %s ENV{ID_INPUT_TABLET_PAD}=\"1\"\n", matchstr); } -- 2.7.4 ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel