summaryrefslogtreecommitdiffstats
path: root/aries/libsensors
Commit message (Collapse)AuthorAgeFilesLines
* moved to device/samsung/aries-commonatinm2011-05-1721-2754/+0
|
* Disabled enable sensors on boot trying to avoid bootloop on logo. Need feedback.Guilherme2011-05-043-3/+3
|
* Removed all the early IOCTL except for lightsensor where it makes sense.Guilherme2011-05-034-54/+1
| | | | Hopefully no more bootloops...
* Removed and early ioctl to avoid bootloop.Guilherme2011-05-033-363/+336
| | | | Everything should be working. Need feedback.
* Some CM LoveGuiPerPT2011-05-021-335/+335
|
* Forgot something for captivate.Guilherme2011-05-031-5/+0
| | | | Change-Id: I09422e2149b47d0e8a45bc4a7c4a7cb2eb7887ce
* Dealing with different mount position is now at kernel side. No need in ↵Guilherme2011-05-031-5/+1
| | | | | | userspace Change-Id: I5f22d7765ed8d49dbac686c9ce1217034de13942
* Updated opensource libsensors to use with JVB binaries for calibration.Guilherme2011-05-0310-29/+290
| | | | | | Needs to be tested, commiting to HEAD since it's not used before being enabled in devices. Change-Id: Ia5c8ab4b4e0ccd1ab71305e53a38ead9ec4a5291
* Remove invert/swap hacks for magnetic sensor and orientation. Will fix ↵Andrew Mahone2011-03-121-12/+1
| | | | | | Captivate magnetometer orientation with correct position parameter in driver. Change-Id: Id73a8f7048f003994ee592a65430c6720383ac1b
* Fixed Accelerometer errors after Google Navigation and so programs which use ↵guiperpt@gmail.com2011-03-052-2/+12
| | | | | | | | compass. Compass is disabled since it does not work perfectly. We need GB kernel sources. Change-Id: I51ab01e370b0c3c7c0392b64a93220cf52bfd63c
* ifdef CAPTIVATE not needed because sensors.h has swapped x and y ↵atinm2011-02-261-10/+0
| | | | | | appropriately for it already. Change-Id: I35d059b2bdc1e2c116467c8143f238b5ceec8df5
* Merge git://github.com/teamhacksung/android_device_samsung_common into ↵Andrew Mahone2011-02-252-1/+10
|\ | | | | | | | | | | | | | | | | gingerbread Conflicts: aries/libsensors/sensors.h Change-Id: I68791a19ba2f15b3fe363062b92828f9f45ce96d
| * Captivate specific reorient stuff for messed up axis.atinm2011-02-252-1/+11
| | | | | | | | Change-Id: Id40d83d78718b35d5e12e57c0eac3bd8bdc995c9
* | Fix test for captivate target in libsensors.Andrew Mahone2011-02-251-1/+1
| | | | | | | | Change-Id: Idb03d1eba821ef3cb2f5f41b2bb357b503378613
* | Remove GyroSensor changes as we don't have one, move all changes into ↵Andrew Mahone2011-02-253-49/+15
| | | | | | | | | | | | sensors.h by swaping axis mapping there. Change-Id: I803b0ab6b30ec466329690f71caac77fdcd2a0bd
* | Fix accel/mag sensors to match reported values for Samsung firmwares on ↵Andrew Mahone2011-02-253-5/+56
|/ | | | | | Captivate. Changes for gyro are speculative, as this is only exposed processed with the other sensors to produce orientation. Change-Id: If15e01f599a353c1a0c68e892f1ee2a4fab6d890
* fix orientationKolja Dummann2011-02-241-1/+1
|
* reorientate for captivateatinm2011-02-232-0/+10
|
* added stuff for aries based phones like galaxys/captivate/fascinate/vibrantcodeworkx2011-02-2119-0/+2557