kopia lustrzana https://gitlab.com/sane-project/backends
Added IDs for Benq 5250C and 5000S
rodzic
0855e0a008
commit
79672dfb5b
|
@ -1,3 +1,8 @@
|
|||
2005-02-08 Oliver Schwartz <Oliver.Schwartz@gmx.de>
|
||||
|
||||
* backend/snapscan.h backend/snapscan.conf
|
||||
Added IDs for Benq 5250C and 5000S
|
||||
|
||||
2005-02-08 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||
|
||||
* sanei/sanei_pp.c: Cleanup, uses now static array for parport
|
||||
|
|
|
@ -56,12 +56,18 @@ usb 0x04a5 0x20b0
|
|||
# Benq/Acer/Vuego 4300
|
||||
usb 0x04a5 0x20de
|
||||
|
||||
# Benq/Acer/Vuego 5000
|
||||
# Benq 5000S
|
||||
usb 0x04a5 0x20f8
|
||||
|
||||
# Benq 5000
|
||||
usb 0x04a5 0x20fc
|
||||
|
||||
# Benq/Acer/Vuego 5300
|
||||
# Benq/Acer 5300
|
||||
usb 0x04a5 0x20fe
|
||||
|
||||
# Benq 5250C
|
||||
usb 0x04a5 0x2137
|
||||
|
||||
# Agfa 1236U
|
||||
usb 0x06bd 0x0002
|
||||
|
||||
|
|
|
@ -169,6 +169,7 @@ static struct SnapScan_Model_desc scanners[] =
|
|||
{"FlatbedScanner24", PRISA5300},
|
||||
{"FlatbedScanner25", PRISA5000},
|
||||
{"FlatbedScanner40", PRISA5000}, /* 5250C */
|
||||
{"FlatbedScanner42", PRISA5000}, /* 5000S */
|
||||
{"SNAPSCAN 1212U", SNAPSCAN1212U},
|
||||
{"SNAPSCAN 1212U_2", SNAPSCAN1212U},
|
||||
{"SNAPSCAN e10", SNAPSCANE20},
|
||||
|
@ -405,6 +406,9 @@ struct snapscan_scanner
|
|||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.33 2005/02/08 22:17:53 oliver-guest
|
||||
* Added IDs for Benq 5250C and 5000S
|
||||
*
|
||||
* Revision 1.32 2005/01/18 20:36:13 oliver-guest
|
||||
* Added ID for Benq 5250C
|
||||
*
|
||||
|
|
Ładowanie…
Reference in New Issue