summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
Commit message (Expand)AuthorAgeFilesLines
* USB: avoid using urb->pipe in usbcoreAlan Stern2007-10-121-6/+8
* USB: add ep->enableAlan Stern2007-10-121-10/+10
* usb: add PRODUCT, TYPE to usb-interface eventsKay Sievers2007-08-221-0/+24
* USB: allow retry on descriptor fetch errorsAlan Stern2007-08-221-2/+2
* USB: Fix a bug in usb_start_wait_urbAlan Stern2007-07-301-10/+16
* USB: fix scatterlist PIO case (IOMMU)David Brownell2007-07-301-4/+11
* USB: core: message: clean up urb->status usageGreg Kroah-Hartman2007-07-201-16/+18
* USB: add IAD support to usbfs and sysfsCraig W. Nadler2007-07-131-0/+31
* USB: Fix off-by-1 error in the scatter-gather libraryAlan Stern2007-07-131-4/+3Star
* USB: set the correct Interrupt interval in usb_bulk_msgAlan Stern2007-05-231-7/+2Star
* USB: Allow transfer_buffer with transfer_dmaTony Lindgren2007-04-271-1/+15
* USB: make usbdevices export their device nodes instead of using a separate classKay Sievers2007-04-271-2/+63
* USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman2007-04-271-1/+1
* USB: set the correct interval for interrupt URBsAlan Stern2007-03-101-2/+7
* USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum2007-02-241-1/+5
* USB: unconfigure devices which have config 0Alan Stern2007-02-171-4/+18
* usbcore: remove unneeded error checkAlan Stern2007-02-081-5/+1Star
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-4/+4
|\
| * usbcore: remove unused argument in autosuspendAlan Stern2006-12-011-3/+3
| * USB: struct usb_device: change flag to bitflagAlan Stern2006-12-011-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
|/
* USB: Fixed outdated usb_get_device_descriptor() documentationLaurent Pinchart2006-11-161-4/+1Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* USB: Remove unneeded void * casts in core filesTobias Klauser2006-09-271-1/+1
* usbcore: non-hub-specific uses of autosuspendAlan Stern2006-09-271-3/+7
* USB: remove struct usb_operationsAlan Stern2006-09-271-2/+2
* usbcore: help drivers to change device configsAlan Stern2006-09-271-0/+59
* USB: usbcore get rid of the timer in usb_start_wait_urb()Franck Bui-Huu2006-09-271-44/+29Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] usbcore: recovery from Set-Configuration failureAlan Stern2006-06-221-76/+75Star
* [PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman2006-06-221-0/+31
* [PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)Horst Schirmeier2006-03-201-5/+7
* [PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk2006-03-201-3/+2Star
* [PATCH] USB: arm26: fix compilation of drivers/usb/core/message.cAlexey Dobriyan2006-02-011-0/+1
* [PATCH] USB: fix local variable clashAlan Stern2006-01-041-3/+3
* [PATCH] USB: Consider power budget when choosing configurationAlan Stern2006-01-041-0/+6
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-7/+0Star
* [PATCH] USB: fix 'unused variable' warningDmitry Torokhov2005-11-171-2/+1Star
* [PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern2005-10-291-18/+30
* [PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern2005-10-291-2/+1Star
* [PATCH] usbcore: endpoint attributes track altsetting changesAlan Stern2005-10-291-3/+9
* [PATCH] USB: usb_bulk_message() handles interrupts endpointsAlan Stern2005-10-291-4/+20
* [PATCH] usb_interface power stateDavid Brownell2005-10-291-0/+1
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-281-1/+1
* [PATCH] driver core: add helper device_is_registered()Daniel Ritz2005-09-221-1/+1
* [PATCH] USB: remove annoying messagedavid-b@pacbell.net2005-09-091-1/+3
* [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern2005-09-091-3/+1Star
* [PATCH] USB: Usbcore: Don't try to delete unregistered interfacesAlan Stern2005-07-291-2/+4
* [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-121-1/+1