kopia lustrzana https://gitlab.com/sane-project/backends
- Fixed what appears to have been a fat-fingered change to the USB id for
the AV610, and added a comment for the @V5100 in avision.c. - Generated a new version of doc/descriptions/avision.desc from avision.c. This restores information lost with my last update. I've intentionally seperated these changes so that they can be more easily understood.merge-requests/1/head
rodzic
1b596780e5
commit
12ce47285d
|
@ -331,7 +331,7 @@ static Avision_HWEntry Avision_Device_List [] =
|
|||
/* status="untested" */
|
||||
|
||||
{ NULL, "AV610",
|
||||
0x0638, 0x0a18,
|
||||
0x0638, 0x0a19,
|
||||
"Avision", "AV610",
|
||||
AV_GRAY_CALIB_BLUE | AV_ACCEL_TABLE | AV_NO_64BYTE_ALIGN | AV_INT_STATUS | AV_INT_BUTTON,0},
|
||||
/* status="good" */
|
||||
|
@ -597,7 +597,7 @@ static Avision_HWEntry Avision_Device_List [] =
|
|||
0x0638, 0x0A45,
|
||||
"Avision", "@V5100",
|
||||
0,0},
|
||||
/* comment="" */
|
||||
/* comment="1 pass, 1200 dpi, A3 - duplex!, LCD screen, paper sensors" */
|
||||
/* status="good" */
|
||||
|
||||
{ "AVISION", "AVA3",
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
|
||||
:model "AV610"
|
||||
:interface "USB"
|
||||
:usbid "0x0638" "0x0a18"
|
||||
:usbid "0x0638" "0x0a19"
|
||||
:status :good
|
||||
|
||||
:model "AV600U Plus"
|
||||
|
@ -367,6 +367,7 @@
|
|||
:model "@V5100"
|
||||
:interface "USB"
|
||||
:usbid "0x0638" "0x0a45"
|
||||
:comment "1 pass, 1200 dpi, A3 - duplex!, LCD screen, paper sensors"
|
||||
:status :good
|
||||
|
||||
:model "AVA3"
|
||||
|
|
Ładowanie…
Reference in New Issue