2002-04-17 18:50:39 +00:00
|
|
|
;
|
|
|
|
; SANE Backend specification file
|
|
|
|
;
|
2007-08-08 12:46:02 +00:00
|
|
|
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
|
2002-04-17 18:50:39 +00:00
|
|
|
; All syntactic elements are keyword tokens, followed by a string or
|
|
|
|
; keyword argument, as specified.
|
|
|
|
;
|
|
|
|
; ":backend" *must* be specified.
|
|
|
|
; All other information is optional (but what good is the file without it?).
|
|
|
|
;
|
|
|
|
|
2009-05-04 03:07:59 +00:00
|
|
|
|
2002-04-17 18:50:39 +00:00
|
|
|
:backend "fujitsu" ; name of backend
|
2007-07-16 00:39:24 +00:00
|
|
|
:url "http://www.thebility.com/fujitsu/"
|
2009-08-07 20:47:10 +00:00
|
|
|
:version "96" ; version of backend
|
2002-04-17 18:50:39 +00:00
|
|
|
:manpage "sane-fujitsu" ; name of manpage (if it exists)
|
2009-04-15 13:13:35 +00:00
|
|
|
:comment "Backend updated for SANE release 1.0.20, see sane-fujitsu manpage"
|
2006-05-12 20:00:11 +00:00
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
2002-04-17 18:50:39 +00:00
|
|
|
|
2006-05-12 20:00:11 +00:00
|
|
|
:mfg "Fujitsu" ; name a manufacturer
|
2002-09-23 10:16:54 +00:00
|
|
|
:url "http://www.fujitsu.com/"
|
|
|
|
|
2006-05-12 20:00:11 +00:00
|
|
|
;==================================================
|
2008-04-20 01:31:29 +00:00
|
|
|
; DISCONTINUED OLDER MODELS, SMALL
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "M3091DC"
|
2002-04-17 18:50:39 +00:00
|
|
|
:interface "SCSI"
|
|
|
|
:url "http://www.remote.org/frederik/projects/software/sane/"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "small, old, discontinued"
|
2003-10-03 12:45:50 +00:00
|
|
|
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "M3092DC"
|
2002-09-17 11:19:07 +00:00
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "small, old, discontinued"
|
2003-10-03 12:45:50 +00:00
|
|
|
|
2007-04-15 19:02:53 +00:00
|
|
|
;==================================================
|
2008-04-20 01:31:29 +00:00
|
|
|
; DISCONTINUED NEWER MODELS, SMALL
|
2007-04-15 19:02:53 +00:00
|
|
|
:model "fi-4120C"
|
|
|
|
:interface "SCSI USB"
|
|
|
|
:usbid "0x04c5" "0x1041"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "small, recent, discontinued, usb 1.1"
|
2007-04-15 19:02:53 +00:00
|
|
|
|
|
|
|
:model "fi-4120C2"
|
|
|
|
:interface "SCSI USB"
|
|
|
|
:usbid "0x04c5" "0x10ae"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "small, recent, discontinued, usb 2.0"
|
2007-04-15 19:02:53 +00:00
|
|
|
|
|
|
|
:model "fi-4220C"
|
|
|
|
:interface "SCSI USB"
|
|
|
|
:usbid "0x04c5" "0x1042"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "small, recent, discontinued, usb 1.1"
|
2007-04-15 19:02:53 +00:00
|
|
|
|
|
|
|
:model "fi-4220C2"
|
|
|
|
:interface "SCSI USB"
|
|
|
|
:usbid "0x04c5" "0x10af"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "small, recent, discontinued, usb 2.0"
|
2007-04-15 19:02:53 +00:00
|
|
|
|
2008-10-02 04:03:31 +00:00
|
|
|
:model "fi-5110EOX/2"
|
2006-05-12 20:00:11 +00:00
|
|
|
:interface "USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2006-05-22 02:52:52 +00:00
|
|
|
:usbid "0x04c5" "0x1096"
|
2009-02-20 19:57:21 +00:00
|
|
|
:comment "small, recent, discontinued"
|
2003-10-03 12:45:50 +00:00
|
|
|
|
2008-10-02 04:03:31 +00:00
|
|
|
:model "fi-5110EOX3"
|
2006-05-12 20:00:11 +00:00
|
|
|
:interface "USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2008-10-02 04:03:31 +00:00
|
|
|
:usbid "0x04c5" "0x10e6"
|
2009-02-20 19:57:21 +00:00
|
|
|
:comment "small, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2008-04-20 01:31:29 +00:00
|
|
|
:model "fi-5110EOXM"
|
|
|
|
:interface "USB"
|
|
|
|
:usbid "0x04c5" "0x10f2"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2009-02-20 19:57:21 +00:00
|
|
|
:comment "small, recent, discontinued"
|
2008-04-20 01:31:29 +00:00
|
|
|
|
|
|
|
:model "ScanSnap S500"
|
2006-05-12 20:00:11 +00:00
|
|
|
:interface "USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2006-06-27 18:22:00 +00:00
|
|
|
:usbid "0x04c5" "0x10fe"
|
2009-02-20 19:57:21 +00:00
|
|
|
:comment "small, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2008-04-20 01:31:29 +00:00
|
|
|
:model "ScanSnap S500M"
|
2006-05-12 20:00:11 +00:00
|
|
|
:interface "USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2008-01-17 01:03:43 +00:00
|
|
|
:usbid "0x04c5" "0x1135"
|
2009-02-20 19:57:21 +00:00
|
|
|
:comment "small, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2008-05-16 02:31:57 +00:00
|
|
|
:model "fi-5120C"
|
|
|
|
:interface "SCSI USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2008-05-16 02:31:57 +00:00
|
|
|
:usbid "0x04c5" "0x10e0"
|
|
|
|
:comment "small, recent, discontinued"
|
|
|
|
|
|
|
|
:model "fi-5220C"
|
|
|
|
:interface "SCSI USB"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-05-16 02:31:57 +00:00
|
|
|
:usbid "0x04c5" "0x10e1"
|
|
|
|
:comment "small, recent, discontinued"
|
|
|
|
|
2008-04-20 01:31:29 +00:00
|
|
|
;==================================================
|
|
|
|
; CURRENT MODELS, SMALL
|
|
|
|
:model "ScanSnap S510"
|
2007-06-28 17:53:09 +00:00
|
|
|
:interface "USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2007-11-18 01:48:20 +00:00
|
|
|
:usbid "0x04c5" "0x1155"
|
2009-02-20 19:57:21 +00:00
|
|
|
:comment "small, current"
|
2007-06-28 17:53:09 +00:00
|
|
|
|
2008-04-20 01:31:29 +00:00
|
|
|
:model "ScanSnap S510M"
|
2006-05-12 20:00:11 +00:00
|
|
|
:interface "USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2009-02-23 16:46:26 +00:00
|
|
|
:usbid "0x04c5" "0x116f"
|
2009-02-20 19:57:21 +00:00
|
|
|
:comment "small, current"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "fi-5110C"
|
|
|
|
:interface "USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2006-05-18 14:42:39 +00:00
|
|
|
:usbid "0x04c5" "0x1097"
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "small, current"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2009-08-07 20:47:10 +00:00
|
|
|
:model "fi-6000NS"
|
|
|
|
:interface "Ethernet"
|
|
|
|
:status :untested
|
|
|
|
:comment "small, current, integrated touchscreen and keyboard"
|
|
|
|
|
2009-02-23 16:46:26 +00:00
|
|
|
:model "fi-6010N"
|
2008-04-20 01:31:29 +00:00
|
|
|
:interface "Ethernet"
|
|
|
|
:status :untested
|
|
|
|
:comment "small, current, integrated touchscreen and keyboard"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2008-05-16 02:31:57 +00:00
|
|
|
:model "fi-6130"
|
2008-08-07 08:21:51 +00:00
|
|
|
:interface "USB"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-07-27 23:29:12 +00:00
|
|
|
:usbid "0x04c5" "0x114f"
|
2008-08-24 02:40:54 +00:00
|
|
|
:comment "small, current"
|
2008-05-16 02:31:57 +00:00
|
|
|
|
|
|
|
:model "fi-6230"
|
2008-08-07 08:21:51 +00:00
|
|
|
:interface "USB"
|
2008-08-27 17:50:47 +00:00
|
|
|
:status :complete
|
2008-08-07 08:21:51 +00:00
|
|
|
:usbid "0x04c5" "0x1150"
|
2008-08-27 17:50:47 +00:00
|
|
|
:comment "small, current"
|
2008-05-16 02:31:57 +00:00
|
|
|
|
2009-04-15 13:13:35 +00:00
|
|
|
:model "ScanSnap S1500"
|
|
|
|
:interface "USB"
|
2009-04-24 00:56:14 +00:00
|
|
|
:status :complete
|
2009-04-21 01:18:04 +00:00
|
|
|
:usbid "0x04c5" "0x11a2"
|
2009-04-24 00:56:14 +00:00
|
|
|
:comment "small, current"
|
2009-04-15 13:13:35 +00:00
|
|
|
|
|
|
|
:model "ScanSnap S1500M"
|
|
|
|
:interface "USB"
|
|
|
|
:status :untested
|
2009-04-21 01:18:04 +00:00
|
|
|
;:usbid "0x04c5" "0x11a3"
|
|
|
|
:comment "small, current, same as S1500?"
|
2009-04-15 13:13:35 +00:00
|
|
|
|
2006-05-12 20:00:11 +00:00
|
|
|
;==================================================
|
2008-04-20 01:31:29 +00:00
|
|
|
; DISCONTINUED OLDER MODELS, MEDIUM
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "M3093E"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3093DE"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3093DG"
|
2002-09-17 11:19:07 +00:00
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2003-10-03 12:45:50 +00:00
|
|
|
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "M3093EX"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3093GX"
|
2004-04-06 13:04:35 +00:00
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2004-04-06 13:04:35 +00:00
|
|
|
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "M3096EX"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3096GX"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3097E+"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3097G+"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3097DE"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3097DG"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2007-04-15 19:02:53 +00:00
|
|
|
;==================================================
|
2008-04-20 01:31:29 +00:00
|
|
|
; DISCONTINUED NEWER MODELS, MEDIUM
|
2007-04-15 19:02:53 +00:00
|
|
|
:model "fi-4530C"
|
|
|
|
:interface "SCSI USB"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-10-02 04:03:31 +00:00
|
|
|
:usbid "0x04c5" "0x1078"
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, recent, discontinued"
|
2007-04-15 19:02:53 +00:00
|
|
|
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "fi-4640S"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "fi-4750C"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2009-08-07 20:47:10 +00:00
|
|
|
:model "fi-5530C"
|
|
|
|
:interface "SCSI USB"
|
|
|
|
:status :complete
|
|
|
|
:usbid "0x04c5" "0x10e2"
|
|
|
|
:comment "medium, recent, discontinued"
|
|
|
|
|
2007-04-15 19:02:53 +00:00
|
|
|
;==================================================
|
2008-04-20 01:31:29 +00:00
|
|
|
; CURRENT MODELS, MEDIUM
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "fi-4340C"
|
2003-06-06 09:47:24 +00:00
|
|
|
:interface "SCSI USB"
|
2008-10-02 04:03:31 +00:00
|
|
|
:usbid "0x04c5" "0x10cf"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, current"
|
2003-10-03 12:45:50 +00:00
|
|
|
|
2008-04-20 01:31:29 +00:00
|
|
|
:model "fi-5530C2"
|
|
|
|
:interface "SCSI USB"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2008-05-16 02:31:57 +00:00
|
|
|
:usbid "0x04c5" "0x114a"
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "medium, current"
|
|
|
|
|
|
|
|
:model "fi-6140"
|
|
|
|
:interface "SCSI USB"
|
2009-08-07 20:47:10 +00:00
|
|
|
:status :good
|
2008-04-23 01:55:34 +00:00
|
|
|
:usbid "0x04c5" "0x114d"
|
2009-08-07 20:47:10 +00:00
|
|
|
:comment "medium, current, Autocrop and Autodeskew not supported"
|
2008-04-20 01:31:29 +00:00
|
|
|
|
|
|
|
:model "fi-6240"
|
|
|
|
:interface "SCSI USB"
|
2009-08-07 20:47:10 +00:00
|
|
|
:status :good
|
2008-10-21 17:52:11 +00:00
|
|
|
:usbid "0x04c5" "0x114e"
|
2009-08-07 20:47:10 +00:00
|
|
|
:comment "medium, current, Autocrop and Autodeskew not supported"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
;==================================================
|
2008-04-20 01:31:29 +00:00
|
|
|
; DISCONTINUED OLDER MODELS, BIG
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "M3099A"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3099G"
|
2003-03-05 12:56:44 +00:00
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, old, discontinued"
|
2002-04-17 18:50:39 +00:00
|
|
|
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "M3099EH"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3099GH"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3099EX"
|
|
|
|
:interface "RS232C/Video"
|
|
|
|
:status :unsupported
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M3099GX"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "M4097D"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, old, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2007-04-15 19:02:53 +00:00
|
|
|
:model "M4099D"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, old, discontinued"
|
2007-04-15 19:02:53 +00:00
|
|
|
|
|
|
|
;==================================================
|
2008-04-20 01:31:29 +00:00
|
|
|
; DISCONTINUED NEWER MODELS, BIG
|
2006-05-12 20:00:11 +00:00
|
|
|
:model "fi-4750L"
|
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2007-04-15 19:02:53 +00:00
|
|
|
:model "fi-4990C"
|
2006-05-12 20:00:11 +00:00
|
|
|
:interface "SCSI"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
2007-04-15 19:02:53 +00:00
|
|
|
:model "fi-4860C"
|
2006-05-12 20:00:11 +00:00
|
|
|
:interface "SCSI"
|
2008-08-24 02:40:54 +00:00
|
|
|
:status :complete
|
2008-04-20 01:31:29 +00:00
|
|
|
:comment "big, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "fi-5650C"
|
|
|
|
:interface "SCSI USB"
|
2007-04-13 15:50:20 +00:00
|
|
|
:usbid "0x04c5" "0x10ad"
|
2008-07-14 00:59:26 +00:00
|
|
|
:status :complete
|
2009-08-07 20:47:10 +00:00
|
|
|
:comment "big, recent, discontinued"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "fi-5750C"
|
|
|
|
:interface "SCSI USB"
|
2007-06-28 17:53:09 +00:00
|
|
|
:usbid "0x04c5" "0x1095"
|
2008-10-02 04:03:31 +00:00
|
|
|
:status :complete
|
2009-08-07 20:47:10 +00:00
|
|
|
:comment "big, recent, discontinued"
|
|
|
|
|
|
|
|
;==================================================
|
|
|
|
; CURRENT MODELS, BIG
|
|
|
|
:model "fi-4860C2"
|
|
|
|
:interface "SCSI"
|
|
|
|
:status :complete
|
2008-10-02 04:03:31 +00:00
|
|
|
:comment "big, current"
|
2006-05-12 20:00:11 +00:00
|
|
|
|
|
|
|
:model "fi-5900C"
|
2004-04-06 13:04:35 +00:00
|
|
|
:interface "SCSI USB"
|
2006-06-24 17:48:53 +00:00
|
|
|
:usbid "0x04c5" "0x10e7"
|
2008-12-10 21:32:10 +00:00
|
|
|
:status :good
|
|
|
|
:comment "big, current, independent ultrasonic control and multistream unsupported"
|
2003-11-07 10:05:35 +00:00
|
|
|
|
2008-11-01 01:34:18 +00:00
|
|
|
:model "fi-6750S"
|
|
|
|
:interface "USB"
|
2008-08-14 03:56:17 +00:00
|
|
|
:status :untested
|
2008-10-02 04:03:31 +00:00
|
|
|
:usbid "0x04c5" "0x1178"
|
2008-12-10 21:32:10 +00:00
|
|
|
:comment "Simplex, USB only version of fi-6770, won't wakeup via software?"
|
2008-10-02 04:03:31 +00:00
|
|
|
|
|
|
|
:model "fi-6670"
|
|
|
|
:interface "SCSI USB"
|
|
|
|
:status :good
|
|
|
|
:usbid "0x04c5" "0x1176"
|
2008-12-10 21:32:10 +00:00
|
|
|
:comment "big, current, won't wakeup via software"
|
2008-11-01 01:34:18 +00:00
|
|
|
|
|
|
|
:model "fi-6670A"
|
|
|
|
:interface "SCSI USB"
|
2008-12-10 21:32:10 +00:00
|
|
|
:status :good
|
2008-11-01 01:34:18 +00:00
|
|
|
:usbid "0x04c5" "0x1177"
|
2008-12-10 21:32:10 +00:00
|
|
|
:comment "big, current, VRS CGA board unsupported, won't wakeup via software"
|
2008-08-14 03:56:17 +00:00
|
|
|
|
2008-08-26 17:04:30 +00:00
|
|
|
:model "fi-6770"
|
2008-08-14 03:56:17 +00:00
|
|
|
:interface "SCSI USB"
|
2008-12-10 21:32:10 +00:00
|
|
|
:status :good
|
2008-10-02 04:03:31 +00:00
|
|
|
:usbid "0x04c5" "0x1174"
|
2008-12-10 21:32:10 +00:00
|
|
|
:comment "big, current, won't wakeup via software"
|
2008-11-01 01:34:18 +00:00
|
|
|
|
|
|
|
:model "fi-6770A"
|
|
|
|
:interface "SCSI USB"
|
2008-12-10 21:32:10 +00:00
|
|
|
:status :good
|
2008-11-01 01:34:18 +00:00
|
|
|
:usbid "0x04c5" "0x1175"
|
2008-12-10 21:32:10 +00:00
|
|
|
:comment "big, current, VRS CGA board unsupported, won't wakeup via software"
|