Usb-ehci.c (arch/arm/mach-omap2)
static struct platform_device ehci_device = {
.name = "ehci-omap",
.id = 0,
.dev = {
.dma_mask = &ehci_dmamask,
.coherent_dma_mask = 0xffffffff,
.platform_data = NULL,
},
.num_resources = ARRAY_SIZE(ehci_resources),
.resource = ehci_resources,
};
Serial.c (arch/arm/mach-omap2)
/* use rx as wakeup source only for uart3,
* uart1,2 will wakeup using CTS PIN
* This is supported by omap-serial
* driver
*/
if (uart->num == 2 || uart->num == 3)
omap_uart_wakeup_enable(uart);
902

被折叠的 条评论
为什么被折叠?



