summaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)Author
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman
2005-11-17[PATCH] usb devio warning fixAndrew Morton
2005-11-17[PATCH] USB: usbdevfs_ioctl 32bit fixAndrew Morton
2005-10-28[PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern
2005-10-28[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programsPete Zaitcev
2005-10-28[PATCH] USB: convert usbfs/devio.c to use usb notifiersGreg Kroah-Hartman
2005-10-28[PATCH] USB: remove the global function usbdev_lookup_minorGreg Kroah-Hartman
2005-10-28[PATCH] USB: add more snooping hooks in devio.cGreg Kroah-Hartman
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman
2005-10-10Use the new "kill_proc_info_as_uid()" for USB disconnect tooLinus Torvalds
2005-10-10[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte
2005-09-08[PATCH] USB: Disconnect children when unbinding the hub driverAlan Stern
2005-09-08[PATCH] USB: Fix regression in core/devio.cAlan Stern
2005-09-08[PATCH] USB: real nodes instead of usbfsKay Sievers
2005-07-29[PATCH] USB: usbfs: Don't leak uninitialized dataAlan Stern
2005-06-27[PATCH] USB: turn a user mode driver error into a hard errorDavid Brownell
2005-04-18[PATCH] usb: kfree() cleanups in drivers/usb/core/devio.cJesper Juhl
2005-04-18[PATCH] USB: bug fix in usbdevfsChristopher Li
2005-03-07[PATCH] USB: compat ioctl for submiting URBAndrew Morton
2005-03-07[PATCH] USB: usbfs: remove debug messageBrian Murphy
2005-03-07[PATCH] usb/devio: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan
2005-02-25[PATCH] USB: Fix usbfs regressionAurelien Jarno
2005-02-02[PATCH] USB: fix libusb endian issuesDavid Woodhouse
2005-01-14[PATCH] USB: drivers/usb/*: s/0/NULL/ in pointer contextAlexey Dobriyan
2004-12-21Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman
2004-12-20USB: change wTotalLength field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman
2004-12-19[PATCH] USB: Hub driver: several bug fixes and simplifications [11/13]Alan Stern
2004-12-15[PATCH] usbfs: Remove extraneous disconnection checksGreg Kroah-Hartman
2004-12-15[PATCH] USB: usbfs changes for usb_dev->ep[] (3/15)David Brownell
2004-11-02[PATCH] USB: clean up error messagesDavid Brownell
2004-09-13[PATCH] USB: Add locking support for USB device resetsAlan Stern
2004-09-13[PATCH] USB: Updated USB device lockingAlan Stern
2004-09-05USB: remove usbdevfs filesystem name, usbfs is the proper one to use.Greg Kroah-Hartman
2004-09-03[PATCH] USB: Make usbcore use usb_kill_urb()Alan Stern
2004-08-08[PATCH] USB: usbfs: check the buffer size in proc_bulkDuncan Sands
2004-08-05[PATCH] USB: usbfs: drop the device semaphore in proc_bulk and proc_controlDuncan Sands
2004-07-12[PATCH] sparse: signal annotationAlexander Viro
2004-06-30[PATCH] sparse: NULL vs 0 - drivers/usbMika Kukkonen
2004-06-21[PATCH] USB: sparse fixups for devio.cGreg Kroah-Hartman
2004-06-09[PATCH] PATCH: 2.6.7-rc3 drivers/usb/core/devio.c: user/kernel pointer bugsRobert T. Johnson
2004-06-07[PATCH] USB devio.c: deadlock fixDuncan Sands
2004-06-03[PATCH] sparse: usb/core/devio annotationAlexander Viro
2004-05-13[PATCH] USB: compile fix for usbfs snoopingDuncan Sands
2004-05-13USB: add snooping capability to usbfs for control messages.Greg Kroah-Hartman
2004-05-13[PATCH] USB: Patch to remove interface indices from devio.cDuncan Sands
2004-05-01[PATCH] USB: fix WARN_ON in usbfsDuncan Sands
2004-05-01[PATCH] USB: usbfs: change extern inline to static inlineDuncan Sands
2004-04-26[PATCH] USB: be assertive in usbfsDuncan Sands
2004-04-23[PATCH] USB usbfs: drop pointless racy checkDuncan Sands