diff options
Diffstat (limited to 'include/linux/usb/quirks.h')
| -rw-r--r-- | include/linux/usb/quirks.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/usb/quirks.h b/include/linux/usb/quirks.h index 1d0043dc34e4..de2a722fe3cf 100644 --- a/include/linux/usb/quirks.h +++ b/include/linux/usb/quirks.h | |||
| @@ -50,4 +50,10 @@ | |||
| 50 | /* device can't handle Link Power Management */ | 50 | /* device can't handle Link Power Management */ |
| 51 | #define USB_QUIRK_NO_LPM BIT(10) | 51 | #define USB_QUIRK_NO_LPM BIT(10) |
| 52 | 52 | ||
| 53 | /* | ||
| 54 | * Device reports its bInterval as linear frames instead of the | ||
| 55 | * USB 2.0 calculation. | ||
| 56 | */ | ||
| 57 | #define USB_QUIRK_LINEAR_FRAME_INTR_BINTERVAL BIT(11) | ||
| 58 | |||
| 53 | #endif /* __LINUX_USB_QUIRKS_H */ | 59 | #endif /* __LINUX_USB_QUIRKS_H */ |
