aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26usb: core: devices: drop redundant buffer overflow checksSergey Shtylyov1-12/+0
2022-04-21usb: core: devices: remove dead code under #ifdef PROC_EXTRASergey Shtylyov1-35/+0
2021-03-10usb: common: add function to get interval expressed in us unitChunfeng Yun1-17/+4
2020-10-02USB: core: remove polling for /sys/kernel/debug/usb/devicesSergey Korolev1-41/+0
2020-06-18USB: core: additional Device Classes to debug/usb/devicesRob Gill1-0/+4
2020-05-29usb: get rid of pointless access_ok() callsAl Viro1-2/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab1-2/+2
2016-11-03usb: core: devices: remove unnecessary & operationFelipe Balbi1-1/+1
2016-11-03usb: core: devices: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-8/+2
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit1-3/+3
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit1-8/+2
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman1-4/+6
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-25/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior1-3/+10
2012-10-24USB: hub_for_each_child should skip unconnected portsAlan Stern1-10/+8
2012-09-26USB: Fix race condition when removing host controllersAlan Stern1-1/+1
2012-09-10usb: move children to struct usb_portLan Tianyu1-4/+3
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+2
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman1-11/+11
2011-04-13USB: change the way we initialize format stringsDmitry Torokhov1-11/+11
2011-04-13USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov1-4/+6
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-22USB: teach "devices" file about Wireless and SuperSpeed USBAlan Stern1-4/+7
2010-05-20USB: devices: fix Coding StylesCarlos Sánchez Acosta1-7/+10
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-07USB: remove unused defintion of struct usb_device_statusDmitry Torokhov1-5/+0
2010-03-06usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds1-42/+24
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum1-2/+2
2010-03-02USB: Remove BKL from poll()Oliver Neukum1-19/+9
2010-01-20USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum1-1/+1
2009-07-12USB: add missing class descriptions used in usb/devices fileFrans Pop1-4/+6
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall1-1/+1
2008-07-21usb: hub: add check for unsupported bus topologyFelipe Balbi1-2/+0
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-02-01USB: fix codingstyle issues in drivers/usb/core/devices.cGreg Kroah-Hartman1-72/+82
2007-07-12USB: add IAD support to usbfs and sysfsCraig W. Nadler1-0/+26
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman1-2/+0
2007-02-16USB: fix needless failure under certain conditionsOliver Neukum1-4/+5
2007-02-07USB: a bit more coding style cleanupOliver Neukum1-7/+7
2007-02-07USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell1-2/+6
2006-12-01USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+5
2006-09-27USB: Remove unneeded void * casts in core filesTobias Klauser1-2/+2