So I'm compiling 3.10-rc, and I am presented with a new config option:
menuconfig USB_PHY
tristate "USB Physical Layer drivers"
select USB_OTG_UTILS
help
USB controllers (those which are host, device or DRD) need a
device to handle the physical layer sig
The previous text confused users by not describing the very common
(e.g. x86 PC) sitations where no PHY driver is necessary.
Signed-off-by: George Spelvin
---
I still can't vouch for *correctness* of this text; I'm relying on
other people in the S-o-b chain to do that.
drivers/usb/p
The previous text confused users by not describing the very common
(e.g. x86 PC) sitations where no PHY driver is necessary.
Signed-off-by: George Spelvin
---
Just for example, here's some alternate, stronger wording.
I don't know if this is true, either. Use whichever you prefer.
I was just compiling -rc7, and hit a bit of a roadblock in drivers/usb.
CC drivers/usb/host/ohci-pci.o
drivers/usb/host/ohci-pci.c: In function 'ohci_pci_init':
drivers/usb/host/ohci-pci.c:309:35: error: 'ohci_suspend' undeclared (first use
in this function)
ohci_pci_hc_driver.pci_suspen
Thank you for the fix, and my apologies for the redundant report!
--
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