aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/auerswald.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19USB: misc: auerswald: clean up urb->status usageGreg Kroah-Hartman1-10/+15
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-07-17drivers/usb/misc/auerswald: fix status check, remove redundant checkJeff Garzik1-1/+1
2007-07-12USB: prevent char device open/deregister raceAlan Stern1-3/+3
2007-05-22USB: auerswald: fix file release handlerAndrew Morton1-8/+2
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2006-12-20USB AUERSWALD: replace kmalloc+memset with kzallocBurman Yan1-4/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-12-01usb: auerswald free kill urb cleanupMariusz Kozlowski1-5/+2
2006-11-16USB: auerswald possible memleak fixMariusz Kozlowski1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-15/+15
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev1-2/+2
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-4/+2
2006-01-31[PATCH] USB: add new auerswald device idsAndrew Morton1-0/+2
2006-01-04[PATCH] USB: Remove unneeded kmalloc() return value castsJesper Juhl1-2/+2
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-12-15[PATCH] auerswald.c: %zd for size_tAl Viro1-1/+1
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-1/+0
2005-10-28[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer neededGreg Kroah-Hartman1-2/+1
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern1-2/+1
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-16/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2163