Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 6 changed files with 929 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28397ffef14255ba45b99570d366fcd2b454c8f3
refs/heads/master: 6e16aee60c815dac2d6c3b875769a79d09df6f91
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,7 @@ source "drivers/staging/rtl8187se/Kconfig"

source "drivers/staging/rspiusb/Kconfig"

source "drivers/staging/mimio/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ obj-$(CONFIG_PANEL) += panel/
obj-$(CONFIG_ALTERA_PCIE_CHDMA) += altpciechdma/
obj-$(CONFIG_RTL8187SE) += rtl8187se/
obj-$(CONFIG_USB_RSPI) += rspiusb/
obj-$(CONFIG_INPUT_MIMIO) += mimio/
10 changes: 10 additions & 0 deletions trunk/drivers/staging/mimio/Kconfig
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.
1 change: 1 addition & 0 deletions trunk/drivers/staging/mimio/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_INPUT_MIMIO) += mimio.o
Loading

0 comments on commit a2a1b22

Please sign in to comment.