]> Pileus Git - ~andy/linux/blobdiff - include/linux/usb/ch11.h
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[~andy/linux] / include / linux / usb / ch11.h
index f1d26b6067f17f205f2d8b174ff5641136a94335..b6c2863b2c942cafec851abd791a8d93efe13f3b 100644 (file)
@@ -76,6 +76,8 @@
 #define USB_PORT_FEAT_C_BH_PORT_RESET          29
 #define USB_PORT_FEAT_FORCE_LINKPM_ACCEPT      30
 
+#define USB_PORT_LPM_TIMEOUT(p)                        (((p) & 0xff) << 8)
+
 /* USB 3.0 hub remote wake mask bits, see table 10-14 */
 #define USB_PORT_FEAT_REMOTE_WAKE_CONNECT      (1 << 8)
 #define USB_PORT_FEAT_REMOTE_WAKE_DISCONNECT   (1 << 9)