1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * HID Sensors Driver 2 * HID Sensors Driver 4 * Copyright (c) 2012, Intel Corporation. 3 * Copyright (c) 2012, Intel Corporation. >> 4 * >> 5 * This program is free software; you can redistribute it and/or modify it >> 6 * under the terms and conditions of the GNU General Public License, >> 7 * version 2, as published by the Free Software Foundation. >> 8 * >> 9 * This program is distributed in the hope it will be useful, but WITHOUT >> 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or >> 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for >> 12 * more details. >> 13 * >> 14 * You should have received a copy of the GNU General Public License along with >> 15 * this program; if not, write to the Free Software Foundation, Inc., >> 16 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. >> 17 * 5 */ 18 */ 6 #ifndef _HID_SENSORS_IDS_H 19 #ifndef _HID_SENSORS_IDS_H 7 #define _HID_SENSORS_IDS_H 20 #define _HID_SENSORS_IDS_H 8 21 9 #define HID_MAX_PHY_DEVICES 22 #define HID_MAX_PHY_DEVICES 0xFF 10 23 11 #define HID_USAGE_SENSOR_COLLECTION 24 #define HID_USAGE_SENSOR_COLLECTION 0x200001 12 25 13 /* Accel 3D (200073) */ 26 /* Accel 3D (200073) */ 14 #define HID_USAGE_SENSOR_ACCEL_3D 27 #define HID_USAGE_SENSOR_ACCEL_3D 0x200073 15 #define HID_USAGE_SENSOR_DATA_ACCELERATION 28 #define HID_USAGE_SENSOR_DATA_ACCELERATION 0x200452 16 #define HID_USAGE_SENSOR_ACCEL_X_AXIS 29 #define HID_USAGE_SENSOR_ACCEL_X_AXIS 0x200453 17 #define HID_USAGE_SENSOR_ACCEL_Y_AXIS 30 #define HID_USAGE_SENSOR_ACCEL_Y_AXIS 0x200454 18 #define HID_USAGE_SENSOR_ACCEL_Z_AXIS 31 #define HID_USAGE_SENSOR_ACCEL_Z_AXIS 0x200455 19 32 20 /* ALS (200041) */ 33 /* ALS (200041) */ 21 #define HID_USAGE_SENSOR_ALS 34 #define HID_USAGE_SENSOR_ALS 0x200041 22 #define HID_USAGE_SENSOR_DATA_LIGHT 35 #define HID_USAGE_SENSOR_DATA_LIGHT 0x2004d0 23 #define HID_USAGE_SENSOR_LIGHT_ILLUM 36 #define HID_USAGE_SENSOR_LIGHT_ILLUM 0x2004d1 24 #define HID_USAGE_SENSOR_LIGHT_COLOR_TEMPERATU << 25 #define HID_USAGE_SENSOR_LIGHT_CHROMATICITY << 26 #define HID_USAGE_SENSOR_LIGHT_CHROMATICITY_X << 27 #define HID_USAGE_SENSOR_LIGHT_CHROMATICITY_Y << 28 37 29 /* PROX (200011) */ 38 /* PROX (200011) */ 30 #define HID_USAGE_SENSOR_PROX 39 #define HID_USAGE_SENSOR_PROX 0x200011 31 #define HID_USAGE_SENSOR_DATA_PRESENCE 40 #define HID_USAGE_SENSOR_DATA_PRESENCE 0x2004b0 32 #define HID_USAGE_SENSOR_HUMAN_PRESENCE 41 #define HID_USAGE_SENSOR_HUMAN_PRESENCE 0x2004b1 33 42 34 /* Pressure (200031) */ 43 /* Pressure (200031) */ 35 #define HID_USAGE_SENSOR_PRESSURE 44 #define HID_USAGE_SENSOR_PRESSURE 0x200031 36 #define HID_USAGE_SENSOR_DATA_ATMOSPHERIC_PRES 45 #define HID_USAGE_SENSOR_DATA_ATMOSPHERIC_PRESSURE 0x200430 37 #define HID_USAGE_SENSOR_ATMOSPHERIC_PRESSURE 46 #define HID_USAGE_SENSOR_ATMOSPHERIC_PRESSURE 0x200431 38 47 39 /* Tempreture (200033) */ 48 /* Tempreture (200033) */ 40 #define HID_USAGE_SENSOR_TEMPERATURE 49 #define HID_USAGE_SENSOR_TEMPERATURE 0x200033 41 #define HID_USAGE_SENSOR_DATA_ENVIRONMENTAL_TE 50 #define HID_USAGE_SENSOR_DATA_ENVIRONMENTAL_TEMPERATURE 0x200434 42 51 43 /* humidity */ 52 /* humidity */ 44 #define HID_USAGE_SENSOR_HUMIDITY 53 #define HID_USAGE_SENSOR_HUMIDITY 0x200032 45 #define HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY 54 #define HID_USAGE_SENSOR_ATMOSPHERIC_HUMIDITY 0x200433 46 55 47 /* Gyro 3D: (200076) */ 56 /* Gyro 3D: (200076) */ 48 #define HID_USAGE_SENSOR_GYRO_3D 57 #define HID_USAGE_SENSOR_GYRO_3D 0x200076 49 #define HID_USAGE_SENSOR_DATA_ANGL_VELOCITY 58 #define HID_USAGE_SENSOR_DATA_ANGL_VELOCITY 0x200456 50 #define HID_USAGE_SENSOR_ANGL_VELOCITY_X_AXIS 59 #define HID_USAGE_SENSOR_ANGL_VELOCITY_X_AXIS 0x200457 51 #define HID_USAGE_SENSOR_ANGL_VELOCITY_Y_AXIS 60 #define HID_USAGE_SENSOR_ANGL_VELOCITY_Y_AXIS 0x200458 52 #define HID_USAGE_SENSOR_ANGL_VELOCITY_Z_AXIS 61 #define HID_USAGE_SENSOR_ANGL_VELOCITY_Z_AXIS 0x200459 53 62 54 /* Gravity vector */ 63 /* Gravity vector */ 55 #define HID_USAGE_SENSOR_GRAVITY_VECTOR 64 #define HID_USAGE_SENSOR_GRAVITY_VECTOR 0x20007B 56 65 57 /* ORIENTATION: Compass 3D: (200083) */ 66 /* ORIENTATION: Compass 3D: (200083) */ 58 #define HID_USAGE_SENSOR_COMPASS_3D 67 #define HID_USAGE_SENSOR_COMPASS_3D 0x200083 59 #define HID_USAGE_SENSOR_DATA_ORIENTATION 68 #define HID_USAGE_SENSOR_DATA_ORIENTATION 0x200470 60 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING 69 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING 0x200471 61 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING_X 70 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING_X 0x200472 62 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING_Y 71 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING_Y 0x200473 63 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING_Z 72 #define HID_USAGE_SENSOR_ORIENT_MAGN_HEADING_Z 0x200474 64 73 65 #define HID_USAGE_SENSOR_ORIENT_COMP_MAGN_NORT 74 #define HID_USAGE_SENSOR_ORIENT_COMP_MAGN_NORTH 0x200475 66 #define HID_USAGE_SENSOR_ORIENT_COMP_TRUE_NORT 75 #define HID_USAGE_SENSOR_ORIENT_COMP_TRUE_NORTH 0x200476 67 #define HID_USAGE_SENSOR_ORIENT_MAGN_NORTH 76 #define HID_USAGE_SENSOR_ORIENT_MAGN_NORTH 0x200477 68 #define HID_USAGE_SENSOR_ORIENT_TRUE_NORTH 77 #define HID_USAGE_SENSOR_ORIENT_TRUE_NORTH 0x200478 69 78 70 #define HID_USAGE_SENSOR_ORIENT_DISTANCE 79 #define HID_USAGE_SENSOR_ORIENT_DISTANCE 0x200479 71 #define HID_USAGE_SENSOR_ORIENT_DISTANCE_X 80 #define HID_USAGE_SENSOR_ORIENT_DISTANCE_X 0x20047A 72 #define HID_USAGE_SENSOR_ORIENT_DISTANCE_Y 81 #define HID_USAGE_SENSOR_ORIENT_DISTANCE_Y 0x20047B 73 #define HID_USAGE_SENSOR_ORIENT_DISTANCE_Z 82 #define HID_USAGE_SENSOR_ORIENT_DISTANCE_Z 0x20047C 74 #define HID_USAGE_SENSOR_ORIENT_DISTANCE_OUT_O 83 #define HID_USAGE_SENSOR_ORIENT_DISTANCE_OUT_OF_RANGE 0x20047D 75 84 76 /* ORIENTATION: Inclinometer 3D: (200086) */ 85 /* ORIENTATION: Inclinometer 3D: (200086) */ 77 #define HID_USAGE_SENSOR_INCLINOMETER_3D 86 #define HID_USAGE_SENSOR_INCLINOMETER_3D 0x200086 78 #define HID_USAGE_SENSOR_ORIENT_TILT 87 #define HID_USAGE_SENSOR_ORIENT_TILT 0x20047E 79 #define HID_USAGE_SENSOR_ORIENT_TILT_X 88 #define HID_USAGE_SENSOR_ORIENT_TILT_X 0x20047F 80 #define HID_USAGE_SENSOR_ORIENT_TILT_Y 89 #define HID_USAGE_SENSOR_ORIENT_TILT_Y 0x200480 81 #define HID_USAGE_SENSOR_ORIENT_TILT_Z 90 #define HID_USAGE_SENSOR_ORIENT_TILT_Z 0x200481 82 91 83 #define HID_USAGE_SENSOR_DEVICE_ORIENTATION 92 #define HID_USAGE_SENSOR_DEVICE_ORIENTATION 0x20008A 84 #define HID_USAGE_SENSOR_RELATIVE_ORIENTATION 93 #define HID_USAGE_SENSOR_RELATIVE_ORIENTATION 0x20008E 85 #define HID_USAGE_SENSOR_GEOMAGNETIC_ORIENTATI 94 #define HID_USAGE_SENSOR_GEOMAGNETIC_ORIENTATION 0x2000C1 86 #define HID_USAGE_SENSOR_ORIENT_ROTATION_MATRI 95 #define HID_USAGE_SENSOR_ORIENT_ROTATION_MATRIX 0x200482 87 #define HID_USAGE_SENSOR_ORIENT_QUATERNION 96 #define HID_USAGE_SENSOR_ORIENT_QUATERNION 0x200483 88 #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX 97 #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX 0x200484 89 98 90 #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_X_AX 99 #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_X_AXIS 0x200485 91 #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_Y_AX 100 #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_Y_AXIS 0x200486 92 #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_Z_AX 101 #define HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_Z_AXIS 0x200487 93 102 94 /* Time (2000a0) */ 103 /* Time (2000a0) */ 95 #define HID_USAGE_SENSOR_TIME 104 #define HID_USAGE_SENSOR_TIME 0x2000a0 96 #define HID_USAGE_SENSOR_TIME_YEAR 105 #define HID_USAGE_SENSOR_TIME_YEAR 0x200521 97 #define HID_USAGE_SENSOR_TIME_MONTH 106 #define HID_USAGE_SENSOR_TIME_MONTH 0x200522 98 #define HID_USAGE_SENSOR_TIME_DAY 107 #define HID_USAGE_SENSOR_TIME_DAY 0x200523 99 #define HID_USAGE_SENSOR_TIME_HOUR 108 #define HID_USAGE_SENSOR_TIME_HOUR 0x200525 100 #define HID_USAGE_SENSOR_TIME_MINUTE 109 #define HID_USAGE_SENSOR_TIME_MINUTE 0x200526 101 #define HID_USAGE_SENSOR_TIME_SECOND 110 #define HID_USAGE_SENSOR_TIME_SECOND 0x200527 102 #define HID_USAGE_SENSOR_TIME_TIMESTAMP 111 #define HID_USAGE_SENSOR_TIME_TIMESTAMP 0x200529 103 112 104 /* Units */ 113 /* Units */ 105 #define HID_USAGE_SENSOR_UNITS_NOT_SPECIFIED 114 #define HID_USAGE_SENSOR_UNITS_NOT_SPECIFIED 0x00 106 #define HID_USAGE_SENSOR_UNITS_LUX 115 #define HID_USAGE_SENSOR_UNITS_LUX 0x01 107 #define HID_USAGE_SENSOR_UNITS_KELVIN 116 #define HID_USAGE_SENSOR_UNITS_KELVIN 0x01000100 108 #define HID_USAGE_SENSOR_UNITS_FAHRENHEIT 117 #define HID_USAGE_SENSOR_UNITS_FAHRENHEIT 0x03000100 109 #define HID_USAGE_SENSOR_UNITS_PASCAL 118 #define HID_USAGE_SENSOR_UNITS_PASCAL 0xF1E1 110 #define HID_USAGE_SENSOR_UNITS_NEWTON 119 #define HID_USAGE_SENSOR_UNITS_NEWTON 0x11E1 111 #define HID_USAGE_SENSOR_UNITS_METERS_PER_SECO 120 #define HID_USAGE_SENSOR_UNITS_METERS_PER_SECOND 0x11F0 112 #define HID_USAGE_SENSOR_UNITS_METERS_PER_SEC_ 121 #define HID_USAGE_SENSOR_UNITS_METERS_PER_SEC_SQRD 0x11E0 113 #define HID_USAGE_SENSOR_UNITS_FARAD 122 #define HID_USAGE_SENSOR_UNITS_FARAD 0xE14F2000 114 #define HID_USAGE_SENSOR_UNITS_AMPERE 123 #define HID_USAGE_SENSOR_UNITS_AMPERE 0x01001000 115 #define HID_USAGE_SENSOR_UNITS_WATT 124 #define HID_USAGE_SENSOR_UNITS_WATT 0x21d1 116 #define HID_USAGE_SENSOR_UNITS_HENRY 125 #define HID_USAGE_SENSOR_UNITS_HENRY 0x21E1E000 117 #define HID_USAGE_SENSOR_UNITS_OHM 126 #define HID_USAGE_SENSOR_UNITS_OHM 0x21D1E000 118 #define HID_USAGE_SENSOR_UNITS_VOLT 127 #define HID_USAGE_SENSOR_UNITS_VOLT 0x21D1F000 119 #define HID_USAGE_SENSOR_UNITS_HERTZ 128 #define HID_USAGE_SENSOR_UNITS_HERTZ 0x01F0 120 #define HID_USAGE_SENSOR_UNITS_DEGREES_PER_SEC 129 #define HID_USAGE_SENSOR_UNITS_DEGREES_PER_SEC_SQRD 0x14E0 121 #define HID_USAGE_SENSOR_UNITS_RADIANS 130 #define HID_USAGE_SENSOR_UNITS_RADIANS 0x12 122 #define HID_USAGE_SENSOR_UNITS_RADIANS_PER_SEC 131 #define HID_USAGE_SENSOR_UNITS_RADIANS_PER_SECOND 0x12F0 123 #define HID_USAGE_SENSOR_UNITS_RADIANS_PER_SEC 132 #define HID_USAGE_SENSOR_UNITS_RADIANS_PER_SEC_SQRD 0x12E0 124 #define HID_USAGE_SENSOR_UNITS_SECOND 133 #define HID_USAGE_SENSOR_UNITS_SECOND 0x0110 125 #define HID_USAGE_SENSOR_UNITS_GAUSS 134 #define HID_USAGE_SENSOR_UNITS_GAUSS 0x01E1F000 126 #define HID_USAGE_SENSOR_UNITS_GRAM 135 #define HID_USAGE_SENSOR_UNITS_GRAM 0x0101 127 #define HID_USAGE_SENSOR_UNITS_CENTIMETER 136 #define HID_USAGE_SENSOR_UNITS_CENTIMETER 0x11 128 #define HID_USAGE_SENSOR_UNITS_G 137 #define HID_USAGE_SENSOR_UNITS_G 0x1A 129 #define HID_USAGE_SENSOR_UNITS_MILLISECOND 138 #define HID_USAGE_SENSOR_UNITS_MILLISECOND 0x19 130 #define HID_USAGE_SENSOR_UNITS_PERCENT 139 #define HID_USAGE_SENSOR_UNITS_PERCENT 0x17 131 #define HID_USAGE_SENSOR_UNITS_DEGREES 140 #define HID_USAGE_SENSOR_UNITS_DEGREES 0x14 132 #define HID_USAGE_SENSOR_UNITS_DEGREES_PER_SEC 141 #define HID_USAGE_SENSOR_UNITS_DEGREES_PER_SECOND 0x15 133 142 134 /* Common selectors */ 143 /* Common selectors */ 135 #define HID_USAGE_SENSOR_PROP_DESC << 136 #define HID_USAGE_SENSOR_PROP_FRIENDLY_NAME << 137 #define HID_USAGE_SENSOR_PROP_SERIAL_NUM << 138 #define HID_USAGE_SENSOR_PROP_MANUFACTURER << 139 #define HID_USAGE_SENSOR_PROP_MODEL << 140 #define HID_USAGE_SENSOR_PROP_REPORT_INTERVAL 144 #define HID_USAGE_SENSOR_PROP_REPORT_INTERVAL 0x20030E 141 #define HID_USAGE_SENSOR_PROP_SENSITIVITY_ABS 145 #define HID_USAGE_SENSOR_PROP_SENSITIVITY_ABS 0x20030F 142 #define HID_USAGE_SENSOR_PROP_SENSITIVITY_RANG 146 #define HID_USAGE_SENSOR_PROP_SENSITIVITY_RANGE_PCT 0x200310 143 #define HID_USAGE_SENSOR_PROP_SENSITIVITY_REL_ 147 #define HID_USAGE_SENSOR_PROP_SENSITIVITY_REL_PCT 0x200311 144 #define HID_USAGE_SENSOR_PROP_ACCURACY 148 #define HID_USAGE_SENSOR_PROP_ACCURACY 0x200312 145 #define HID_USAGE_SENSOR_PROP_RESOLUTION 149 #define HID_USAGE_SENSOR_PROP_RESOLUTION 0x200313 146 #define HID_USAGE_SENSOR_PROP_RANGE_MAXIMUM 150 #define HID_USAGE_SENSOR_PROP_RANGE_MAXIMUM 0x200314 147 #define HID_USAGE_SENSOR_PROP_RANGE_MINIMUM 151 #define HID_USAGE_SENSOR_PROP_RANGE_MINIMUM 0x200315 148 #define HID_USAGE_SENSOR_PROP_REPORT_STATE 152 #define HID_USAGE_SENSOR_PROP_REPORT_STATE 0x200316 149 #define HID_USAGE_SENSOR_PROY_POWER_STATE 153 #define HID_USAGE_SENSOR_PROY_POWER_STATE 0x200319 150 154 151 /* Batch mode selectors */ 155 /* Batch mode selectors */ 152 #define HID_USAGE_SENSOR_PROP_REPORT_LATENCY 156 #define HID_USAGE_SENSOR_PROP_REPORT_LATENCY 0x20031B 153 157 154 /* Per data field properties */ 158 /* Per data field properties */ 155 #define HID_USAGE_SENSOR_DATA_MOD_NONE 159 #define HID_USAGE_SENSOR_DATA_MOD_NONE 0x00 156 #define HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSI 160 #define HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSITIVITY_ABS 0x1000 157 #define HID_USAGE_SENSOR_DATA_MOD_CHANGE_SENSI << 158 161 159 /* Power state enumerations */ 162 /* Power state enumerations */ 160 #define HID_USAGE_SENSOR_PROP_POWER_STATE_UNDE 163 #define HID_USAGE_SENSOR_PROP_POWER_STATE_UNDEFINED_ENUM 0x200850 161 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D0_F 164 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D0_FULL_POWER_ENUM 0x200851 162 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D1_L 165 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D1_LOW_POWER_ENUM 0x200852 163 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D2_S 166 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D2_STANDBY_WITH_WAKE_ENUM 0x200853 164 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D3_S 167 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D3_SLEEP_WITH_WAKE_ENUM 0x200854 165 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D4_P 168 #define HID_USAGE_SENSOR_PROP_POWER_STATE_D4_POWER_OFF_ENUM 0x200855 166 169 167 /* Report State enumerations */ 170 /* Report State enumerations */ 168 #define HID_USAGE_SENSOR_PROP_REPORTING_STATE_ 171 #define HID_USAGE_SENSOR_PROP_REPORTING_STATE_NO_EVENTS_ENUM 0x200840 169 #define HID_USAGE_SENSOR_PROP_REPORTING_STATE_ 172 #define HID_USAGE_SENSOR_PROP_REPORTING_STATE_ALL_EVENTS_ENUM 0x200841 170 << 171 /* Custom Sensor (2000e1) */ << 172 #define HID_USAGE_SENSOR_HINGE << 173 #define HID_USAGE_SENSOR_DATA_FIELD_LOCATION << 174 #define HID_USAGE_SENSOR_DATA_FIELE_TIME_SINCE << 175 #define HID_USAGE_SENSOR_DATA_FIELD_CUSTOM_USA << 176 #define HID_USAGE_SENSOR_DATA_FIELD_CUSTOM_VAL << 177 /* Custom Sensor data 28=>x>=0 */ << 178 #define HID_USAGE_SENSOR_DATA_FIELD_CUSTOM_VAL << 179 (HID_USAGE_SENSOR_DATA_FIELD_CUSTOM_VA << 180 173 181 #endif 174 #endif 182 175
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.