merge-requests/1/head
Frank Zago 2004-02-28 18:33:09 +00:00
rodzic ba9bb6212d
commit eed30216b5
2 zmienionych plików z 53 dodań i 51 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2004-02-28 Frank Zago <fzago at austin dot rr dot com>
* tools/check-usb-chip.c: Added test for GL646 used in HP scanners.
2004-02-28 Julien Blache <jb@jblache.org>
* tools/hotplug: added the hotplug script used by the Debian
package, with a quick README.

Wyświetl plik

@ -2604,12 +2604,10 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
sanei_usb_init ();
/* default to /dev/scanner instead of insisting on config file */
if ((fp = sanei_config_open (EPSON_CONFIG_FILE)))
{
if ((fp = sanei_config_open (EPSON_CONFIG_FILE))) {
char line[PATH_MAX];
while (sanei_config_read (line, sizeof (line), fp))
{
while (sanei_config_read (line, sizeof (line), fp)) {
int vendor, product;
DBG (4, "sane_init, >%s<\n", line);