Makes it easier to find a specific device

Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 tools/generate-udev-rules.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/generate-udev-rules.c b/tools/generate-udev-rules.c
index dd5f644..719a8f0 100644
--- a/tools/generate-udev-rules.c
+++ b/tools/generate-udev-rules.c
@@ -79,6 +79,7 @@ static void print_udev_entry_for_match (WacomDevice *device, 
const WacomMatch *m
                        return;
        }
 
+       printf ("# %s\n", libwacom_get_name (device));
        /* unset joystick, set tablet */
        printf ("%s ENV{ID_INPUT}=\"1\", ENV{ID_INPUT_JOYSTICK}=\"\", 
ENV{ID_INPUT_TABLET}=\"1\"\n", matchstr);
 
-- 
2.1.0


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to