Closed purdeaandrei closed 3 months ago
Everything that handle_pending_usb_setup() does has to be either: USB_RECIP_DEVICE|USB_TYPE_VENDOR|USB_DIR_IN or: USB_RECIP_DEVICE|USB_TYPE_VENDOR|USB_DIR_OUT
Checking these two conditions again and again wastes memory
Everything that handle_pending_usb_setup() does has to be either: USB_RECIP_DEVICE|USB_TYPE_VENDOR|USB_DIR_IN or: USB_RECIP_DEVICE|USB_TYPE_VENDOR|USB_DIR_OUT
Checking these two conditions again and again wastes memory