Skip to content

Commit

Permalink
Merge pull request #34 from efargas/3.8.13-bone71-lsm303
Browse files Browse the repository at this point in the history
3.8.13 bone71 lsm303
  • Loading branch information
jadonk committed Jul 9, 2015
2 parents 81e3a41 + 7df07b2 commit c02dcf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/misc/adxl34x-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
1 change: 1 addition & 0 deletions drivers/input/misc/adxl34x-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
1 change: 1 addition & 0 deletions drivers/input/misc/adxl34x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit c02dcf7

Please sign in to comment.