>From e1df21057d5d26d3f3d1aa3a01436c98f0c12233 Mon Sep 17 00:00:00 2001 From: Oliver Neukum <oliver@xxxxxxxxxx> Date: Wed, 23 Dec 2009 19:18:41 +0100 Subject: [PATCH] usb:Document ABI for USB_QUIRK_RESET_MORPHS Adds documentation about the attribute that tells the kernel a device cannot be successfully reset. Signed-off-by: Oliver Neukum <oliver@xxxxxxxxxx> --- Documentation/ABI/testing/sysfs-bus-usb | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-bus-usb b/Documentation/ABI/testing/sysfs-bus-usb index deb6b48..cdc72e4 100644 --- a/Documentation/ABI/testing/sysfs-bus-usb +++ b/Documentation/ABI/testing/sysfs-bus-usb @@ -157,3 +157,14 @@ Description: device. This is useful to ensure auto probing won't match the driver to the device. For example: # echo "046d c315" > /sys/bus/usb/drivers/foo/remove_id + +What: /sys/bus/usb/drivers/.../reset +Date: December 2009 +Contact: Oliver Neukum <oliver@xxxxxxxxxx> +Description: + Writing 1 to this file tells the kernel that this + device will morph into another mode when it is reset. + Drivers will not use reset for error handling for + such devices. +Users: + usb_modeswitch -- 1.6.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html