kopia lustrzana https://gitlab.com/sane-project/backends
usbids for some Samsung devices
rodzic
cd2f3cc6d8
commit
f3e63b4e4d
|
@ -1,3 +1,7 @@
|
|||
2009-06-13 Alex Belkin <abc at telekom.ru>
|
||||
* backend/xerox_mfp.conf.in, doc/descriptions/xerox_mfp.desc: usbids
|
||||
for some Samsung devices.
|
||||
|
||||
2009-06-09 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
|
||||
* sanei/sanie_tcp.c, backend/epson2_net.c: Update
|
||||
sanei_tcp_read() to better simulate old behavior of
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue