summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/auerswald.c
AgeCommit message (Expand)AuthorLines
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei-6/+6
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison-4/+4
2008-04-24USB: auerswald: Convert ccp->mutex in a mutexmatthias@kaehlcke.net-26/+26
2008-04-24USB: auerswald: Convert ccp->readmutex in a mutexmatthias@kaehlcke.net-9/+9
2008-04-24USB: auerswald: Convert stats_sem in a mutexmatthias@kaehlcke.net-21/+24
2007-07-19USB: misc: auerswald: clean up urb->status usageGreg Kroah-Hartman-10/+15
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik-1/+1
2007-07-17drivers/usb/misc/auerswald: fix status check, remove redundant checkJeff Garzik-1/+1
2007-07-12USB: prevent char device open/deregister raceAlan Stern-3/+3
2007-05-22USB: auerswald: fix file release handlerAndrew Morton-8/+2
2007-05-09Fix occurrences of "the the "Michael Opdenacker-1/+1
2006-12-20USB AUERSWALD: replace kmalloc+memset with kzallocBurman Yan-4/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day-2/+2
2006-12-01usb: auerswald free kill urb cleanupMariusz Kozlowski-5/+2
2006-11-16USB: auerswald possible memleak fixMariusz Kozlowski-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-15/+15
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev-2/+2
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino-1/+1
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn-4/+2
2006-01-31[PATCH] USB: add new auerswald device idsAndrew Morton-0/+2
2006-01-04[PATCH] USB: Remove unneeded kmalloc() return value castsJesper Juhl-2/+2
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman-1/+0
2005-12-15[PATCH] auerswald.c: %zd for size_tAl Viro-1/+1
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman-1/+0
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...Greg Kroah-Hartman-2/+1
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern-2/+1
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl-16/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+2163