From 4fcd69a7da77cac03a6298aab4a3090e10410e24 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Thu, 9 Dec 2010 16:25:32 +0900 Subject: [PATCH] - Added the full range of the HP 8300 series scanners. These scanners are all the same and already work, but this change will reflect that fact on the website. - Generated a new version of doc/descriptions/avision.desc from avision.c. --- backend/avision.c | 16 ++++++++++++++++ doc/descriptions/avision.desc | 12 ++++++++++++ 2 files changed, 28 insertions(+) diff --git a/backend/avision.c b/backend/avision.c index f2f1ac5fa..f6c4acaa9 100644 --- a/backend/avision.c +++ b/backend/avision.c @@ -678,6 +678,21 @@ static Avision_HWEntry Avision_Device_List [] = /* status="good" */ #endif + { "HP", "C9930A", + 0x03f0, 0x3805, + "Hewlett-Packard", "ScanJet 8300", + 0,0}, + /* comment="1 pass, 4800 (?) dpi - USB 2.0" */ + /* status="good" */ + +#ifdef FAKE_ENTRIES_FOR_DESC_GENERATION + { "HP", "C9930A", + 0x03f0, 0x3805, + "Hewlett-Packard", "ScanJet 8350", + 0,0}, + /* comment="1 pass, 4800 (?) dpi - USB 2.0" */ + /* status="good" */ + { "HP", "C9930A", 0x03f0, 0x3805, "Hewlett-Packard", "ScanJet 8390", @@ -685,6 +700,7 @@ static Avision_HWEntry Avision_Device_List [] = /* comment="1 pass, 4800 (?) dpi - USB 2.0" */ /* status="good" */ +#endif { "Minolta", "#2882", 0, 0, "Minolta", "Dimage Scan Dual I", diff --git a/doc/descriptions/avision.desc b/doc/descriptions/avision.desc index b6af8cf7f..09d8c94c6 100644 --- a/doc/descriptions/avision.desc +++ b/doc/descriptions/avision.desc @@ -433,6 +433,18 @@ :comment "1 pass, 4800 (?) dpi - USB 2.0 and SCSI - only SCSI tested so far" :status :good +:model "ScanJet 8300" +:interface "USB" +:usbid "0x03f0" "0x3805" +:comment "1 pass, 4800 (?) dpi - USB 2.0" +:status :good + +:model "ScanJet 8350" +:interface "USB" +:usbid "0x03f0" "0x3805" +:comment "1 pass, 4800 (?) dpi - USB 2.0" +:status :good + :model "ScanJet 8390" :interface "USB" :usbid "0x03f0" "0x3805"