发布时间:2020-09-04 00:44:13
//// /* USB High Spped 2.0 Device (Gadget) */#ifdef CONFIG_PLAT_S3C24XXstatic struct resource s3c_hsudc_resource[] = { [0] = DEFINE_RES_MEM(S3C2416_PA_HSUDC, S3C2416_SZ_HSUDC), [1] = DEFINE_RES_IRQ(IRQ_USBD),};struct platform.........【阅读全文】
发布时间:2020-09-04 00:39:43
drivers/usb/core/usb.c//这个是USB子系统初始化subsys_initcall(usb_init);static int __init usb_init(void){ int retval; retval = usb_debugfs_init(); retval = bus_register(&usb_bus_type); retval = bus_register_notifier(&usb.........【阅读全文】
发布时间:2020-08-22 16:17:13
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
解决办法:进入android目录,执行 make update-api......【阅读全文】
发布时间:2020-08-22 10:56:15
The following information may help to resolve the situation:
The following packages have unmet dependencies:......【阅读全文】
发布时间:2020-08-07 20:01:18
Unknown symbol add_preempt_count Unknown symbol sub_preempt_count......【阅读全文】