kopia lustrzana https://gitlab.com/sane-project/backends
add usb id
rodzic
6e29f278bd
commit
06f66d476c
|
@ -1,3 +1,8 @@
|
|||
2006-05-21 m. allan noah <anoah AT pfeiffer DOT edu>
|
||||
|
||||
* backend/fujitsu.c backend/fujitsu.conf.in
|
||||
doc/descriptions/fujitsu.desc: added usb ids for fi-5110EOX
|
||||
|
||||
2006-05-21 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* README.linux: Updated concerning USB permissions (really, this
|
||||
|
|
|
@ -443,6 +443,9 @@ find_scanners ()
|
|||
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1042'\n");
|
||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x1042", attach_one_usb);
|
||||
|
||||
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1096'\n");
|
||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x1096", attach_one_usb);
|
||||
|
||||
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1097'\n");
|
||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x1097", attach_one_usb);
|
||||
|
||||
|
|
|
@ -17,8 +17,9 @@ scsi FUJITSU
|
|||
#usb /dev/usb/scanner0
|
||||
|
||||
# For Fujitsu scanners connected via USB using vendor and device ids (libusb):
|
||||
usb 0x04c5 0x1042
|
||||
usb 0x04c5 0x1041
|
||||
usb 0x04c5 0x1042
|
||||
usb 0x04c5 0x1096
|
||||
usb 0x04c5 0x1097
|
||||
usb 0x04c5 0x10e0
|
||||
usb 0x04c5 0x10ae
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
:model "fi-5110EOX"
|
||||
:interface "USB"
|
||||
:status :basic
|
||||
:usbid "0x04c5" "0x1096"
|
||||
:comment "workgroup, newer, discontinued"
|
||||
|
||||
:model "fi-5110EOX2"
|
||||
|
|
Ładowanie…
Reference in New Issue