summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-02-04usb: host: ehci-dbg: use a blank line after struct declarationsGeyslan G. Bem1-0/+3
2016-02-04usb: host: ehci-dbg: fix up function definitionsGeyslan G. Bem1-12/+16
2016-02-04usb: host: ehci-dbg: use scnprintf() in qh_lines()Geyslan G. Bem1-6/+2
2016-02-04usb: host: ehci-dbg: put spaces around operatorsGeyslan G. Bem1-8/+8
2016-02-04usb: host: ehci-dbg: fix up closing parenthesisGeyslan G. Bem1-8/+4
2016-02-04usb: host: ehci-dbg: move trailing statements to next lineGeyslan G. Bem1-16/+38
2016-02-04usb: host: ehci-dbg: use C89-style commentsGeyslan G. Bem1-10/+11
2016-02-04usb: host: ehci-dbg: remove space before open square bracketGeyslan G. Bem1-17/+16
2016-02-04usb: host: ehci-dbg: remove space before open parenthesisGeyslan G. Bem1-100/+99
2016-02-04usb: host: ehci.h: move constant to rightGeyslan G. Bem1-1/+1
2016-02-04usb: host: ehci.h: move pointer operator to name sideGeyslan G. Bem1-1/+1
2016-02-04usb: host: ehci.h: remove macros trailing semicolonGeyslan G. Bem1-2/+2
2016-02-04usb: host: ehci.h: use space after commaGeyslan G. Bem1-2/+3
2016-02-04usb: host: ehci.h: remove direct use of __attribute__ keywordGeyslan G. Bem1-5/+5
2016-02-04usb: host: ehci.h: fix single statement macrosGeyslan G. Bem1-2/+2
2016-02-04usb: host: ehci.h: remove space before open square bracketGeyslan G. Bem1-11/+11
2016-02-04usb: host: ehci.h: remove space before function open parenthesisGeyslan G. Bem1-11/+11
2016-02-04usb: host: ehci.h: remove space before commaGeyslan G. Bem1-4/+4
2016-02-04usb: gadget: rndis: fix itnull.cocci warningsJulia Lawall1-1/+1
2016-02-04usb: no locking for reading descriptors in sysfsOliver Neukum1-5/+1
2016-02-04usb: sysfs: make locking interruptibleOliver Neukum1-20/+49
2016-02-04usb: core: switch bus numbering to using idrHeiner Kallweit5-33/+13
2016-02-04xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman2-0/+4
2016-02-04xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capabilityMathias Nyman1-9/+18
2016-02-04xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman1-0/+1
2016-02-04xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman3-6/+13
2016-02-04USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern2-3/+7
2016-02-04USB: EHCI: add a delay when unlinking an active QHAlan Stern4-5/+59
2016-02-04USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern4-16/+20
2016-02-04USB: EHCI: store reason for unlinking a QHAlan Stern5-11/+26
2016-02-01Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman9-7/+68
2016-01-28Merge tag 'usb-serial-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman6-3/+49
2016-01-25USB: option: fix Cinterion AHxx enumerationJohn Ernberg1-1/+1
2016-01-25USB: mxu11x0: fix memory leak on usb_serial private dataMathieu OTHACEHE1-0/+20
2016-01-25USB: serial: ftdi_sio: add support for Yaesu SCU-18 cableGreg Kroah-Hartman2-0/+2
2016-01-25USB: serial: option: Adding support for Telit LE922Daniele Palmas1-0/+16
2016-01-25USB: serial: visor: fix crash on detecting device without write_urbsVladis Dronov1-2/+4
2016-01-25USB: visor: fix null-deref at probeJohan Hovold1-0/+5
2016-01-25USB: cp210x: add ID for IAI USB to RS485 adaptorPeter Dedecker1-0/+1
2016-01-25usb: hub: do not clear BOS field during reset deviceDu, Changbin1-3/+5
2016-01-25cdc-acm:exclude Samsung phone 04e8:685dOliver Neukum1-0/+5
2016-01-25usb: cdc-acm: send zero packet for intel 7260 modemLu Baolu2-0/+7
2016-01-25usb: cdc-acm: handle unlinked urb in acm read callbackLu Baolu1-1/+2
2016-01-25usb-misc: sisusbvga: fix error pathPeter Senna Tschudin1-1/+2
2016-01-25usb-misc: sisusbvga: Remove memory allocation logsPeter Senna Tschudin1-5/+2
2016-01-25usb-misc: sisusbvga: Remove null test before calls to kfree()Peter Senna Tschudin1-8/+4
2016-01-25usb-misc: sisusbvga: Fix coding style: remove assignment from if testsPeter Senna Tschudin1-6/+12
2016-01-25usb-misc: sisusbvga: Fix coding style: braces, parenthesis, commentPeter Senna Tschudin1-47/+41
2016-01-25usb-misc: sisusbvga: Fix coding style: vertical whitespace changesPeter Senna Tschudin1-258/+236
2016-01-25usb-misc: sisusbvga: Fix coding style: horizontal whitespace changesPeter Senna Tschudin1-482/+471