merge-requests/1/head
m. allan noah 2006-05-22 02:52:52 +00:00
rodzic 6e29f278bd
commit 06f66d476c
4 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -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> 2006-05-21 Henning Meier-Geinitz <henning@meier-geinitz.de>
* README.linux: Updated concerning USB permissions (really, this * README.linux: Updated concerning USB permissions (really, this

Wyświetl plik

@ -443,6 +443,9 @@ find_scanners ()
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1042'\n"); DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1042'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x1042", attach_one_usb); 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"); DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1097'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x1097", attach_one_usb); sanei_usb_attach_matching_devices("usb 0x04c5 0x1097", attach_one_usb);

Wyświetl plik

@ -17,8 +17,9 @@ scsi FUJITSU
#usb /dev/usb/scanner0 #usb /dev/usb/scanner0
# For Fujitsu scanners connected via USB using vendor and device ids (libusb): # For Fujitsu scanners connected via USB using vendor and device ids (libusb):
usb 0x04c5 0x1042
usb 0x04c5 0x1041 usb 0x04c5 0x1041
usb 0x04c5 0x1042
usb 0x04c5 0x1096
usb 0x04c5 0x1097 usb 0x04c5 0x1097
usb 0x04c5 0x10e0 usb 0x04c5 0x10e0
usb 0x04c5 0x10ae usb 0x04c5 0x10ae

Wyświetl plik

@ -91,6 +91,7 @@
:model "fi-5110EOX" :model "fi-5110EOX"
:interface "USB" :interface "USB"
:status :basic :status :basic
:usbid "0x04c5" "0x1096"
:comment "workgroup, newer, discontinued" :comment "workgroup, newer, discontinued"
:model "fi-5110EOX2" :model "fi-5110EOX2"