Skip to content
Snippets Groups Projects
Commit 064e875a authored by Luiz Fernando N. Capitulino's avatar Luiz Fernando N. Capitulino Committed by Greg Kroah-Hartman
Browse files

USB: doc: fixes devio.c location in proc_usb_info.txt.

parent 0e74b06a
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ bind to an interface (or perhaps several) using an ioctl call. You ...@@ -59,7 +59,7 @@ bind to an interface (or perhaps several) using an ioctl call. You
would issue more ioctls to the device to communicate to it using would issue more ioctls to the device to communicate to it using
control, bulk, or other kinds of USB transfers. The IOCTLs are control, bulk, or other kinds of USB transfers. The IOCTLs are
listed in the <linux/usbdevice_fs.h> file, and at this writing the listed in the <linux/usbdevice_fs.h> file, and at this writing the
source code (linux/drivers/usb/devio.c) is the primary reference source code (linux/drivers/usb/core/devio.c) is the primary reference
for how to access devices through those files. for how to access devices through those files.
Note that since by default these BBB/DDD files are writable only by Note that since by default these BBB/DDD files are writable only by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment