-
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: 325095 b: refs/heads/master c: c5bdbef h: refs/heads/master i: 325093: a6aac53 325091: b725001 325087: b4159ea v: v3
- Loading branch information
srinivas pandruvada
authored and
Jonathan Cameron
committed
Sep 6, 2012
1 parent
dfe8b2b
commit 6a446dd
Showing
6 changed files
with
443 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: 45fe6f7d002c4ce11ae966bce74c6714816390d7 | ||
refs/heads/master: c5bdbef704ba4c71a4fa2edc94d1930afad3b4c6 |
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 |
---|---|---|
|
@@ -17,3 +17,4 @@ obj-y += light/ | |
obj-y += frequency/ | ||
obj-y += dac/ | ||
obj-y += common/ | ||
obj-y += gyro/ |
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,16 @@ | ||
# | ||
# IIO Digital Gyroscope Sensor drivers configuration | ||
# | ||
menu "Digital gyroscope sensors" | ||
|
||
config HID_SENSOR_GYRO_3D | ||
depends on HID_SENSOR_HUB | ||
select IIO_BUFFER | ||
select IIO_TRIGGERED_BUFFER | ||
select HID_SENSOR_IIO_COMMON | ||
tristate "HID Gyroscope 3D" | ||
help | ||
Say yes here to build support for the HID SENSOR | ||
Gyroscope 3D. | ||
|
||
endmenu |
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,5 @@ | ||
# | ||
# Makefile for industrial I/O gyroscope sensor drivers | ||
# | ||
|
||
obj-$(CONFIG_HID_SENSOR_GYRO_3D) += hid-sensor-gyro-3d.o |
Oops, something went wrong.