Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197389
b: refs/heads/master
c: e390b07
h: refs/heads/master
i:
  197387: cdd54e1
v: v3
  • Loading branch information
Matthias Brugger authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 22f0841 commit b740c29
Show file tree
Hide file tree
Showing 7 changed files with 223 additions and 156 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c834b4d2d30c8f8ae5365a66c50da95aed7b7ea
refs/heads/master: e390b07bc50fc96caa15c594374782e472c27419
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,7 @@ source "drivers/staging/cxt1e1/Kconfig"

source "drivers/staging/ti-st/Kconfig"

source "drivers/staging/adis16255/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 @@ -49,3 +49,4 @@ obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l/
obj-$(CONFIG_CRYSTALHD) += crystalhd/
obj-$(CONFIG_CXT1E1) += cxt1e1/
obj-$(CONFIG_TI_ST) += ti-st/
obj-$(CONFIG_ADIS16255)) += adis16255/
10 changes: 6 additions & 4 deletions trunk/drivers/staging/adis16255/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ config ADIS16255
tristate "Ananlog Devices ADIS16250/16255"
depends on SPI && SYSFS
---help---
If you say yes here you get support for the Analog Devices
ADIS16250/16255 Low Power Gyroscope.
If you say yes here you get support for the Analog Devices
ADIS16250/16255 Low Power Gyroscope. The driver exposes
orientation and gyroscope value, as well as sample rate
to the sysfs.

This driver can also be built as a module. If so, the module
will be called adis16255.
This driver can also be built as a module. If so, the module
will be called adis16255.
2 changes: 1 addition & 1 deletion trunk/drivers/staging/adis16255/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
obj-$(CONFIG_ADIS16255) += adis1625.o
obj-$(CONFIG_ADIS16255) += adis16255.o
8 changes: 0 additions & 8 deletions trunk/drivers/staging/adis16255/TODO

This file was deleted.

Loading

0 comments on commit b740c29

Please sign in to comment.