diff --git a/ChangeLog b/ChangeLog index efeff8181..a6d75f8d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-13 Alex Belkin + * backend/xerox_mfp.conf.in, doc/descriptions/xerox_mfp.desc: usbids + for some Samsung devices. + 2009-06-09 Chris Bagwell * sanei/sanie_tcp.c, backend/epson2_net.c: Update sanei_tcp_read() to better simulate old behavior of diff --git a/backend/xerox_mfp.conf.in b/backend/xerox_mfp.conf.in index 38a0828d1..c70150773 100644 --- a/backend/xerox_mfp.conf.in +++ b/backend/xerox_mfp.conf.in @@ -5,3 +5,16 @@ usb 0x413c 0x5124 #Xerox Phaser 6110MFP usb 0x0924 0x3d5d + +#Samsung CLX-3170fn +usb 0x04e8 0x342a + +#Samsung SCX-4200 +usb 0x04e8 0x341b + +#Samsung SCX4725-FN +usb 0x04e8 0x341f + +#Samsung SCX-4500 +usb 0x04e8 0x3426 + diff --git a/doc/descriptions/xerox_mfp.desc b/doc/descriptions/xerox_mfp.desc index 14b18ed31..b6b4496ea 100644 --- a/doc/descriptions/xerox_mfp.desc +++ b/doc/descriptions/xerox_mfp.desc @@ -1,7 +1,6 @@ :backend "xerox_mfp" -:version "1.0-9" +:version "1.0-10" :manpage "sane-xerox_mfp" -:comment "Could be compatible with other Samsung manufactured devices" :devicetype :scanner :mfg "Xerox" @@ -10,9 +9,8 @@ :model "Phaser 3200MFP" :interface "USB" :usbid "0x0924" "0x3da4" -:status :good +:status :complete :url "http://www.office.xerox.com/multifunction-printer/multifunction-under-30ppm/phaser-3200mfp/spec-enus.html" -:comment "All features of device I know of" :model "Phaser 6110MFP" :interface "USB" @@ -27,3 +25,26 @@ :usbid "0x413c" "0x5124" :status :good +:mfg "Samsung" +:url "http://www.samsung.com" + +:model "CLX-3170fn" +:intrface "USB" +:usbid "0x04e8" "0x342a" +:status :good + +:model "SCX-4200" +:intrface "USB" +:usbid "0x04e8" "0x341b" +:status :good + +:model "SCX4725-FN" +:intrface "USB" +:usbid "0x04e8" "0x341f" +:status :good + +:model "SCX-4500" +:intrface "USB" +:usbid "0x04e8" "0x3426" +:status :good +