OSDN Git Service

Merge remote-tracking branch 'origin/abt/topic/gmin/l-dev/sensors/master' into l...
[android-x86/hardware-intel-libsensors.git] / description.h
index 2e62673..9dffeec 100644 (file)
@@ -13,6 +13,8 @@
 #define QUIRK_TERSE_DRIVER     0x08  /* Force duplicate events generation    */
 #define QUIRK_NOISY            0x10  /* High noise level on readings         */
 #define QUIRK_FORCE_CONTINUOUS 0x20  /* Force usage of continuous trigger    */
+#define QUIRK_BIASED           0x40  /* Biased sensor, requires compensation */
+#define QUIRK_SPOTTY           0x80  /* Driver may lose events */
 
 #ifdef __LP64__
        typedef uint64_t        flag_t;