X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Finclude%2Flinux%2Fusb%2Fquirks.h;h=1d0043dc34e427403a1c82458249bed83e87d3a0;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=9948c874e3f1e4e254ea666a3a7e623678edc26d;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/kernel/include/linux/usb/quirks.h b/kernel/include/linux/usb/quirks.h index 9948c874e..1d0043dc3 100644 --- a/kernel/include/linux/usb/quirks.h +++ b/kernel/include/linux/usb/quirks.h @@ -47,4 +47,7 @@ /* device generates spurious wakeup, ignore remote wakeup capability */ #define USB_QUIRK_IGNORE_REMOTE_WAKEUP BIT(9) +/* device can't handle Link Power Management */ +#define USB_QUIRK_NO_LPM BIT(10) + #endif /* __LINUX_USB_QUIRKS_H */