Re: [PATCH 4/4] Documentation sysfs-bus-usb: Document all files used by libusb

2013-08-12 Thread Greg KH
On Sat, Aug 03, 2013 at 04:37:51PM +0200, Hans de Goede wrote:
 Signed-off-by: Hans de Goede hdego...@redhat.com
 ---
  Documentation/ABI/testing/sysfs-bus-usb | 38 
 +
  1 file changed, 38 insertions(+)

This patch doesn't apply at all, can you redo it against the usb-next
branch and resend?

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 4/4] Documentation sysfs-bus-usb: Document all files used by libusb

2013-05-30 Thread Alan Stern
On Thu, 30 May 2013, Hans de Goede wrote:

 +What:/sys/bus/usb/devices/.../bConfigurationValue
 +KernelVersion:   since atleast 2.6.18

s/atleast/at least/ and ditto for the preceding entry.

 +Description:
 + bConfigurationValue of the *active* configuration for the
 + device.

Here we need to mention that writing to bConfigurationValue will change 
or reset the active configuration.  Note that some devices, in 
violation of the USB spec, have a configuration with value equal to 0.  
Writing 0 to bConfigurationValue for these devices will install that 
configuration; to unconfigure the device, write -1 to 
bConfigurationValue.  (This also works with compliant devices.)

Alan Stern

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 4/4] Documentation sysfs-bus-usb: Document all files used by libusb

2013-05-30 Thread Daniele Forsi
2013/5/30 Hans de Goede:

 +   be trusted, as the device may have a smaller config descriptor
 +   then it advertises. The bLength field of each (sub) descriptor

as in the other text: s/then/than/

-- 
Daniele Forsi
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html