[gnome-settings-daemon] wacom: Print fake Intuos 4 device too



commit fae0bf0bedaa43698c403712ed67d0bba6e1caf0
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 16 16:04:59 2012 +0000

    wacom: Print fake Intuos 4 device too

 plugins/wacom/list-wacom.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/wacom/list-wacom.c b/plugins/wacom/list-wacom.c
index e496b1d..b7b4a88 100644
--- a/plugins/wacom/list-wacom.c
+++ b/plugins/wacom/list-wacom.c
@@ -195,6 +195,9 @@ list_fake_devices (void)
 
 	devices = gsd_wacom_device_create_fake_x201 ();
 	list_devices (devices);
+
+	devices = gsd_wacom_device_create_fake_intuos4 ();
+	list_devices (devices);
 }
 
 int main (int argc, char **argv)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]