]> 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)
commit8ee6ae629ea6e79c8cff9509dd83c110e2df391f
treef83f0b6839a68bd79be09cd3e466cfca439a5b19
parent58b84d1a574e0c2cc6c3c2ecad667c54fa3da9ba
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]