diff options
author | Stephen Ware <stephen.ware@eqware.net> | 2008-09-30 11:39:38 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-17 14:41:01 -0700 |
commit | cbc30118d7a376dab4113f299c0c8f035737a5c3 (patch) | |
tree | c81723cea0775df91588079ae31bc2596cc35d89 /include/linux/usb/Kbuild | |
parent | 29bac7b7661bbbdbbd32bc1e6cedca22f260da7f (diff) |
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>
Diffstat (limited to 'include/linux/usb/Kbuild')
-rw-r--r-- | include/linux/usb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild index 29fd73b0bff..54c446309a2 100644 --- a/include/linux/usb/Kbuild +++ b/include/linux/usb/Kbuild @@ -5,3 +5,4 @@ header-y += gadgetfs.h header-y += midi.h header-y += g_printer.h header-y += tmc.h +header-y += vstusb.h |