diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-27 12:50:24 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-27 12:50:24 +0100 |
commit | b806cc0e1da3010055c196de59eff15ced2a51b5 (patch) | |
tree | 062c7b9f57b2b89ce3b7be607e81d7e5749e07ba /src/sane-rules.h | |
parent | 8e8a2b83bd5e5f5d293a64bfb5e5a163b80fad0d (diff) | |
download | ayatana-indicator-session-b806cc0e1da3010055c196de59eff15ced2a51b5.tar.gz ayatana-indicator-session-b806cc0e1da3010055c196de59eff15ced2a51b5.tar.bz2 ayatana-indicator-session-b806cc0e1da3010055c196de59eff15ced2a51b5.zip |
udev scanner detection working at startup
Diffstat (limited to 'src/sane-rules.h')
-rw-r--r-- | src/sane-rules.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sane-rules.h b/src/sane-rules.h index fc43e39..356acc6 100644 --- a/src/sane-rules.h +++ b/src/sane-rules.h @@ -3,7 +3,8 @@ void populate_usb_scanners (GHashTable* scanners) { GList* epson = NULL; - + // For testing + epson = g_list_append (epson, g_strdup("0001")); epson = g_list_append (epson, g_strdup("0101")); epson = g_list_append (epson, g_strdup("0103")); epson = g_list_append (epson, g_strdup("0104")); |