~ubuntu-branches/ubuntu/raring/linux-ti-omap4/raring-proposed

« back to all changes in this revision

Viewing changes to include/linux/usb/ch9.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Ubuntu: 3.5.0-26.42
  • Date: 2013-03-14 15:21:40 UTC
  • mfrom: (76.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20130314152140-tl4mkjmxa038tm3h
Tags: 3.5.0-221.31
* Release Tracking Bug
  - LP: #1153648

[ Paolo Pisati ]

* rebased on Ubuntu-3.5.0-26.42

[ Ubuntu: 3.5.0-26.42 ]

* Release Tracking Bug
  - LP: #1152715
* ubuntu: overlayfs -- fix missmerge of vfs_open changes
  - LP: #1122094, #1147678

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
#define USB_INTRF_FUNC_SUSPEND_LP       (1 << (8 + 0))
153
153
#define USB_INTRF_FUNC_SUSPEND_RW       (1 << (8 + 1))
154
154
 
 
155
/*
 
156
 * Interface status, Figure 9-5 USB 3.0 spec
 
157
 */
 
158
#define USB_INTRF_STAT_FUNC_RW_CAP     1
 
159
#define USB_INTRF_STAT_FUNC_RW         2
 
160
 
155
161
#define USB_ENDPOINT_HALT               0       /* IN/OUT will STALL */
156
162
 
157
163
/* Bit array elements as returned by the USB_REQ_GET_STATUS request. */