On Fri, Sep 18, 2015 at 05:42:12PM +0300, Mathias Nyman wrote: > Some changes between xhci 0.96 and xhci 1.0 specifications forced us to > check the hci version in code, some of these checks were implemented as > hci_version == 1.0, which will not work with new xhci 1.1 controllers. > > xhci 1.1 behaves similar to xhci 1.0 in these cases, so change these > checks to hci_version >= 1.0 > > Signed-off-by: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> > --- > drivers/usb/host/xhci-mem.c | 6 +++--- > drivers/usb/host/xhci-ring.c | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) Should this also go to stable kernels so that they will work with 1.1 controllers? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html