Added "ignore" parameter to :usbid token.

merge-requests/1/head
Henning Geinitz 2006-01-14 19:14:48 +00:00
rodzic 408c7c4e1f
commit 3e651dbfbc
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -9,6 +9,8 @@
token. Print warning if a backend defines USB models without
defining usbid. Print warning if a model doesn't have an
interface.
* doc/descriptions.txt: Added "ignore" parameter to :usbid
token.
2006-01-10 Oliver Schwartz <Oliver.Schwartz@gmx.de>

Wyświetl plik

@ -86,7 +86,9 @@ Example: `:interface "SCSI USB IEEE-1394"'
arguments which must be lower case hexadecimal (4 digits). The first one is the
USB vendor id, the second one the USB üproduct id. The keyword refers to the
previous `:model', is optional, and applicable for devices with :interface "USB"
only, and should be used only once per model.
only, and should be used only once per model. The special parameter "ignore" can
be used if no vendor or product ids are given intentionally, e.g. for a group of
scanners.
Example: `:usbid "0x1234" "0x4321"'
The keyword `:status' is an indication of the level of support for the model.