hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/linux/usb/quirks.h
....@@ -69,8 +69,8 @@
6969 /* Hub needs extra delay after resetting its port. */
7070 #define USB_QUIRK_HUB_SLOW_RESET BIT(14)
7171
72
-/* device has blacklisted endpoints */
73
-#define USB_QUIRK_ENDPOINT_BLACKLIST BIT(15)
72
+/* device has endpoints that should be ignored */
73
+#define USB_QUIRK_ENDPOINT_IGNORE BIT(15)
7474
7575 /* device can't support auto suspend function */
7676 #define USB_QUIRK_AUTO_SUSPEND BIT(16)