summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/phidgetmotorcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-24USB: remove phidget drivers from kernel tree.Greg Kroah-Hartman1-465/+0
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-05-20USB: Phidget: fix race in device_createGreg Kroah-Hartman1-4/+3
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-07-19USB: misc: phidgetmotorcontrol: clean up urb->status usageGreg Kroah-Hartman1-6/+7
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-2/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-3/+2
2006-12-01usb: phidgetmotorcontrol free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01USB: phidgetmotorcontrol: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+6
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27USB: Phidgets should check create_device_file() return valueSean Young1-38/+45
2006-09-27USB: Put phidgets driver in a sysfs classSean Young1-47/+79
2006-09-27USB: Add driver for PhidgetMotorControlSean Young1-0/+427