summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/phidgetmotorcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* USB: remove phidget drivers from kernel tree.Greg Kroah-Hartman2009-03-251-465/+0Star
* device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2Star
* USB: Phidget: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+3Star
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-251-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* USB: misc: phidgetmotorcontrol: clean up urb->status usageGreg Kroah-Hartman2007-07-201-6/+7
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-3/+2Star
|\
| * usb: phidgetmotorcontrol free urb cleanupMariusz Kozlowski2006-12-011-2/+1Star
| * USB: phidgetmotorcontrol: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+6
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* USB: Phidgets should check create_device_file() return valueSean Young2006-09-271-38/+45
* USB: Put phidgets driver in a sysfs classSean Young2006-09-271-47/+79
* USB: Add driver for PhidgetMotorControlSean Young2006-09-271-0/+427