]> git.baikalelectronics.ru Git - kernel.git/commit
usb: vstusb.c : new driver for spectrometers used by Vernier Software & Technology...
authorStephen Ware <stephen.ware@eqware.net>
Tue, 30 Sep 2008 18:39:38 +0000 (11:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 17 Oct 2008 21:41:01 +0000 (14:41 -0700)
commit2aa1f6e67d7b112c8124b9616f35876029fa2a76
treec81723cea0775df91588079ae31bc2596cc35d89
parent8fd2501f1d480a8890c085518b25cfc499194d39
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>
Documentation/ioctl-number.txt
drivers/usb/misc/Kconfig
drivers/usb/misc/Makefile
drivers/usb/misc/vstusb.c [new file with mode: 0644]
include/linux/usb/Kbuild
include/linux/usb/vstusb.h [new file with mode: 0644]