usb/URB.txt: convert to ReST and update it

The URB doc describes the Kernel mechanism that do USB transfers.
While the functions are already described at urb.h, there are a
number of concepts and theory that are important for USB driver
developers.

Convert it to ReST and use C ref links to point to the places
at usb.h where each function and struct is located.

A few of those descriptions were incomplete. While here, update
to reflect the current API status.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Este commit está contenido en:
Mauro Carvalho Chehab
2017-04-05 10:23:10 -03:00
cometido por Jonathan Corbet
padre 32a3bebce9
commit e463c06335
Se han modificado 3 ficheros con 128 adiciones y 98 borrados

Ver fichero

@@ -1,3 +1,5 @@
.. _usb-hostside-api:
===========================
The Linux-USB Host Side API
===========================