~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings, Bastian Blank, Ben Hutchings, Uwe Kleine-König
  • Date: 2012-03-04 15:32:20 UTC
  • mfrom: (1.3.14)
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20120304153220-zbhqnmufx18yk6q4
* New upstream stable update:
  http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.8
  - [i386] i387: move TS_USEDFPU flag from thread_info to task_struct
  - [x86] additional refactoring of FPU/SSE state save and restore
  http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.9
  - vfs: fix d_inode_lookup() dentry ref leak
  - target: Allow control CDBs with data > 1 page
  - epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
  - epoll: ep_unregister_pollwait() can use the freed pwq->whead
  - epoll: limit paths (CVE-2011-1083)
  - cdrom: use copy_to_user() without the underscores

[ Bastian Blank ]
* [mips,mipsel] Also remove ext4 modules from installer.

[ Ben Hutchings ]
* Update debconf template translations:
  - Update Dutch (Willem Kuyn) (Closes: #658736)
  - Add Polish (Michał Kułach) (Closes: #658912)
* Bump ABI to 2
* fs: Introduce and enable security restrictions on links:
  - Do not follow symlinks in /tmp that are owned by other users
    (sysctl: fs.protected_symlinks)
  - Do not allow unprivileged users to create hard links to sensitive files
    (sysctl: fs.protected_hardlinks) (Closes: #609455)
    + This breaks the 'at' package in stable, which will be fixed shortly
      (see #597130)
  The precise restrictions are specified in Documentation/sysctl/fs.txt in
  the linux-doc-3.2 and linux-source-3.2 packages.
* iwlwifi: fix key removal (Closes: #651199)
* cgroups: Set CGROUP_PERF
* hid: Enable HID_HOLTEK, HID_PRIMAX, HID_SPEEDLINK, HID_WIIMOTE as modules,
  HID_ACRUX_FF
* media/rc: Enable RC_ATI_REMOTE as module
* gspca: Enable USB_GSPCA_TOPRO as module
* dvb-usb: Enable DVB_USB_PCTV452E, DVB_USB_MXL111SF as modules

[ Uwe Kleine-König ]
* [x86] Update rt featureset to 3.2.9-rt15

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#define USB_PORT_FEAT_TEST              21
63
63
#define USB_PORT_FEAT_INDICATOR         22
64
64
#define USB_PORT_FEAT_C_PORT_L1         23
65
 
#define USB_PORT_FEAT_C_PORT_LINK_STATE 25
66
 
#define USB_PORT_FEAT_C_PORT_CONFIG_ERROR 26
67
 
#define USB_PORT_FEAT_PORT_REMOTE_WAKE_MASK 27
68
 
#define USB_PORT_FEAT_BH_PORT_RESET     28
69
 
#define USB_PORT_FEAT_C_BH_PORT_RESET   29
70
 
#define USB_PORT_FEAT_FORCE_LINKPM_ACCEPT 30
71
65
 
72
66
/*
73
67
 * Port feature selectors added by USB 3.0 spec.
76
70
#define USB_PORT_FEAT_LINK_STATE                5
77
71
#define USB_PORT_FEAT_U1_TIMEOUT                23
78
72
#define USB_PORT_FEAT_U2_TIMEOUT                24
79
 
#define USB_PORT_FEAT_C_LINK_STATE              25
80
 
#define USB_PORT_FEAT_C_CONFIG_ERR              26
 
73
#define USB_PORT_FEAT_C_PORT_LINK_STATE         25
 
74
#define USB_PORT_FEAT_C_PORT_CONFIG_ERROR       26
81
75
#define USB_PORT_FEAT_REMOTE_WAKE_MASK          27
82
76
#define USB_PORT_FEAT_BH_PORT_RESET             28
83
77
#define USB_PORT_FEAT_C_BH_PORT_RESET           29