USB: Don't use GFP_KERNEL while we cannot reset a storage device
[safe/jmp/linux-2.6] / drivers / usb / core / message.c
2010-01-20 Oliver NeukumUSB: Don't use GFP_KERNEL while we cannot reset a stora...
2009-12-11 Felipe BalbiUSB: core: message: fix sparse warning
2009-12-11 Sarah SharpUSB: Check bandwidth when switching alt settings.
2009-12-11 Alan SternUSB: fix a bug in the scatter-gather library
2009-12-11 David VrabelUSB: make urb scatter-gather support more generic
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-09-23 Pete ZaitcevUSB: Let usb_sg_init to set transfer_buffer more often
2009-07-12 Daniel MackUSB: fix LANGID=0 regression
2009-06-16 Sarah SharpUSB: Push scatter gather lists down to host controller...
2009-06-16 Sarah SharpUSB: Support for bandwidth allocation.
2009-06-16 Alan SternNLS: update handling of Unicode
2009-06-16 Clemens Ladischusb: return device strings in UTF-8
2009-04-17 David VrabelUSB: add reset endpoint operations
2009-03-24 Daniel MackUSB: allow malformed LANGID descriptors
2009-03-24 Roel KluinUSB: more u32 conversion after transfer_buffer_length...
2009-03-24 Alan SternUSB: add quirk to avoid config and interface strings
2009-02-27 Alan SternUSB: usb_get_string should check the descriptor type
2009-01-28 Alan SternUSB: fix toggle mismatch in disable_endpoint paths
2009-01-07 Alan SternUSB: re-enable interface after driver unbinds
2009-01-07 Alan SternUSB: cancel pending Set-Config requests if userspace...
2009-01-07 Alan SternUSB: utilize the bus notifiers
2009-01-07 Inaky Perez-GonzalezUSB: Introduce usb_queue_reset() to do resets from...
2009-01-07 Harvey HarrisonUSB: avoid needless address-taking of function parameters
2008-11-13 Alan SternUSB: don't register endpoints for interfaces that are...
2008-10-17 Greg Kroah-HartmanUSB: remove warn() macro from usb drivers
2008-08-14 Alan SternUSB: fix interface unregistration logic
2008-08-05 Alan SternFix USB storage hang on command abort
2008-07-21 Ming LeiUSB: fix comment of usb_set_configuration
2008-07-21 Alan SternUSB: use standard SG iterator in the scatter-gather...
2008-07-21 Kay SieversUSB: usb dev_set_name() instead of dev->bus_id
2008-07-21 Kay SieversUSB: usb dev_name() instead of dev->bus_id
2008-05-14 Alan SternUSB: create attributes before sending uevent
2008-05-02 Yoshihiro ShimodaUSB: fix cannot work usb storage when using ohci-sm501
2008-04-25 Harvey HarrisonUSB: replace remaining __FUNCTION__ occurrences
2008-04-25 Alan SternUSB: rework sysfs removal of interface files
2008-04-25 Alan SternUSB: check serial-number string after device reset
2008-03-25 Alan SternUSB: new quirk flag to avoid Set-Interface
2008-02-01 Greg Kroah-HartmanUSB: fix codingstyle issues in drivers/usb/core/message.c
2008-02-01 Greg Kroah-HartmanUSB: mark USB drivers as being GPL only
2007-11-28 Alan SternUSB: uevent environment key fix
2007-11-28 Alan SternUSB: keep track of whether interface sysfs files exist
2007-10-29 Joerg Roedelx86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMU
2007-10-25 Alan SternUSB: fix interface sysfs file-creation bug
2007-10-23 Ralf Baechle[PATCH] Fix breakage after SG cleanups
2007-10-22 Jens Axboe[SG] Update drivers to use sg helpers
2007-10-18 Joe PerchesAdd missing newlines to some uses of dev_<level> messages
2007-10-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-10-12 Alan SternUSB: break apart flush_endpoint and disable_endpoint
2007-10-12 Alan SternUSB: don't touch sysfs stuff when altsetting is unchanged
2007-10-12 Greg Kroah-HartmanUSB: make usb_release_interface static
2007-10-12 Inaky Perez-Gonzalezusb: usb_set_configuration() obeys authorization
2007-10-12 Alan SternUSB: avoid using urb->pipe in usbcore
2007-10-12 Alan SternUSB: add ep->enable
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-08-22 Kay Sieversusb: add PRODUCT, TYPE to usb-interface events
2007-08-22 Alan SternUSB: allow retry on descriptor fetch errors
2007-07-30 Alan SternUSB: Fix a bug in usb_start_wait_urb
2007-07-30 David BrownellUSB: fix scatterlist PIO case (IOMMU)
2007-07-20 Greg Kroah-HartmanUSB: core: message: clean up urb->status usage
2007-07-12 Craig W. NadlerUSB: add IAD support to usbfs and sysfs
2007-07-12 Alan SternUSB: Fix off-by-1 error in the scatter-gather library
2007-05-23 Alan SternUSB: set the correct Interrupt interval in usb_bulk_msg
2007-04-27 Tony LindgrenUSB: Allow transfer_buffer with transfer_dma
2007-04-27 Kay SieversUSB: make usbdevices export their device nodes instead...
2007-04-27 Greg Kroah-HartmanUSB: remove use of the bus rwsem, as it doesn't really...
2007-03-10 Alan SternUSB: set the correct interval for interrupt URBs
2007-02-23 Oliver NeukumUSB: add a blacklist for devices that can't handle...
2007-02-16 Alan SternUSB: unconfigure devices which have config 0
2007-02-07 Alan Sternusbcore: remove unneeded error check
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Alan Sternusbcore: remove unused argument in autosuspend
2006-12-01 Alan SternUSB: struct usb_device: change flag to bitflag
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-16 Laurent PinchartUSB: Fixed outdated usb_get_device_descriptor() documen...
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-27 Tobias KlauserUSB: Remove unneeded void * casts in core files
2006-09-27 Alan Sternusbcore: non-hub-specific uses of autosuspend
2006-09-27 Alan SternUSB: remove struct usb_operations
2006-09-27 Alan Sternusbcore: help drivers to change device configs
2006-09-27 Franck Bui-HuuUSB: usbcore get rid of the timer in usb_start_wait_urb()
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-21 Alan Stern[PATCH] usbcore: recovery from Set-Configuration failure
2006-06-21 Greg Kroah-Hartman[PATCH] USB: add usb_interrupt_msg() function for api...
2006-03-20 Horst Schirmeier[PATCH] USB: usbcore: usb_set_configuration oops (NULL...
2006-03-20 Adrian Bunk[PATCH] USB: drivers/usb/core/message.c: make usb_get_s...
2006-02-01 Alexey Dobriyan[PATCH] USB: arm26: fix compilation of drivers/usb...
2006-01-04 Alan Stern[PATCH] USB: fix local variable clash
2006-01-04 Alan Stern[PATCH] USB: Consider power budget when choosing config...
2005-11-17 Greg Kroah-Hartman[PATCH] USB: move CONFIG_USB_DEBUG checks into the...
2005-11-17 Dmitry Torokhov[PATCH] USB: fix 'unused variable' warning
2005-10-28 Alan Stern[PATCH] usbcore: Fix handling of sysfs strings and...
2005-10-28 Alan Stern[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
2005-10-28 Alan Stern[PATCH] usbcore: endpoint attributes track altsetting...
2005-10-28 Alan Stern[PATCH] USB: usb_bulk_message() handles interrupts...
2005-10-28 David Brownell[PATCH] usb_interface power state
2005-10-28 Al Viro[PATCH] gfp_t: drivers/usb
2005-09-22 Daniel Ritz[PATCH] driver core: add helper device_is_registered()
2005-09-08 david-b@pacbell.net[PATCH] USB: remove annoying message
2005-09-08 Alan Stern[PATCH] USB: URB_ASYNC_UNLINK flag removed from the...
next