| Age | Commit message (Collapse) | Author |
|
Here is a driver for the usb servo controllers from Phidgets
<http://www.phidgets.com/>, using sysfs.
Note that the devices claim to be hid devices, so I've added them to the
hid_blacklist (HID_QUIRK_IGNORE). A servo controller isn't really an hid
device (or is it?).
|
|
|
|
We have rewritten the brlvger (Tieman Voyager USB Braille display) driver
so that it works from user-space through usbfs. It appears to work just as
well as the in-kernel driver.
The brlvger driver in the 2.6.x kernel is now obsolete and should be
removed. The attached patch against 2.6.3 does this. Please apply.
NB: The following files are completely deleted:
Documentation/usb/brlvger.txt
drivers/usb/misc/brlvger.c
include/linux/brlvger.h
The new Voyager driver is available (stil under GPL) as part of BRLTTY,
starting with version 3.5pre1 (http://mielke.cc/brltty).
Thanks to Dave Mielke who implemented BRLTTY's usbfs functionality, among
lots of other stuff.
|
|
this patch which applies against Linux-2.6.0 (and also 2.6.1)
adds support for the Emagic A6-2 USB-Audio-Interface.
Note that the selection of either MIDI or SPDIF is actually done
by ifdefs in the driver, this behaviour should clearly be changed
to MODULE_PARAM in the future.
See <http://adi.thur.de/?show=emi62> for details.
|
|
|
|
|
|
There are really only two patches: add atmsar stuff into
speedtouch.c; and update the Makefile. The other changes
are: delete atmsar.c and atmsar.h, rename speedtouch.c to
speedtch.c.
|
|
atmsar is not a module in its own right, it is an auxiliary library for speedtouch.
So remove module code from atmsar and build module speedtch from speedtouch and
atmsar. Note the module name change speedtouch -> speedtch (speedtch is the name
used for the original 2.4 module, and is the name used in the online documentation).
|
|
Makefiles no longer need to include Rules.make, which is currently an
empty file. This patch removes it from the drivers tree Makefiles.
|
|
USB test driver
|
|
Patch originally from Richard Purdie <rpurdie@rpsys.net> but tweaked by me.
|
|
Ported it from 2.4, any breakage is my fault :)
|
|
|
|
added Tieman Voyager USB Braille driver
|
|
|
|
moved class/storage/ back to storage/
created input/
orderd the makefiles and config.in menus better.
|
|
moved some files from misc to image
cleaned up makefile some more.
|
|
moved lots of the Config.in info into the subdirectories.
fixed up the makefiles to work nicer.
|