]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ozwpan: Added USB service to protocol
authorChris Kelly <ckelly@ozmodevices.com>
Mon, 20 Feb 2012 21:12:08 +0000 (21:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 17:26:51 +0000 (09:26 -0800)
commiteb76841fa638e3a261bd316c5e283b60c1ff0243
treef83f0b6839a68bd79be09cd3e466cfca439a5b19
parent08247e05a3c0c6b3173ec7ffeecc48c5f357e3d2
staging: ozwpan: Added USB service to protocol

The L2 protocol supports various services, one of which is USB.
This provides the implementation of that service and plumbs it to
the virtual USB HCD.

Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozusbif.h [new file with mode: 0644]
drivers/staging/ozwpan/ozusbsvc.c [new file with mode: 0644]
drivers/staging/ozwpan/ozusbsvc.h [new file with mode: 0644]
drivers/staging/ozwpan/ozusbsvc1.c [new file with mode: 0644]