From bedbef8ad3e75a304af6361af235302bcc61d06b Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 14 May 2024 06:39:01 +0000
Subject: [PATCH] 修改内核路径

---
 kernel/include/linux/usb/quirks.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/include/linux/usb/quirks.h b/kernel/include/linux/usb/quirks.h
index ff7a805..6567f74 100644
--- a/kernel/include/linux/usb/quirks.h
+++ b/kernel/include/linux/usb/quirks.h
@@ -69,8 +69,8 @@
 /* Hub needs extra delay after resetting its port. */
 #define USB_QUIRK_HUB_SLOW_RESET		BIT(14)
 
-/* device has blacklisted endpoints */
-#define USB_QUIRK_ENDPOINT_BLACKLIST		BIT(15)
+/* device has endpoints that should be ignored */
+#define USB_QUIRK_ENDPOINT_IGNORE		BIT(15)
 
 /* device can't support auto suspend function */
 #define USB_QUIRK_AUTO_SUSPEND			BIT(16)

--
Gitblit v1.6.2