Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-libsensors: Liste der Commits

hardware/libsensors


RSS
Rev. Zeit Autor
42669af kitkat-x86 android-x86-4.4-r3 2015-06-06 08:36:27 Chih-Wei Huang

iio-sensors: initial porting for iio based sensors

76cd154 android-x86-4.4-r1 android-x86-4.4-r2 2014-07-02 17:14:56 Tanguy Pruvot

hdaps: add support for ST LIS302DL (Acer 1425P/1825PTZ)

Allow also to tune axis signs and to swap axis like X<>Y

setprop hal.sensors.axis.revert "1,-1,1" # to revert Y axis
setprop hal.sensors.axis.order "1,0,2" # for Y,X,Z

This could be required for tablet pc with Accelerometers in Base
and not in Screen part (Acer 1425P has a rotative screen)

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>

ae5ff17 2014-06-30 18:04:08 Chih-Wei Huang

kbdsensor: fix crashing if no device found

43c7fda 2014-06-24 00:58:10 Tanguy Pruvot

w500: fix loop segfault in input devices list

f2b9611 2014-05-02 17:27:24 Chih-Wei Huang

hdaps: support Pegatron Lucid Tablet Accelerometer

8766ae4 2013-12-19 23:58:39 Kyle Evans

add reverse button rotation

9f94c41 2013-12-19 23:58:39 Kyle Evans

allow one button rotation to be soft coded.

6453f9c 2013-11-02 01:45:46 Chih-Wei Huang

kbdsensor: fix kitkat-x86 building errors

dfe0f77 2013-02-21 19:14:24 Kyle Evans

add WMI hotkey support

SW_TABLET_MODE & KEY_DIRECTION, these are two events common to tablet
PC's. The first detects when the laptop is entering tablet mode and
rotates the screen to 90 if not already rotated, then back to 0 when
returning to laptop mode. The second is just a single button rotation
that can still be used when the keyboard is covered up.

5b664be 2013-02-06 19:35:58 Chih-Wei Huang

update for jb-x86

Now all sensors libraries are built into the iso image.
Use the property hal.sensors to select the correct one.

159f3d9 2013-02-04 17:42:06 Chih-Wei Huang

allow to select rotation keys at runtime

hal.sensors.kbd.keys - define all keys configuration
hal.sensors.kbd.type - predefined configuration type

ed7455d 2012-07-15 20:08:11 Chih-Wei Huang

add s103t_sensor.c for S10-3t tablet

Moved from libsensors_s103t of device/lenovo/s103t with a bugfix.

1838f8e 2012-03-02 03:44:57 Kyle Evans

add alternate button config, F5-F8

68b38e9 2012-02-11 01:24:24 Stefan Seidel

add module for HDAPS accelerometer found in many IBM Thinkpads

33dd01b 2012-02-03 15:49:22 Chih-Wei Huang

remove remapping keys via uinput

Now we use the keylayout file to remap or ignore key events.

b526dea 2012-02-03 15:21:25 Chih-Wei Huang

fix ics rotation issue

The ics framework checks the events more restrictly.
The timestamp delta must be less than one second.

Use clock_gettime() to get more precise timestamp,
suggested by RvdB.

3e69795 honeycomb-x86 2011-11-13 16:25:02 Chih-Wei Huang

support rotation keys configuration

0591156 2011-08-16 11:21:05 Chih-Wei Huang

fix issues on honeycomb-x86

528fb5a gingerbread-x86 2011-04-20 17:37:39 Chih-Wei Huang

update to use new sensor interface of gingerbread

2504bab 2011-04-19 16:54:10 Chih-Wei Huang

change to C++ style struct initializer

2417e96 2011-03-24 17:05:10 Chih-Wei Huang

initial import of kbdsensor

Show on old repository browser