summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/message.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman1-1/+2
2008-08-13USB: fix interface unregistration logicAlan Stern1-1/+1
2008-08-05Fix USB storage hang on command abortAlan Stern1-1/+1
2008-07-21USB: fix comment of usb_set_configurationMing Lei1-1/+1
2008-07-21USB: use standard SG iterator in the scatter-gather libraryAlan Stern1-6/+6
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-3/+3
2008-05-14USB: create attributes before sending ueventAlan Stern1-0/+1
2008-05-02USB: fix cannot work usb storage when using ohci-sm501Yoshihiro Shimoda1-1/+3
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-24USB: rework sysfs removal of interface filesAlan Stern1-4/+3
2008-04-24USB: check serial-number string after device resetAlan Stern1-1/+1
2008-03-24USB: new quirk flag to avoid Set-InterfaceAlan Stern1-1/+4
2008-02-01USB: fix codingstyle issues in drivers/usb/core/message.cGreg Kroah-Hartman1-194/+204
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-21/+11
2007-11-28USB: uevent environment key fixAlan Stern1-24/+0
2007-11-28USB: keep track of whether interface sysfs files existAlan Stern1-10/+2
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-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+2
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-21/+7
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern1-1/+2
2007-10-12USB: don't touch sysfs stuff when altsetting is unchangedAlan Stern1-2/+4
2007-10-12USB: make usb_release_interface staticGreg Kroah-Hartman1-1/+1
2007-10-12usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez1-1/+4
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern1-6/+8
2007-10-12USB: add ep->enableAlan Stern1-10/+10
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-21/+7
2007-08-22usb: add PRODUCT, TYPE to usb-interface eventsKay Sievers1-0/+24
2007-08-22USB: allow retry on descriptor fetch errorsAlan Stern1-2/+2
2007-07-30USB: Fix a bug in usb_start_wait_urbAlan Stern1-10/+16
2007-07-30USB: fix scatterlist PIO case (IOMMU)David Brownell1-4/+11
2007-07-19USB: core: message: clean up urb->status usageGreg Kroah-Hartman1-16/+18
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler1-0/+31
2007-07-12USB: Fix off-by-1 error in the scatter-gather libraryAlan Stern1-4/+3
2007-05-22USB: set the correct Interrupt interval in usb_bulk_msgAlan Stern1-7/+2
2007-04-27USB: Allow transfer_buffer with transfer_dmaTony Lindgren1-1/+15
2007-04-27USB: 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-09USB: set the correct interval for interrupt URBsAlan Stern1-2/+7
2007-02-23USB: add a blacklist for devices that can't handle some things we throw at them.Oliver Neukum1-1/+5
2007-02-16USB: unconfigure devices which have config 0Alan Stern1-4/+18
2007-02-07usbcore: 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-01usbcore: remove unused argument in autosuspendAlan Stern1-3/+3
2006-12-01USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4