aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-1/+1
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin1-3/+3
2009-03-24USB: usbfs: remove unneeded "inline" annotationsAlan Stern1-6/+6
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel1-1/+2
2009-03-17USB: usbfs: keep async URBs until the device file is closedAlan Stern1-5/+7
2009-01-27USB: fix char-device disconnect handlingAlan Stern1-8/+12
2009-01-07USB: fix minor nit in usbfs checkingMark Lord1-1/+1
2009-01-07USB: Remove restrictions on signal numbers in devio.cPhil Endecott1-5/+0
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-4/+6
2008-11-14CRED: Wrap task credential accesses in the USB driverDavid Howells1-4/+4
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman1-3/+4
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman1-1/+2
2008-10-17USB: snoop processes opening usbfs device filesAlan Stern1-0/+2
2008-10-16device create: usb: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-07-21device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman1-3/+3
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-0/+5
2008-07-21USB: Fix pointer/int cast in USB devio codeDavid Howells1-2/+3
2008-07-21usbfs: don't store bad pointers in registrationAlan Stern1-9/+10
2008-07-21usbfs: fix race between open and unregisterAlan Stern1-5/+11
2008-07-21usbfs: simplify the lookup-by-minor routinesAlan Stern1-9/+6
2008-07-21usbfs: send disconnect signals when device is unregisteredAlan Stern1-0/+39
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-1/+1
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei1-1/+1
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-20usbdev: BKL pushdownJonathan Corbet1-0/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-21/+21
2008-04-24USB: usbfs: export the URB_NO_INTERRUPT flag to userspaceAlan Stern1-4/+23
2008-04-24drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton1-1/+3
2008-02-01USB: fix codingstyle issues in drivers/usb/core/devio.cGreg Kroah-Hartman1-145/+188
2008-02-01USB: usbfs: struct async is a fixed size structurePete Zaitcev1-2/+2
2008-02-01USB: add usbfs stubs for suspend and resumeAlan Stern1-0/+15
2008-02-01USB: repair USBDEVFS_CONNECT ioctlAlan Stern1-3/+4
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-4/+2
2007-10-12USB: remove traces of urb->status from usbcoreAlan Stern1-3/+5
2007-10-12USB: avoid urb->pipe in usbfsAlan Stern1-28/+41
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman1-4/+2
2007-04-27usbfs micro optimitationOliver Neukum1-1/+1
2007-04-27USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-43/+51
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman1-13/+0
2007-03-09USB: set the correct interval for interrupt URBsAlan Stern1-7/+6
2007-02-16USB: unconfigure devices which have config 0Alan Stern1-2/+2
2007-02-07USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter1-0/+1
2007-02-07USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman1-12/+12
2006-12-20USB: fix to usbfs_snoop logging of user defined control urbsChris Frey1-1/+5
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern1-2/+2
2006-10-17usb devio: handle class_device_create() errorAkinobu Mita1-2/+6
2006-10-10[PATCH] devio __user annotationsAl Viro1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-02[PATCH] usb: fixup usb so it uses struct pidEric W. Biederman1-4/+6