🆕 xhci:匹配usb2、usb3端口

This commit is contained in:
fslongjin
2022-07-20 14:29:22 +08:00
parent 10537cd1bc
commit 8e5f769a0e
4 changed files with 167 additions and 8 deletions

View File

@ -35,7 +35,7 @@
printk("[ DEBUG ] (%s:%d)\t", __FILE__, __LINE__); \
printk(__VA_ARGS__); \
printk("\n"); \
} while (0);
} while (0)
#define kwarn(...) \
do \