-
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: 126752 b: refs/heads/master c: 6e16aee h: refs/heads/master v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Jan 6, 2009
1 parent
8466a6d
commit a2a1b22
Showing
6 changed files
with
929 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: 28397ffef14255ba45b99570d366fcd2b454c8f3 | ||
refs/heads/master: 6e16aee60c815dac2d6c3b875769a79d09df6f91 |
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,10 @@ | ||
config INPUT_MIMIO | ||
tristate "Mimio Xi interactive whiteboard support" | ||
depends on USB | ||
default N | ||
help | ||
Say Y here if you want to use a Mimio Xi interactive | ||
whiteboard device. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called mimio. |
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 @@ | ||
obj-$(CONFIG_INPUT_MIMIO) += mimio.o |
Oops, something went wrong.