-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from efargas/3.8.13-bone71-lsm303
3.8.13 bone71 lsm303
- Loading branch information
Showing
3 changed files
with
3 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -153,3 +153,4 @@ module_i2c_driver(adxl34x_driver); | |
MODULE_AUTHOR("Michael Hennerich <[email protected]>"); | ||
MODULE_DESCRIPTION("ADXL345/346 Three-Axis Digital Accelerometer I2C Bus Driver"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_ALIAS("i2c:adxl34x"); |
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 |
---|---|---|
|
@@ -134,3 +134,4 @@ module_spi_driver(adxl34x_driver); | |
MODULE_AUTHOR("Michael Hennerich <[email protected]>"); | ||
MODULE_DESCRIPTION("ADXL345/346 Three-Axis Digital Accelerometer SPI Bus Driver"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_ALIAS("spi:adxl34x"); |
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 |
---|---|---|
|
@@ -913,3 +913,4 @@ EXPORT_SYMBOL_GPL(adxl34x_remove); | |
MODULE_AUTHOR("Michael Hennerich <[email protected]>"); | ||
MODULE_DESCRIPTION("ADXL345/346 Three-Axis Digital Accelerometer Driver"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_ALIAS("misc:adxl34x"); |