Re: [PATCH][v2] xhci: correctly enable interrupts

2013-03-04 Thread David Härdeman
; >Cc: Bjorn Helgaas >Cc: Oliver Neukum >Cc: Thomas Renninger >Cc: Yinghai Lu >Cc: Frederik Himpe >Cc: David Haerdeman >Cc: Alan Stern >Signed-off-by: Hannes Reinecke No idea if it's the "right" solution but it works for me. Tested-by: David Härdeman &g

Re: [PATCH] usb: correctly enable interrupts for xhci

2013-03-01 Thread David Härdeman
On Fri, Mar 01, 2013 at 09:52:54AM +0100, Hannes Reinecke wrote: >xhci might run with MSI/MSI-X only, with no support for legacy >interrupts. On these devices the request_irq() call in usb_add_hcd() >will fail, causing the entire device to fail. >For xhci this is especially painful as the driver wi

Re: [PATCH] pci: do not try to assign irq 255

2013-02-26 Thread David Härdeman
>dev_warn(&dev->dev, "PCI INT %c: no GSI\n", > pin_name(pin)); >+ dev->irq = 0; >} >return 0; >} > >Which probably is a better solution,

Re: [PATCH] pci: do not try to assign irq 255

2013-02-18 Thread David Härdeman
operly. Just tested and it works for me. Thank you. Tested-by: David Härdeman >Cc: Frederik Himpe >Cc: Oliver Neukum >Cc: David Haerdeman >Cc: linux-usb@vger.kernel.org >Cc: linux-...@vger.kernel.org >Signed-off-by: Hannes Reinecke > >diff --git a/drivers/pci/probe.c

Re: xhci module fails when booting in UEFI mode

2013-02-16 Thread David Härdeman
me problem (HP Elitebook 8570p in my case). This thread seems related: https://lkml.org/lkml/2012/2/13/453 No idea what happened to the patches in that thread though... -- David Härdeman -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html