Added support for searching USB devices ("usb vendor product").

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-08-11 13:17:59 +00:00
rodzic cebca83dfe
commit c5322195ab
1 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -69,7 +69,15 @@ extern const char *sanei_config_get_string (const char *str,
set to * to match anything. To include whitespace in these
strings, enclose them in double-quotes ("). BUS, ID, and LUN are
the desired SCSI bus, id, and logical-unit numbers. These can be
set to * or simply omitted to match anything. */
set to * or simply omitted to match anything.
Also USB device specifications of the form:
usb VENDOR PRODUCT
are supported. VENDOR and PRODUCT are non-negative integer numbers in
decimal or hexadecimal format.
*/
extern void sanei_config_attach_matching_devices (const char *name,
SANE_Status (*attach)
(const char *dev));