OSDN Git Service

android-x86/hardware-intel-libsensors.git
2015-02-09 Viorel SumanUtils review - string read/write functions
2015-02-09 Viorel SumanUtils review - introducing base read and write functions
2015-02-06 Adriana ReusPass iio provided timestamps without further processing.
2015-02-06 Patrick PorlanUnbreak branch
2015-02-06 Patrick PorlanBulk-extend copyright headers to 2015
2015-02-06 Daniel Balutaiio-sensors: Add suport for STEP_DETECTOR sensor
2015-02-06 Daniel Balutaiio-sensors: Add infrastructure for IIO events
2015-02-06 Daniel Balutaiio-sensors: Add support for STEP_COUNTER sensor
2015-02-06 Daniel Balutaiio-sensors: Add sensor mode parameter
2015-02-06 Daniel Balutaiio-sensors: Refactor sensor_catalog definition
2015-02-06 Daniel Balutaenumeration: Refactor discover sensors code
2015-02-06 Irina Tirdeaiio-sensors: Fix build warnings
2015-02-05 Irina Tirdeasens: enable build warnings
2015-02-03 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2015-02-02 Patrick PorlanFix incorrect timestamp on Malata accelerometer samples
2015-02-02 Patrick PorlanDon't propagate timestamps to colocated poll mode sensors
2015-01-29 Patrick PorlanIRDA-2849: Add support for optional calibscale properties
2015-01-28 Patrick PorlanIRDA-3484: Optionally read window size from filter...
2015-01-28 Patrick PorlanIRDA-3484: Shift the moving average filter fields to...
2015-01-28 Patrick PorlanIRDA-3484: Add support for filter property
2015-01-12 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2015-01-08 Adriana ReusRemove useless log.
2015-01-08 Adriana ReusAdd the TYPE_MAGNETIC_FIELD_UNCALIBRATED sensor
2015-01-05 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2015-01-05 Patrick PorlanTransmit the entire sensor_event_t structure from acqui...
2015-01-05 Adriana Reuscleanup: Remove handling for continous sensors when...
2014-12-19 Patrick PorlanWinter cleanup: reorganize line breaks in filtering.c
2014-12-19 Patrick PorlanWinter cleanup: revisit enable_buffer function
2014-12-19 Patrick PorlanWinter cleanup: add a specific is_polling flag to the...
2014-12-18 Patrick PorlanFix min & max sampling rate for on-change sensors
2014-12-18 Patrick PorlanShift max and min rate calculations to enumeration...
2014-12-18 Patrick PorlanWinter cleanup: remove old debugging code from compass...
2014-12-18 Patrick PorlanWinter cleanup: straighten up a few long untouched...
2014-12-18 Patrick PorlanWinter cleanup: switch to 160 characters lines
2014-12-18 Patrick PorlanWinter cleanup: use typedef on our own types
2014-12-18 Patrick PorlanRevisit sampling rate arbitration
2014-12-18 Patrick PorlanTweak a few traces
2014-12-18 Patrick PorlanWinter cleanup: use consistent types for constants
2014-12-18 Patrick PorlanRework a little bit sensor_activate_virtual
2014-12-18 Patrick PorlanMove sensor_activate_virtual next to sensor_activate...
2014-12-18 Patrick PorlanRename setup_delay_sysfs to sensor_set_rate
2014-12-18 Patrick PorlanRework a little bit the end cases in check_state_change
2014-12-18 Patrick PorlanBetter coordinate frequencies of co-located iio sensors
2014-12-18 Patrick PorlanOnly signal an acquisition thread if the target sensor...
2014-12-18 Patrick PorlanAllow for a slight difference when parsing available...
2014-12-18 Patrick PorlanWinter cleanup: rephrase traces and comments, rename...
2014-12-18 Patrick PorlanRename MAX_REAL_DEP to MAX_BASE_SENSORS and base_idx...
2014-12-16 Patrick PorlanWinter cleanup: tidy up enumeration.c
2014-12-16 Patrick PorlanWinter cleanup: Harmonize spacing before functions
2014-12-16 Patrick PorlanWinter cleanup: suffix our own types with _t
2014-12-16 Patrick PorlanWinter cleanup: comment harmonization, space shuffling...
2014-12-16 Patrick PorlanWinter cleanup: move iio type field decoding out of...
2014-12-15 Patrick PorlanWinter cleanup: remove superfluous volatile specifier
2014-12-15 Patrick PorlanWinter cleanup: sensor_info[] -> sensor[]
2014-12-12 Adriana ReusBetter support for virtual sensors
2014-12-03 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2014-12-03 Adriana ReusAdditional calibration validation
2014-12-03 Adriana ReusRemove accel special case for managing timestamps
2014-12-03 Octavian Purdilasens: fix server crash after stopping the poll client
2014-12-03 Octavian Purdilasens: simplify the server dispatch routine
2014-12-03 Octavian PurdilaFix Linux build
2014-12-03 Octavian Purdilasens: mark parameter as unused
2014-12-03 Octavian Purdilasens: remove unused parameter in dispatch_cmd
2014-12-03 Octavian Purdilasens: trim command buffer
2014-12-03 Octavian Purdilasens: use strncat and strncpy when composing the comman...
2014-11-26 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2014-11-25 Patrick PorlanDon't use the timestamp channel in any-motion mode
2014-11-25 Patrick PorlanSmall timestamps fixes
2014-11-24 Patrick PorlanReinstate monotonic timestamp in data acquisition threads
2014-11-24 Patrick PorlanMake sure the deadlines we set are interpreted in CLOCK...
2014-11-24 Patrick PorlanRecompute the boot to realtime delta at iio ts channel...
2014-11-24 Patrick PorlanStandardize timestamps on CLOCK_BOOTTIME
2014-11-21 Patrick PorlanAdditional fixes to time stamps code
2014-11-21 Patrick PorlanCorrect timestamps read from the timestamp iio channel
2014-11-21 Patrick PorlanBe more careful with the amount of data we read from...
2014-11-21 Patrick PorlanMoping the floor: hamonize comments delimiters
2014-11-21 Patrick PorlanMoping the floor: remove superfluous f type specifiers
2014-11-21 Patrick PorlanShift gyro drop count from common.h to filtering.h
2014-11-21 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2014-11-21 Patrick PorlanUse the driver provided timestamp channel if possible
2014-11-21 Adriana ReusMagnetometer ts improvements
2014-11-21 Adriana ReusPopulate quirks at enumeration
2014-11-20 Adriana ReusMove defines to appropriate c files
2014-11-20 Adriana ReusDon't setup an upper limit for the magnetometer sanity_norm
2014-11-20 Patrick PorlanWarning removal round
2014-11-17 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2014-11-17 Adriana ReusFix for broken indexes in compass calibration
2014-11-14 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2014-11-14 Adriana ReusValidate old cal_level
2014-11-14 Patrick PorlanGMINL-3234: Reduce magneto and gyro filter windows
2014-11-14 Patrick PorlanGMINL-3234: Refactor a little bit our filtering code
2014-11-14 Patrick PorlanGMINL-3234: Reorganize filters a litle
2014-11-13 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
2014-11-13 Patrick PorlanGMINL-3234: Temporarily remove uncalibrated gyroscope
2014-11-13 Patrick PorlanGMINL-3234: Allow for a minimal sensor sampling rate
2014-11-13 Adriana ReusCompass calibration minor fixes
2014-11-13 Patrick PorlanGMINL-3234: Tweak magneto filter window size
2014-11-13 Adriana ReusConfigurable calibration steps
2014-11-13 Adriana ReusDon't let the timestamp get too far behind
2014-11-10 Adriana ReusMerge remote-tracking branch 'origin/abt/topic/gmin...
next