Re: [PATCH 0/9] xhci fixes for usb-linus, including a small usb core fix

2015-09-21 Thread Greg KH
On Mon, Sep 21, 2015 at 11:37:24AM +0300, Mathias Nyman wrote: > On 18.09.2015 19:55, Greg KH wrote: > >On Fri, Sep 18, 2015 at 05:42:04PM +0300, Mathias Nyman wrote: > >>Hi Greg > >> > >>This series contain one usb core fix that makes sure we don't > >>use bmAttribute bits that were reseved 0 in u

Re: [PATCH 0/9] xhci fixes for usb-linus, including a small usb core fix

2015-09-21 Thread Mathias Nyman
On 18.09.2015 19:55, Greg KH wrote: On Fri, Sep 18, 2015 at 05:42:04PM +0300, Mathias Nyman wrote: Hi Greg This series contain one usb core fix that makes sure we don't use bmAttribute bits that were reseved 0 in usb 3 specification. These bits are taken into use in USB 3.1, and we want to make

Re: [PATCH 0/9] xhci fixes for usb-linus, including a small usb core fix

2015-09-18 Thread Greg KH
On Fri, Sep 18, 2015 at 05:42:04PM +0300, Mathias Nyman wrote: > Hi Greg > > This series contain one usb core fix that makes sure we don't > use bmAttribute bits that were reseved 0 in usb 3 specification. > These bits are taken into use in USB 3.1, and we want to make sure > usb 3.1 devices don't

[PATCH 0/9] xhci fixes for usb-linus, including a small usb core fix

2015-09-18 Thread Mathias Nyman
Hi Greg This series contain one usb core fix that makes sure we don't use bmAttribute bits that were reseved 0 in usb 3 specification. These bits are taken into use in USB 3.1, and we want to make sure usb 3.1 devices don't mess up calculations. The xhci fixes are mostly minor ones, except for th