summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)Author
2009-09-23USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern
2009-09-23USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern
2009-08-07USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern
2009-08-07USB: devio: Properly do access_ok() checksMichael Buesch
2009-07-12USB: handle zero-length usbfs submissions correctlyAlan Stern
2009-07-12USB: fix race leading to a write after kfree in usbfsOliver Neukum
2009-07-12USB: fix memleak in usbfsOliver Neukum
2009-04-17USB: add reset endpoint operationsDavid Vrabel
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin
2009-03-24USB: usbfs: remove unneeded "inline" annotationsAlan Stern
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel
2009-03-17USB: usbfs: keep async URBs until the device file is closedAlan Stern
2009-01-27USB: fix char-device disconnect handlingAlan Stern
2009-01-07USB: fix minor nit in usbfs checkingMark Lord
2009-01-07USB: Remove restrictions on signal numbers in devio.cPhil Endecott
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-14CRED: Wrap task credential accesses in the USB driverDavid Howells
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman
2008-10-17USB: snoop processes opening usbfs device filesAlan Stern
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams
2008-07-21USB: Fix pointer/int cast in USB devio codeDavid Howells
2008-07-21usbfs: don't store bad pointers in registrationAlan Stern
2008-07-21usbfs: fix race between open and unregisterAlan Stern
2008-07-21usbfs: simplify the lookup-by-minor routinesAlan Stern
2008-07-21usbfs: send disconnect signals when device is unregisteredAlan Stern
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei
2008-07-21USB: remove CVS keywordsAdrian Bunk
2008-06-20usbdev: BKL pushdownJonathan Corbet
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-24USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern
2008-04-24drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton
2008-02-01USB: fix codingstyle issues in drivers/usb/core/devio.cGreg Kroah-Hartman
2008-02-01USB: usbfs: struct async is a fixed size structurePete Zaitcev
2008-02-01USB: add usbfs stubs for suspend and resumeAlan Stern
2008-02-01USB: repair USBDEVFS_CONNECT ioctlAlan Stern
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-10-12USB: remove traces of urb->status from usbcoreAlan Stern
2007-10-12USB: avoid urb->pipe in usbfsAlan Stern
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman
2007-04-27usbfs micro optimitationOliver Neukum
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman
2007-03-09USB: set the correct interval for interrupt URBsAlan Stern