diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-16 20:51:07 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-18 10:54:19 -0400 |
| commit | 21470e32ca7f976bf131aa3c7b54019d07f7d821 (patch) | |
| tree | fbc7a910a597a25547a7c0faae8529a50f584c62 /drivers/usb/storage/unusual_devs.h | |
| parent | ac9d947683c1b508f798f0c87c51cfb7b9f1eee5 (diff) | |
usb: fix some references for /proc/bus/usb
Since when we got rid of usbfs, the /proc/bus/usb is now
elsewhere. Fix references for it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
| -rw-r--r-- | drivers/usb/storage/unusual_devs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 9129f6cb8230..a2b748975457 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | * - a patch that adds the entry for your device, including your | 42 | * - a patch that adds the entry for your device, including your |
| 43 | * email address right above the entry (plus maybe a brief | 43 | * email address right above the entry (plus maybe a brief |
| 44 | * explanation of the reason for the entry), | 44 | * explanation of the reason for the entry), |
| 45 | * - a copy of /proc/bus/usb/devices with your device plugged in | 45 | * - a copy of /sys/kernel/debug/usb/devices with your device plugged in |
| 46 | * running with this patch. | 46 | * running with this patch. |
| 47 | * Send your submission to either Phil Dibowitz <phil@ipom.com> or | 47 | * Send your submission to either Phil Dibowitz <phil@ipom.com> or |
| 48 | * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the | 48 | * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the |
