-
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: 197143 b: refs/heads/master c: 3c034cc h: refs/heads/master i: 197141: cc8e1e6 197139: 502fe5e 197135: ef46e48 v: v3
- Loading branch information
matthias
authored and
Greg Kroah-Hartman
committed
May 11, 2010
1 parent
fd8769b
commit 6c00612
Showing
6 changed files
with
427 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: bebdf809eecd4da4b6c3d419c4ce0ccd17b2f90f | ||
refs/heads/master: 3c034cce822d7422566e838de71ed99e024d5f2d |
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 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. | ||
|
||
This driver can also be built as a module. If so, the module | ||
will be called adis16255. |
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_ADIS16255) +údis16255.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,8 @@ | ||
* sample rate changeable or at least readable from sysfs | ||
* reset gyroscope | ||
* encapsulate adis_init and adis_turn_off | ||
* AD_CHK deletion | ||
* chip selftest in adis_init | ||
* reduce kernel messages to reasonable amount | ||
|
||
Contact: Matthias Brugger <mensch0815@gmail.com> |
Oops, something went wrong.