kernel/include/linux/usb/quirks.h
.. .. @@ -69,8 +69,8 @@ 69 69 /* Hub needs extra delay after resetting its port. */ 70 70 #define USB_QUIRK_HUB_SLOW_RESET BIT(14) 71 71 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)74 74 75 75 /* device can't support auto suspend function */ 76 76 #define USB_QUIRK_AUTO_SUSPEND BIT(16)