]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] USB: Add some basic WUSB definitions
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Tue, 20 Jun 2006 01:19:01 +0000 (18:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 Jul 2006 23:03:21 +0000 (16:03 -0700)
commit5d1c739e16bae54b2aa91a4f68474ddf0b860664
tree4d5b0d5fa6cdf3b0aa7e08c0f38cb2efea4a3968
parent2352bf8f066b9d815ea2dfa78ee4674ef2556131
[PATCH] USB: Add some basic WUSB definitions

This patch adds basic Wireless USB 1.0 definitions to usb_ch9.h that
fit into the existing set of declarations. Boils down to two new
recipients for requests (ports and remote pipes), rpipe reset and
abort request codes and wire adapter and remote pipe descriptor
types.

Wire adapters are the USB <-> Wireless USB adaptors; remote pipes
are used by those adapters to pipe the host <-> endpoint traffic.

Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb_ch9.h