Re: [RFC PATCH 4/4] usb: add usb2 Link PM variables to sysfs and usb_device

2013-05-21 Thread Mathias Nyman
On 05/17/2013 05:49 PM, Alan Stern wrote: On Fri, 17 May 2013, Mathias Nyman wrote: Adds abitilty to tune L1 timeout (inactivity timer for usb2 link sleep) and BESL (best effort service latency)via sysfs. This also adds a new usb2_lpm_parameters structure with those variables to struct usb_dev

Re: [RFC PATCH 4/4] usb: add usb2 Link PM variables to sysfs and usb_device

2013-05-17 Thread Alan Stern
On Fri, 17 May 2013, Mathias Nyman wrote: > Adds abitilty to tune L1 timeout (inactivity timer for usb2 link sleep) > and BESL (best effort service latency)via sysfs. > > This also adds a new usb2_lpm_parameters structure with those variables to > struct usb_device. > +static ssize_t > +set_usb2

[RFC PATCH 4/4] usb: add usb2 Link PM variables to sysfs and usb_device

2013-05-17 Thread Mathias Nyman
Adds abitilty to tune L1 timeout (inactivity timer for usb2 link sleep) and BESL (best effort service latency)via sysfs. This also adds a new usb2_lpm_parameters structure with those variables to struct usb_device. Signed-off-by: Mathias Nyman --- drivers/usb/core/sysfs.c | 54 +++