summaryrefslogtreecommitdiff
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)Author
2007-08-22usb: add PRODUCT, TYPE to usb-interface eventsKay Sievers
2007-08-22USB: allow retry on descriptor fetch errorsAlan Stern
2007-07-30USB: Fix a bug in usb_start_wait_urbAlan Stern
2007-07-30USB: fix scatterlist PIO case (IOMMU)David Brownell
2007-07-19USB: core: message: clean up urb->status usageGreg Kroah-Hartman
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler
2007-07-12USB: Fix off-by-1 error in the scatter-gather libraryAlan Stern
2007-05-22USB: set the correct Interrupt interval in usb_bulk_msgAlan Stern
2007-04-27USB: Allow transfer_buffer with transfer_dmaTony Lindgren
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
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum
2007-02-16USB: unconfigure devices which have config 0Alan Stern
2007-02-07usbcore: remove unneeded error checkAlan Stern
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern
2006-12-01USB: struct usb_device: change flag to bitflagAlan Stern
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-11-16USB: Fixed outdated usb_get_device_descriptor() documentationLaurent Pinchart
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser
2006-09-27usbcore: non-hub-specific uses of autosuspendAlan Stern
2006-09-27USB: remove struct usb_operationsAlan Stern
2006-09-27usbcore: help drivers to change device configsAlan Stern
2006-09-27USB: usbcore get rid of the timer in usb_start_wait_urb()Franck Bui-Huu
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-21[PATCH] usbcore: recovery from Set-Configuration failureAlan Stern
2006-06-21[PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman
2006-03-20[PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)Horst Schirmeier
2006-03-20[PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk
2006-01-31[PATCH] USB: arm26: fix compilation of drivers/usb/core/message.cAlexey Dobriyan
2006-01-04[PATCH] USB: fix local variable clashAlan Stern
2006-01-04[PATCH] USB: Consider power budget when choosing configurationAlan Stern
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman
2005-11-17[PATCH] USB: fix 'unused variable' warningDmitry Torokhov
2005-10-28[PATCH] usbcore: Fix handling of sysfs strings and other attributesAlan Stern
2005-10-28[PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern
2005-10-28[PATCH] usbcore: endpoint attributes track altsetting changesAlan Stern
2005-10-28[PATCH] USB: usb_bulk_message() handles interrupts endpointsAlan Stern
2005-10-28[PATCH] usb_interface power stateDavid Brownell
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro
2005-09-22[PATCH] driver core: add helper device_is_registered()Daniel Ritz
2005-09-08[PATCH] USB: remove annoying messagedavid-b@pacbell.net
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern
2005-07-29[PATCH] USB: Usbcore: Don't try to delete unregistered interfacesAlan Stern
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole
2005-04-18[PATCH] USB: revert "fix" to usb_set_interface()David Brownell