kopia lustrzana https://gitlab.com/sane-project/backends
pixma: fix color shifts for Pixma MP990, updated descs for several models.
rodzic
faaf808845
commit
a94ff26045
|
@ -1,3 +1,8 @@
|
|||
2010-03-15 Nicolas Martin <nicols-guest at users.alioth.debian.org>
|
||||
* backend/pixma_mp150.c, doc/descriptions/pixma.desc:
|
||||
pixma: fix color shifts for MP990 up to 2400 dpi
|
||||
updated and reorderd descs for several models.
|
||||
|
||||
2010-03-15 Stéphane Voltz <stef.dev at free.fr>
|
||||
* backend/genesys.[ch] backend/genesys_devices.c backend/genesys_low.h
|
||||
backend/genesys_gl646.[ch] backend/genesys_gl841.c: full transparency
|
||||
|
|
|
@ -604,6 +604,7 @@ calc_shifting (pixma_t * s)
|
|||
break;
|
||||
|
||||
case MP980_PID:
|
||||
case MP990_PID:
|
||||
if (s->param->ydpi > 150)
|
||||
{
|
||||
mp->color_shift = s->param->ydpi / 75;
|
||||
|
|
|
@ -405,6 +405,18 @@
|
|||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF4010"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26b4"
|
||||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF4018"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26b4"
|
||||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF4120"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26a3"
|
||||
|
@ -429,6 +441,24 @@
|
|||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF4270"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26b5"
|
||||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "I-SENSYS MF4320d"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26ee"
|
||||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "I-SENSYS MF4330d"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26ee"
|
||||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF4350d"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26ee"
|
||||
|
@ -447,42 +477,12 @@
|
|||
:status :good
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI). Network not supported"
|
||||
|
||||
:model "imageCLASS MF4270"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26b5"
|
||||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF4690"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26b0"
|
||||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "I-SENSYS MF4320d"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26ee"
|
||||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "I-SENSYS MF4330d"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26ee"
|
||||
:status :complete
|
||||
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF4010"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26b4"
|
||||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF4018"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x26b4"
|
||||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "imageCLASS MF6500 series"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x2686"
|
||||
|
|
Ładowanie…
Reference in New Issue