Searched +full:event +full:- +full:prox (Results 1 – 15 of 15) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/input/iqs62x-keys.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jeff LaBundy <jeff@labundy.com>13 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors14 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens-20 further details and examples. Sensor hardware configuration (self-capacitive21 vs. mutual-inductive, etc.) is selected based on the device's firmware.26 - azoteq,iqs620a-keys[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jeff LaBundy <jeff@labundy.com>13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features14 additional Hall-effect and inductive sensing capabilities.28 "#address-cells":31 "#size-cells":34 azoteq,hall-enable:37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * USB Wacom tablet support - Wacom specific code29 * 2^14/pi is a good approximation on Intuos5 and 3rd-gen Bamboo60 bool changed = battery->bat_status != bat_status || in __wacom_notify_battery()61 battery->battery_capacity != bat_capacity || in __wacom_notify_battery()62 battery->bat_charging != bat_charging || in __wacom_notify_battery()63 battery->bat_connected != bat_connected || in __wacom_notify_battery()64 battery->ps_connected != ps_connected; in __wacom_notify_battery()67 battery->bat_status = bat_status; in __wacom_notify_battery()68 battery->battery_capacity = bat_capacity; in __wacom_notify_battery()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Copyright (c) 2001-2005 Edouard TISSERANT <edouard.tisserant@wanadoo.fr>4 * Copyright (c) 2004-2005 Stephane VOLTZ <svoltz@numericable.fr>9 * v3.2 - Added sysfs support41 struct usb_acecad *acecad = urb->context; in usb_acecad_irq()42 unsigned char *data = acecad->data; in usb_acecad_irq()43 struct input_dev *dev = acecad->input; in usb_acecad_irq()44 struct usb_interface *intf = acecad->intf; in usb_acecad_irq()46 int prox, status; in usb_acecad_irq() local48 switch (urb->status) { in usb_acecad_irq()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only13 #include <linux/hid-sensor-hub.h>17 #include "../common/hid-sensors/hid-sensor-trigger.h"62 int report_id = -1; in prox_read_raw()71 switch (chan->scan_index) { in prox_read_raw()73 report_id = prox_state->prox_attr.report_id; in prox_read_raw()74 min = prox_state->prox_attr.logical_minimum; in prox_read_raw()78 report_id = -1; in prox_read_raw()82 hid_sensor_power_state(&prox_state->common_attributes, in prox_read_raw()85 prox_state->common_attributes.hsdev, in prox_read_raw()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only21 be called acpi-als.24 tristate "ADJD-S311-CR999 digital color sensor"29 If you say yes here you get support for the Avago ADJD-S311-CR999192 Say Y here if you have a Sharp GP2AP002 proximity/ALS combo-chip206 Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip220 will be called iqs621-als.267 module will be called hid-sensor-als.274 tristate "HID PROX"280 module will be called hid-sensor-prox.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only14 * https://lore.kernel.org/lkml/1315556546-7445-1-git-send-email-dg77.kim@samsung.com/17 * https://lore.kernel.org/linux-input/20190125175045.22576-1-pawel.mikolaj.chmiel@gmail.com/18 * Based partly on code from the Samsung GT-S7710 by <mjchen@sta.samsung.com>42 /* ------------------------------------------------------------------------ */45 /* ------------------------------------------------------------------------ */46 /* 0 PROX X X X X X X X VO H'00 R */52 /* ------------------------------------------------------------------------ */54 /* LED0 :Select switch for LED driver's On-registence(0:2x higher, 1:normal)*/127 * struct gp2ap002 - GP2AP002 state[all …]
2 * Copyright (C) 2012 UPI semi <Finley_huang@upi-semi.com>. All Rights Reserved.19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.77 /*all int flag (PROX, INT_A, INT_P)*/145 /*PS fault queue depth for interrupt event output*/185 /*wait-time slot selection*/194 /*IR-LED drive peak current setting*/
1 /* SPDX-License-Identifier: GPL-2.0 */17 #include <linux/sensor-dev.h>73 /*all int flag (PROX, INT_A, INT_P)*/141 /*PS fault queue depth for interrupt event output*/181 /*wait-time slot selection*/190 /*IR-LED drive peak current setting*/282 result = sensor->ops->active(client,0,0); in sensor_init()289 sensor->status_cur = SENSOR_OFF; in sensor_init()351 if(sensor->pdata->irq_enable) in sensor_report_value()353 if(sensor->ops->int_status_reg >= 0) in sensor_report_value()[all …]
1 // SPDX-License-Identifier: GPL-2.019 #define DRV_NAME "cros-ec-sensorhub"53 struct cros_ec_command *msg = sensorhub->msg; in cros_ec_sensorhub_register()54 struct cros_ec_dev *ec = sensorhub->ec; in cros_ec_sensorhub_register()59 msg->version = 1; in cros_ec_sensorhub_register()60 msg->insize = sizeof(struct ec_response_motion_sense); in cros_ec_sensorhub_register()61 msg->outsize = sizeof(struct ec_params_motion_sense); in cros_ec_sensorhub_register()63 for (i = 0; i < sensorhub->sensor_num; i++) { in cros_ec_sensorhub_register()64 sensorhub->params->cmd = MOTIONSENSE_CMD_INFO; in cros_ec_sensorhub_register()65 sensorhub->params->info.sensor_num = i; in cros_ec_sensorhub_register()[all …]
1 // SPDX-License-Identifier: GPL-2.0+25 [IQS62X_SW_HALL_N] = "hall-switch-north",26 [IQS62X_SW_HALL_S] = "hall-switch-south",52 ret = device_property_count_u32(&pdev->dev, "linux,keycodes"); in iqs62x_keys_parse_prop()54 dev_err(&pdev->dev, "Too many keycodes present\n"); in iqs62x_keys_parse_prop()55 return -EINVAL; in iqs62x_keys_parse_prop()57 dev_err(&pdev->dev, "Failed to count keycodes: %d\n", ret); in iqs62x_keys_parse_prop()60 iqs62x_keys->keycodemax = ret; in iqs62x_keys_parse_prop()62 ret = device_property_read_u32_array(&pdev->dev, "linux,keycodes", in iqs62x_keys_parse_prop()63 iqs62x_keys->keycode, in iqs62x_keys_parse_prop()[all …]
1 // SPDX-License-Identifier: GPL-2.0+8 * inductive keys as well as Hall-effect switches, and one for each of the two149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000)150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000)151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150)201 .name = "event-prox",207 .name = "event-prox-alt",214 .name = "event-touch",220 .name = "event-touch-alt",227 .name = "event-deep",[all …]
1 // SPDX-License-Identifier: GPL-2.09 * control thanks to Munir Nassar nassarmu@real-time.com59 { USB_DEVICE(0x045B, 0x0053) }, /* Renesas RX610 RX-Stick */60 { USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */61 { USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */62 { USB_DEVICE(0x0489, 0xE003) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */65 { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */70 { USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */75 { USB_DEVICE(0x0FDE, 0xCA05) }, /* OWL Wireless Electricity Monitor CM-160 */77 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */[all …]
3 Date: Tue Apr 13 10:01:34 2021 -04007 Signed-off-by: Matt Turner <mattst88@gmail.com>15 CVE-2021-3472 / ZDI-CAN-125918 Jan-Niklas Sohn working with Trend Micro Zero Day Initiative20 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>24 Date: Sun Feb 21 21:49:58 2021 -080030 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>35 Date: Sun Feb 21 21:49:14 2021 -080039 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>44 Date: Sun Feb 21 20:58:42 2021 -0800[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...