cbc30118d7
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>
9 lines
161 B
Makefile
9 lines
161 B
Makefile
header-y += audio.h
|
|
header-y += cdc.h
|
|
header-y += ch9.h
|
|
header-y += gadgetfs.h
|
|
header-y += midi.h
|
|
header-y += g_printer.h
|
|
header-y += tmc.h
|
|
header-y += vstusb.h
|