[gnome-settings-daemon] wacom: Fix creation of fake devices
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] wacom: Fix creation of fake devices
- Date: Wed, 25 Jan 2012 17:30:13 +0000 (UTC)
commit 4853ca7b720a0cabdaad1d2853366c0c50b948e9
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jan 25 17:29:59 2012 +0000
wacom: Fix creation of fake devices
plugins/wacom/gsd-wacom-device.c | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-device.c b/plugins/wacom/gsd-wacom-device.c
index c1f60da..548a7b2 100644
--- a/plugins/wacom/gsd-wacom-device.c
+++ b/plugins/wacom/gsd-wacom-device.c
@@ -1163,17 +1163,17 @@ gsd_wacom_device_create_fake_cintiq (void)
GList *devices;
device = gsd_wacom_device_create_fake (WACOM_TYPE_STYLUS,
- "Cintiq 21UX2",
+ "Wacom Cintiq 21UX2",
"Wacom Cintiq 21UX2 stylus");
devices = g_list_prepend (NULL, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_ERASER,
- "Cintiq 21UX2",
+ "Wacom Cintiq 21UX2",
"Wacom Cintiq 21UX2 eraser");
devices = g_list_prepend (devices, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_PAD,
- "Cintiq 21UX2",
+ "Wacom Cintiq 21UX2",
"Wacom Cintiq 21UX2 pad");
devices = g_list_prepend (devices, device);
@@ -1187,22 +1187,22 @@ gsd_wacom_device_create_fake_bt (void)
GList *devices;
device = gsd_wacom_device_create_fake (WACOM_TYPE_STYLUS,
- "Graphire Wireless",
+ "Wacom Graphire Wireless",
"Graphire Wireless stylus");
devices = g_list_prepend (NULL, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_ERASER,
- "Graphire Wireless",
+ "Wacom Graphire Wireless",
"Graphire Wireless eraser");
devices = g_list_prepend (devices, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_PAD,
- "Graphire Wireless",
+ "Wacom Graphire Wireless",
"Graphire Wireless pad");
devices = g_list_prepend (devices, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_CURSOR,
- "Graphire Wireless",
+ "Wacom Graphire Wireless",
"Graphire Wireless cursor");
devices = g_list_prepend (devices, device);
@@ -1216,13 +1216,13 @@ gsd_wacom_device_create_fake_x201 (void)
GList *devices;
device = gsd_wacom_device_create_fake (WACOM_TYPE_STYLUS,
- "Serial Tablet WACf004",
- "Serial Tablet WACf004 stylus");
+ "Wacom Serial Tablet WACf004",
+ "Wacom Serial Tablet WACf004 stylus");
devices = g_list_prepend (NULL, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_ERASER,
- "Serial Tablet WACf004",
- "Serial Tablet WACf004 eraser");
+ "Wacom Serial Tablet WACf004",
+ "Wacom Serial Tablet WACf004 eraser");
devices = g_list_prepend (devices, device);
return devices;
@@ -1235,22 +1235,22 @@ gsd_wacom_device_create_fake_intuos4 (void)
GList *devices;
device = gsd_wacom_device_create_fake (WACOM_TYPE_STYLUS,
- "Intuos 4 M 6x9",
+ "Wacom Intuos 4 M 6x9",
"Wacom Intuos4 6x9 stylus");
devices = g_list_prepend (NULL, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_ERASER,
- "Intuos 4 M 6x9",
+ "Wacom Intuos 4 M 6x9",
"Wacom Intuos4 6x9 eraser");
devices = g_list_prepend (devices, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_PAD,
- "Intuos 4 M 6x9",
+ "Wacom Intuos 4 M 6x9",
"Wacom Intuos4 6x9 pad");
devices = g_list_prepend (devices, device);
device = gsd_wacom_device_create_fake (WACOM_TYPE_CURSOR,
- "Intuos 4 M 6x9",
+ "Wacom Intuos 4 M 6x9",
"Wacom Intuos4 6x9 cursor");
devices = g_list_prepend (devices, device);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]