aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/arch/linux/common/inputdevices.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-02 15:32:50 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-02 15:32:50 +0000
commit4e082dd27545c503e6ee1440e45032f93216631a (patch)
tree3b0b64937a40e9b7256647455cada96b99fed96c /hardinfo2/arch/linux/common/inputdevices.h
parent2ac586a621e9d20667838df367ce5c3b4b428500 (diff)
Cleanups, reorganization. Implemented foreign module calls.
Diffstat (limited to 'hardinfo2/arch/linux/common/inputdevices.h')
-rw-r--r--hardinfo2/arch/linux/common/inputdevices.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo2/arch/linux/common/inputdevices.h b/hardinfo2/arch/linux/common/inputdevices.h
index a3fb3e4a..e9deffa7 100644
--- a/hardinfo2/arch/linux/common/inputdevices.h
+++ b/hardinfo2/arch/linux/common/inputdevices.h
@@ -55,7 +55,7 @@ scan_inputdevices(void)
return;
if (input_list) {
- g_hash_table_foreach_remove(devices, remove_input_devices, NULL);
+ g_hash_table_foreach_remove(moreinfo, remove_input_devices, NULL);
g_free(input_list);
g_free(input_icons);
}
@@ -127,7 +127,7 @@ scan_inputdevices(void)
"Version=0x%x\n"
"Connected to=%s\n",
strhash, product, version, phys);
- g_hash_table_insert(devices, tmp, strhash);
+ g_hash_table_insert(moreinfo, tmp, strhash);
g_free(phys);
g_free(name);