summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2010-06-14 12:18:43 +0200
committerDanny Kukawka <danny.kukawka@web.de>2010-06-14 12:18:43 +0200
commitba8eac2971c99eb1c20d8beadd9c037b734d97b8 (patch)
treeff6ed038c958dcb11c80bf6572175824a61fbb0d
parentd3cdadc47168b1bc657a391903f176489f736b24 (diff)
-rw-r--r--hald/linux/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hald/linux/device.c b/hald/linux/device.c
index ef58daa2..8570d461 100644
--- a/hald/linux/device.c
+++ b/hald/linux/device.c
@@ -2219,7 +2219,7 @@ pnp_add (const gchar *sysfs_path, const gchar *device_file, HalDevice *parent_de
}
pnp_id = hal_device_property_get_string (d, "pnp.id");
if( !strncmp(pnp_id, "WACf", 4) || !strcmp(pnp_id, "FUJ02e5") || !strcmp(pnp_id, "FUJ02e6") ||
- !strcmp(pnp_id, "FUJ02e7") || !strcmp(pnp_id, "FUJ02e9") || !strcmp(pnp_id, "FPI2004") ||) {
+ !strcmp(pnp_id, "FUJ02e7") || !strcmp(pnp_id, "FUJ02e9") || !strcmp(pnp_id, "FPI2004")) {
/* a internal serial tablet --> this should be a tablet pc */
if ((computer = hal_device_store_find (hald_get_gdl (), "/org/freedesktop/Hal/devices/computer")) != NULL ||
(computer = hal_device_store_find (hald_get_tdl (), "/org/freedesktop/Hal/devices/computer")) != NULL) {