hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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)