/openbmc/linux/Documentation/input/ |
H A D | multi-touch-protocol.rst | 15 objects in direct contact with the device surface, is needed. This 33 events. Only the ABS_MT events are recognized as part of a contact 38 Drivers for type A devices separate contact packets by calling 41 contact and prepare to receive another. 43 Drivers for type B devices separate contact packets by calling 65 identified contact, and use that slot to propagate changes for the contact. 68 is interpreted as a contact, and the value -1 denotes an unused slot. A 71 the full state of each initiated contact has to reside in the receiving 77 contact that is reported by the hardware. Whenever the identity of the 78 contact associated with a slot changes, the driver should invalidate that [all …]
|
H A D | event-codes.rst | 148 BTN_TOUCH is used for touch contact. While an input tool is determined to be 149 within meaningful physical contact, the value of this property must be set 150 to 1. Meaningful physical contact may mean any contact, or it may mean 151 contact conditioned by an implementation defined property. For example, a 251 - For touch devices, many devices converted contact size into pressure. 252 A finger flattens with pressure, causing a larger contact area and thus 253 pressure and contact size are directly related. This is not the case 424 contact. BTN_TOOL_<name> events should be reported where possible. 446 should be used to report when the tool is in contact with the tablet.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-soc | 3 contact: Lee Jones <lee@kernel.org> 17 contact: Lee Jones <lee@kernel.org> 24 contact: Lee Jones <lee@kernel.org> 55 contact: Bjorn Andersson <bjorn.andersson@linaro.org> 62 contact: Lee Jones <lee@kernel.org> 75 contact: Lee Jones <lee@kernel.org> 82 contact: Lee Jones <lee@kernel.org> 89 contact: Lee Jones <lee@kernel.org>
|
H A D | sysfs-driver-hid-ntrig | 6 (RW) Number of contact frames ignored before acknowledging the 15 (RW) Number of empty (no contact) frames ignored before 46 Minimum size contact accepted. 49 min_width (RW) Minimum touch contact width to decide 52 min_height (RW) Minimum touch contact height to decide
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | mtdev_1.1.7.bb | 5 be from any MT device, specifically type A without contact tracking, type A with \ 6 contact tracking, or type B with contact tracking"
|
/openbmc/linux/drivers/hid/ |
H A D | hid-alps.c | 126 struct t4_contact_data contact[5]; member 328 x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; in t4_raw_event() 329 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event() 331 z = (p_report->contact[i].palm < 0x80 && in t4_raw_event() 332 p_report->contact[i].palm > 0) * 62; in t4_raw_event() 374 u8 *contact = &data[i * 5]; in u1_raw_event() local 376 x = get_unaligned_le16(contact + 3); in u1_raw_event() 377 y = get_unaligned_le16(contact + 5); in u1_raw_event() 378 z = contact[7] & 0x7F; in u1_raw_event()
|
/openbmc/openbmc/.github/ISSUE_TEMPLATE/ |
H A D | question.md | 15 Discord. Please see https://github.com/openbmc/openbmc#contact for info 16 on how to contact us.
|
H A D | bug_report.md | 12 mailing list or Discord. Please see https://github.com/openbmc/openbmc#contact 13 for info on how to contact us. Github Issues in openbmc/openbmc are for bugs
|
/openbmc/linux/Documentation/input/devices/ |
H A D | ntrig.rst | 38 |deactivate_slack |the number of "no contact" frames to ignore before | 78 seeing both inappropriately dropped contact and ghosts, contacts reported 81 Deactivation slack helps prevent dropped contact for single touch use, but does 89 of events the more likely those events are from a real contact, and that the 90 larger the size of each contact the more likely it is real. Balancing the 101 contact immediately overrides the waiting period and leads to activation. 119 The calibration of these devices does drift over time. If ghosts or contact
|
/openbmc/linux/drivers/input/mouse/ |
H A D | cypress_ps2.c | 519 struct cytp_contact *contact; in cypress_process_packet() local 531 contact = &report_data.contacts[i]; in cypress_process_packet() 532 pos[i].x = contact->x; in cypress_process_packet() 533 pos[i].y = contact->y; in cypress_process_packet() 539 contact = &report_data.contacts[i]; in cypress_process_packet() 542 input_report_abs(input, ABS_MT_POSITION_X, contact->x); in cypress_process_packet() 543 input_report_abs(input, ABS_MT_POSITION_Y, contact->y); in cypress_process_packet() 544 input_report_abs(input, ABS_MT_PRESSURE, contact->z); in cypress_process_packet()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | sis_i2c.c | 225 const u8 *contact; in sis_ts_handle_packet() local 249 contact = &ts->packet[SIS_PKT_CONTACT_OFFSET]; in sis_ts_handle_packet() 253 error = sis_ts_report_contact(ts, contact, report_id); in sis_ts_handle_packet() 257 contact += contact_size; in sis_ts_handle_packet()
|
/openbmc/linux/Documentation/usb/ |
H A D | usb-serial.rst | 53 For any questions or problems with this driver, please contact 98 For any questions or problems with this driver, please contact Greg 150 For any questions or problems with the driver, please contact Ganesh 182 For any questions or problems with this driver, please contact Brian 207 For any questions or problems with this driver, please contact Hugh 221 For any questions or problems with this driver, please contact Bill Ryder. 285 contact me here via email: 309 Please contact Peter Berger (pberger@brimson.com) or Al Borchers 352 For any questions or problems with this driver, please contact William 367 For any questions or problems with this driver, please contact Gary [all …]
|
/openbmc/linux/scripts/ |
H A D | get_abi.pl | 526 my $contact = $data{$what}->{contact} if (defined($data{$what}->{contact})); 532 $contact =~ s/^\s+// if ($contact); 542 printf "Contact:\t\t%s\n", $contact if ($contact);
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Vim | 11 …contact you. When the maintainer asks you (in any way) for a copy of the modified Vim you distribu… 20 …- You clearly describe in the distribution how to contact you. This contact information must remai… 26 …4) The contact information as required under 2)a) and 2)d) must not be removed or changed, except …
|
H A D | gnuplot | 9 …3. provide your name and address as the primary contact for the support of your modified version, … 10 4. retain our contact information in regard to use of the base software.
|
H A D | MTLL | 17 …information contact Andrew Lumsdaine at the Pervasive Technology Labs at Indiana University. For a… 19 … prior written permission from IU or TUD. For written permission, please contact Indiana Universit…
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | gnuplot | 19 * 3. provide your name and address as the primary contact for the 21 * 4. retain our contact information in regard to use of the base
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | Kconfig | 58 tristate "MLX90614 contact-less infrared sensor" 62 MLX90614 contact-less infrared sensor connected with I2C. 68 tristate "MLX90632 contact-less infrared sensor with medical accuracy" 73 MLX90632 contact-less infrared sensor with medical accuracy
|
/openbmc/linux/Documentation/driver-api/mei/ |
H A D | mei-client-bus.rst | 79 As a theoretical example let's pretend the ME comes with a "contact" NFC IP. 84 #define CONTACT_DRIVER_NAME "contact" 148 struct contact *c = mei_cldev_get_drvdata(cldev);
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/ |
H A D | evolution-data-server.bb | 17 file://0003-contact-Replace-the-Novell-sample-contact-with-somet.patch \
|
/openbmc/u-boot/board/lg/sniper/ |
H A D | MAINTAINERS | 2 M: Paul Kocialkowski <contact@paulk.fr>
|
/openbmc/u-boot/board/Marvell/gplugd/ |
H A D | MAINTAINERS | 2 M: Ajay Bhargav <contact@8051projects.net>
|
/openbmc/u-boot/board/amazon/kc1/ |
H A D | MAINTAINERS | 2 M: Paul Kocialkowski <contact@paulk.fr>
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-v3-sl631-imx179.dts | 3 * Copyright 2020 Paul Kocialkowski <contact@paulk.fr>
|
/openbmc/openbmc/meta-raspberrypi/.github/ |
H A D | CODE_OF_CONDUCT.md | 6 For more information, additional questions or comments contact the project's
|