kopia lustrzana https://gitlab.com/sane-project/backends
Add :scsi keyword to a handful of SCSI scanners known to advertise themselves as type "Processor".
rodzic
acc2b0fccf
commit
894e0cc8ed
|
@ -5,6 +5,10 @@
|
|||
ATTR{} key in the udev output. Add a new :scsi keyword for SCSI
|
||||
devices, add support for SCSI devices in the udev and HAL FDI
|
||||
outputs.
|
||||
* doc/descriptions/hp.desc, doc/descriptions/epson.desc: add :scsi
|
||||
keyword to a handful of SCSI scanners known to advertise
|
||||
themselves as type "Processor".
|
||||
|
||||
All of the above based on a patch contributed by Dieter Jurzitza.
|
||||
|
||||
2009-01-10 m. allan noah <kitno455 a t gmail d o t com>
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
|
||||
:model "Perfection 1200S"
|
||||
:interface "SCSI"
|
||||
:scsi "EPSON" "Perfection1200" "processor"
|
||||
:status :complete
|
||||
|
||||
:model "Perfection 1200U"
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
:model "ScanJet 4p"
|
||||
:interface "SCSI"
|
||||
:status :complete
|
||||
:scsi "HP" "C1130A" "processor"
|
||||
|
||||
:model "ScanJet 4100C"
|
||||
:interface "USB"
|
||||
|
@ -62,6 +63,7 @@
|
|||
:model "ScanJet 5p"
|
||||
:interface "SCSI"
|
||||
:status :complete
|
||||
:scsi "HP" "C5110A" "processor"
|
||||
|
||||
:model "ScanJet 5100C"
|
||||
:interface "Parport"
|
||||
|
@ -80,6 +82,7 @@
|
|||
|
||||
:model "ScanJet 6200C"
|
||||
:interface "SCSI USB"
|
||||
:scsi "HP" "C6270A" "processor"
|
||||
:usbid "0x03f0" "0x0201"
|
||||
:status :complete
|
||||
|
||||
|
@ -90,6 +93,7 @@
|
|||
|
||||
:model "ScanJet 6300C"
|
||||
:interface "SCSI USB"
|
||||
:scsi "HP" "C7670A" "processor"
|
||||
:usbid "0x03f0" "0x0601"
|
||||
:status :complete
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue