usb: vstusb.c : new driver for spectrometers used by Vernier Software & Technology, Inc.
This patch adds the vstusb driver to the drivers/usb/misc directory. This driver provides support for Vernier Software & Technology spectrometers, all made by Ocean Optics. The driver provides both IOCTL and read()/write() methods for sending raw data to spectrometers across the bulk channel. Each method allows for a configured timeout. From: Stephen Ware <stephen.ware@eqware.net> Signed-off-by: Dennis O'Brien <dennis.obrien@eqware.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
29bac7b766
commit
cbc30118d7
@ -280,3 +280,18 @@ config USB_ISIGHTFW
|
||||
The firmware for this driver must be extracted from the MacOS
|
||||
driver beforehand. Tools for doing so are available at
|
||||
http://bersace03.free.fr
|
||||
|
||||
config USB_VST
|
||||
tristate "USB VST driver"
|
||||
depends on USB
|
||||
help
|
||||
This driver is intended for Vernier Software Technologies
|
||||
bulk usb devices such as their Ocean-Optics spectrometers or
|
||||
Labquest.
|
||||
It is a bulk channel driver with configurable read and write
|
||||
timeouts.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called vstusb.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user