commit | 6f97270ca5c2f15fce97be14a37ef40a31a4af9f | [log] [tgz] |
---|---|---|
author | Flemmard <flemmard@gmail.com> | Fri Feb 21 18:54:32 2014 +0100 |
committer | Flemmard <flemmard@gmail.com> | Fri Feb 21 18:54:32 2014 +0100 |
tree | 2cf3718955984a88b567d896df67003f3291b111 | |
parent | 4fb1504d40819bd4ccba066b7043d5b08a013df5 [diff] |
usb: hcd: add missing flag (HCD_FLAG_SAW_IRQ)
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 961d7c7..c7b8d82 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h
@@ -99,6 +99,7 @@ */ unsigned long flags; #define HCD_FLAG_HW_ACCESSIBLE 0 /* at full power */ +#define HCD_FLAG_SAW_IRQ 1 #define HCD_FLAG_POLL_RH 2 /* poll for rh status? */ #define HCD_FLAG_POLL_PENDING 3 /* status has changed? */ #define HCD_FLAG_WAKEUP_PENDING 4 /* root hub is resuming? */