aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/devices.c
AgeCommit message (Expand)Author
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior
2012-10-24USB: hub_for_each_child should skip unconnected portsAlan Stern
2012-09-26USB: Fix race condition when removing host controllersAlan Stern
2012-09-10usb: move children to struct usb_portLan Tianyu
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman
2011-04-13USB: change the way we initialize format stringsDmitry Torokhov
2011-04-13USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-22USB: teach "devices" file about Wireless and SuperSpeed USBAlan Stern
2010-05-20USB: devices: fix Coding StylesCarlos Sánchez Acosta
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07USB: remove unused defintion of struct usb_device_statusDmitry Torokhov
2010-03-06usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum
2010-03-02USB: Remove BKL from poll()Oliver Neukum
2010-01-20USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum
2009-07-12USB: add missing class descriptions used in usb/devices fileFrans Pop
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi
2008-07-21USB: remove CVS keywordsAdrian Bunk
2008-02-01USB: fix codingstyle issues in drivers/usb/core/devices.cGreg Kroah-Hartman
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman
2007-02-16USB: fix needless failure under certain conditionsOliver Neukum
2007-02-07USB: a bit more coding style cleanupOliver Neukum
2007-02-07USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell
2006-12-01USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven
2006-01-04[PATCH] USB: mark various usb tables constArjan van de Ven
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern
2005-06-20[PATCH] make driver's name be const char *Dmitry Torokhov
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl
2005-04-18[PATCH] USB: fix up some sparse warnings about static functions that aren't s...Greg KH
2005-04-16Linux-2.6.12-rc2Linus Torvalds