summaryrefslogtreecommitdiff
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-30x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel1-1/+1
2007-10-25USB: fix interface sysfs file-creation bugAlan Stern1-1/+7
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+2
2007-10-19Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-21/+7
2007-10-13USB: break apart flush_endpoint and disable_endpointAlan Stern1-1/+2
2007-10-13USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern1-2/+4
2007-10-13USB: make usb_release_interface staticGreg Kroah-Hartman1-1/+1
2007-10-13usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez1-1/+4
2007-10-13USB: avoid using urb->pipe in usbcoreAlan Stern1-6/+8
2007-10-13USB: add ep->enableAlan Stern1-10/+10
2007-10-13Driver core: change add_uevent_var to use a structKay Sievers1-21/+7
2007-08-23usb: add PRODUCT, TYPE to usb-interface eventsKay Sievers1-0/+24
2007-08-23USB: allow retry on descriptor fetch errorsAlan Stern1-2/+2
2007-07-31USB: Fix a bug in usb_start_wait_urbAlan Stern1-10/+16
2007-07-31USB: fix scatterlist PIO case (IOMMU)David Brownell1-4/+11
2007-07-20USB: core: message: clean up urb->status usageGreg Kroah-Hartman1-16/+18
2007-07-13USB: add IAD support to usbfs and sysfsCraig W. Nadler1-0/+31
2007-07-13USB: Fix off-by-1 error in the scatter-gather libraryAlan Stern1-4/+3
2007-05-23USB: set the correct Interrupt interval in usb_bulk_msgAlan Stern1-7/+2
2007-04-28USB: Allow transfer_buffer with transfer_dmaTony Lindgren1-1/+15
2007-04-28USB: make usbdevices export their device nodes instead of using a separate classKay Sievers1-2/+63
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman1-1/+1
2007-03-10USB: set the correct interval for interrupt URBsAlan Stern1-2/+7
2007-02-24USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum1-1/+5
2007-02-17USB: unconfigure devices which have config 0Alan Stern1-4/+18
2007-02-08usbcore: remove unneeded error checkAlan Stern1-5/+1
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-4/+4
2006-12-02usbcore: remove unused argument in autosuspendAlan Stern1-3/+3
2006-12-02USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-11-17USB: Fixed outdated usb_get_device_descriptor() documentationLaurent Pinchart1-4/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser1-1/+1
2006-09-27usbcore: non-hub-specific uses of autosuspendAlan Stern1-3/+7
2006-09-27USB: remove struct usb_operationsAlan Stern1-2/+2
2006-09-27usbcore: help drivers to change device configsAlan Stern1-0/+59
2006-09-27USB: usbcore get rid of the timer in usb_start_wait_urb()Franck Bui-Huu1-44/+29
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-22[PATCH] usbcore: recovery from Set-Configuration failureAlan Stern1-76/+75
2006-06-22[PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman1-0/+31
2006-03-21[PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)Horst Schirmeier1-5/+7
2006-03-21[PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk1-3/+2
2006-02-01[PATCH] USB: arm26: fix compilation of drivers/usb/core/message.cAlexey Dobriyan1-0/+1
2006-01-05[PATCH] USB: fix local variable clashAlan Stern1-3/+3
2006-01-05[PATCH] USB: Consider power budget when choosing configurationAlan Stern1-0/+6
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-7/+0
2005-11-17[PATCH] USB: fix 'unused variable' warningDmitry Torokhov1-2/+1