From ba3d80949d8814284913a1a24ffd643e84dd9830 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 3 Jul 2023 19:20:00 +0300 Subject: [PATCH] xerox_mfp: add Xerox WorkCentre 3335 Works OK, but, when scanning in automatic feeder mode, only the first page is scanned: e.g. if run SANE_DEBUG_XEROX_MFP=4 skanlite skanlite thinks that scanning has been finished after the first page, but the scanner continues to work and debug messages about reading data from the scanner (sane_xerox_mfp_read: <..>) continue to be printed. Signed-off-by: Mikhail Novosyolov --- backend/xerox_mfp.conf.in | 3 +++ doc/descriptions/xerox_mfp.desc | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/backend/xerox_mfp.conf.in b/backend/xerox_mfp.conf.in index 224e90ec4..d9deecc7e 100644 --- a/backend/xerox_mfp.conf.in +++ b/backend/xerox_mfp.conf.in @@ -251,6 +251,9 @@ usb 0x0924 0x42da #Xerox WorkCentre 3225 usb 0x0924 0x42dc +#Xerox WorkCentre 3335 +usb 0x0924 0x42e2 + ################### ### Dell Models ### ################### diff --git a/doc/descriptions/xerox_mfp.desc b/doc/descriptions/xerox_mfp.desc index d24450d50..ad6355d9d 100644 --- a/doc/descriptions/xerox_mfp.desc +++ b/doc/descriptions/xerox_mfp.desc @@ -43,6 +43,12 @@ :usbid "0x0924" "0x42dc" :status :good +:model "WorkCentre 3335" +:interface "USB" +:usbid "0x0924" "0x42e2" +:status :basic +:comment "When scanning from automatic feeder, only the first page is scanned" + :mfg "Dell" :url "http://www.dell.com/"