kopia lustrzana https://gitlab.com/sane-project/backends
ChangeLog
rodzic
ba9bb6212d
commit
eed30216b5
|
@ -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>
|
2004-02-28 Julien Blache <jb@jblache.org>
|
||||||
* tools/hotplug: added the hotplug script used by the Debian
|
* tools/hotplug: added the hotplug script used by the Debian
|
||||||
package, with a quick README.
|
package, with a quick README.
|
||||||
|
|
|
@ -2604,12 +2604,10 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
|
||||||
sanei_usb_init ();
|
sanei_usb_init ();
|
||||||
|
|
||||||
/* default to /dev/scanner instead of insisting on config file */
|
/* 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];
|
char line[PATH_MAX];
|
||||||
|
|
||||||
while (sanei_config_read (line, sizeof (line), fp))
|
while (sanei_config_read (line, sizeof (line), fp)) {
|
||||||
{
|
|
||||||
int vendor, product;
|
int vendor, product;
|
||||||
|
|
||||||
DBG (4, "sane_init, >%s<\n", line);
|
DBG (4, "sane_init, >%s<\n", line);
|
||||||
|
|
Ładowanie…
Reference in New Issue