-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 289119 b: refs/heads/master c: b0406db h: refs/heads/master i: 289117: 217aaa5 289115: a9ac49e 289111: fcf02ab 289103: 92433f6 289087: 0365702 v: v3
- Loading branch information
Chris Kelly
authored and
Greg Kroah-Hartman
committed
Feb 24, 2012
1 parent
79ad738
commit f55b159
Showing
5 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 066b2229410f2f58fa91baedd22b4dcf048e28dd | ||
refs/heads/master: b0406db5b3e45098bafb45c673992bd123a04e6b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ----------------------------------------------------------------------------- | ||
# Copyright (c) 2011 Ozmo Inc | ||
# Released under the GNU General Public License Version 2 (GPLv2). | ||
# ----------------------------------------------------------------------------- | ||
obj-$(CONFIG_USB_WPAN_HCD) += ozwpan.o | ||
ozwpan-y := \ | ||
ozmain.o \ | ||
ozpd.o \ | ||
ozusbsvc.o \ | ||
ozusbsvc1.o \ | ||
ozhcd.o \ | ||
ozeltbuf.o \ | ||
ozproto.o \ | ||
ozcdev.o \ | ||
ozalloc.o \ | ||
ozurbparanoia.o \ | ||
oztrace.o \ | ||
ozevent.o | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
config USB_WPAN_HCD | ||
tristate "USB over WiFi Host Controller" | ||
depends on USB | ||
help | ||
A driver for USB Host Controllers that are compatible with | ||
Ozmo Devices USB over WiFi technology. | ||
|
||
To compile this driver a module, choose M here: the module | ||
will be called "ozwpan". |