From: Lenar Shakirov Date: Fri, 5 Dec 2025 15:34:43 +0000 (+0300) Subject: Fixed an annoying typo in the comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84289eaf0b1fc2f3bbf74d0adcdcc25e9c632692;p=thirdparty%2Fcups.git Fixed an annoying typo in the comments --- diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c index ecc879f4fe..181ba6cb00 100644 --- a/backend/usb-libusb.c +++ b/backend/usb-libusb.c @@ -97,7 +97,7 @@ typedef struct usb_globals_s /* Global USB printer information */ #define USB_QUIRK_VENDOR_CLASS 0x0020 /* Descriptor uses vendor-specific Class or SubClass */ #define USB_QUIRK_DELAY_CLOSE 0x0040 /* Delay close */ -#define USB_QUIRK_NO_ALT_SET 0x0080 /* Some USB printers do not */ +#define USB_QUIRK_NO_ALT_SET 0x0080 /* Some USB printers do not like set_configuration and set_interface */ #define USB_QUIRK_WHITELIST 0x0000 /* no quirks */