summaryrefslogtreecommitdiff
path: root/plugins/wacom/list-wacom.c
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2012-06-06 18:04:05 +0200
committerOlivier Fourdan <ofourdan@redhat.com>2012-06-11 15:01:02 +0200
commitc4c4637972128eb0ac18c257dbd2e0a39f12487c (patch)
tree43efe9b334be4ec0a48e35434854bcdb84643a50 /plugins/wacom/list-wacom.c
parent49c02b7e4293a2b109df39800f3d33c090b4ecd2 (diff)
downloadgnome-settings-daemon-c4c4637972128eb0ac18c257dbd2e0a39f12487c.tar.gz
wacom: flag unknown devices created from fallback
so we can report that in the UI. https://bugzilla.gnome.org/show_bug.cgi?id=677562
Diffstat (limited to 'plugins/wacom/list-wacom.c')
-rw-r--r--plugins/wacom/list-wacom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/wacom/list-wacom.c b/plugins/wacom/list-wacom.c
index 20089069..6f19633f 100644
--- a/plugins/wacom/list-wacom.c
+++ b/plugins/wacom/list-wacom.c
@@ -195,6 +195,7 @@ list_devices (GList *devices)
gsd_wacom_device_type_to_string (gsd_wacom_device_get_device_type (device)));
g_print ("\tReversible: %s\n", BOOL_AS_STR (gsd_wacom_device_reversible (device)));
g_print ("\tScreen Tablet: %s\n", BOOL_AS_STR (gsd_wacom_device_is_screen_tablet (device)));
+ g_print ("\tUnknown (fallback) device: %s\n", BOOL_AS_STR(gsd_wacom_device_is_fallback (device)));
loc = get_loc (gsd_wacom_device_get_settings (device));
g_print ("\tGeneric settings: %s\n", loc);