diff options
| author | 2012-02-28 12:42:14 +0000 | |
|---|---|---|
| committer | 2012-02-28 12:42:21 +0000 | |
| commit | fb0b82b32ce17564bc64cede50bf4a3204eecc60 (patch) | |
| tree | 00b5e466074c6fb373d64c493b3341186024acc7 /include/linux/usb/ch11.h | |
| parent | Merge branch 'kirkwood/board' into next/boards (diff) | |
| parent | ARM: pxa: add dummy clock for pxa25x and pxa27x (diff) | |
| download | wireguard-linux-fb0b82b32ce17564bc64cede50bf4a3204eecc60.tar.xz wireguard-linux-fb0b82b32ce17564bc64cede50bf4a3204eecc60.zip | |
Merge branch 'board-specific' of git://github.com/hzhuang1/linux into next/boards
* 'board-specific' of git://github.com/hzhuang1/linux: (5 commits)
  ARM: pxa: add dummy clock for pxa25x and pxa27x
  ARM: mmp: append irq name of gpio device
  pxa/hx4700: Fix PXA_GPIO_IRQ_BASE/IRQ_NUM values
  pxa/hx4700: Add ASIC3 LED support
  pxa/hx4700: Correct StrataFlash block size discovery
(update to v3.3-rc5)
Diffstat (limited to 'include/linux/usb/ch11.h')
| -rw-r--r-- | include/linux/usb/ch11.h | 10 | 
1 files changed, 2 insertions, 8 deletions
| diff --git a/include/linux/usb/ch11.h b/include/linux/usb/ch11.h index 31fdb4c6ee3d..0b83acd3360a 100644 --- a/include/linux/usb/ch11.h +++ b/include/linux/usb/ch11.h @@ -61,12 +61,6 @@  #define USB_PORT_FEAT_TEST              21  #define USB_PORT_FEAT_INDICATOR         22  #define USB_PORT_FEAT_C_PORT_L1         23 -#define USB_PORT_FEAT_C_PORT_LINK_STATE	25 -#define USB_PORT_FEAT_C_PORT_CONFIG_ERROR 26 -#define USB_PORT_FEAT_PORT_REMOTE_WAKE_MASK 27 -#define USB_PORT_FEAT_BH_PORT_RESET     28 -#define USB_PORT_FEAT_C_BH_PORT_RESET   29 -#define USB_PORT_FEAT_FORCE_LINKPM_ACCEPT 30  /*   * Port feature selectors added by USB 3.0 spec. @@ -75,8 +69,8 @@  #define USB_PORT_FEAT_LINK_STATE		5  #define USB_PORT_FEAT_U1_TIMEOUT		23  #define USB_PORT_FEAT_U2_TIMEOUT		24 -#define USB_PORT_FEAT_C_LINK_STATE		25 -#define USB_PORT_FEAT_C_CONFIG_ERR		26 +#define USB_PORT_FEAT_C_PORT_LINK_STATE		25 +#define USB_PORT_FEAT_C_PORT_CONFIG_ERROR	26  #define USB_PORT_FEAT_REMOTE_WAKE_MASK		27  #define USB_PORT_FEAT_BH_PORT_RESET		28  #define USB_PORT_FEAT_C_BH_PORT_RESET		29 | 
