summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/Makefile
AgeCommit message (Collapse)Author
2004-04-27[PATCH] USB: add new USB PhidgetServo driverSean Young
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?).
2004-03-24[PATCH] USB: add cytherm driver to the buildGreg Kroah-Hartman
2004-03-08[PATCH] USB brlvger: Driver obsoleted by rewrite using usbfsStéphane Doyon
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.
2004-01-16[PATCH] USB: add Driver for Emagic A6-2 (formerly known as EMI 6|2m)Adrian Knoth
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.
2004-01-09[PATCH] USB: add new usb led driver.Greg Kroah-Hartman
2003-10-08[PATCH] USB: Add Lego USB Infrared Tower driverDavid Glance
2003-03-18[PATCH] USB speedtouch: get rid of atmsarDuncan Sands
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.
2003-01-07[PATCH] USB: atmsar is not a moduleDuncan Sands
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).
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the drivers tree Makefiles.
2002-10-02[PATCH] USB: framework for testing usbcoreDavid Brownell
USB test driver
2002-08-21USB: added the speedtouch usb driver.Greg Kroah-Hartman
Patch originally from Richard Purdie <rpurdie@rpsys.net> but tweaked by me.
2002-08-20USB: added usblcd driverGreg Kroah-Hartman
Ported it from 2.4, any breakage is my fault :)
2002-05-28kbuild: Remove remaining O_TARGET in drivers/*/MakefileKai Germaschewski
2002-04-21[PATCH] added Tieman Voyager USB Braille driverStéphane Doyon
added Tieman Voyager USB Braille driver
2002-04-16Rename O_TARGET to <subdir>.o in drivers/usb.Kai Germaschewski
2002-04-04USBGreg Kroah-Hartman
moved class/storage/ back to storage/ created input/ orderd the makefiles and config.in menus better.
2002-04-04USBGreg Kroah-Hartman
moved some files from misc to image cleaned up makefile some more.
2002-04-04USBGreg Kroah-Hartman
moved lots of the Config.in info into the subdirectories. fixed up the makefiles to work nicer.