/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | safe_finger.8 | 3 safe_finger \- finger client wrapper that protects against nasty stuff 4 from finger servers 10 command protects against nasty stuff from finger servers. Use this 11 program for automatic reverse finger probes from the 14 , not the raw finger command. The 16 command makes sure that the finger client is not run with root 17 privileges. It also runs the finger client with a defined PATH 21 finger servers. The problem: some programs may react to stuff in 23 on a line. File systems may fill up as the finger server keeps 25 The finger server may take forever because it is somehow wedged.
|
/openbmc/linux/drivers/input/mouse/ |
H A D | focaltech.c | 55 #define FOC_ABS 0x6 /* absolute position of one finger */ 61 * Current state of a single finger on the touchpad. 64 /* The touchpad has generated a touch event for the finger */ 68 * The touchpad has sent position data for the finger. The 69 * flag is 0 when the finger is not active, and there is a 70 * time between the first touch event for the finger and the 71 * following absolute position packet for the finger where the 72 * touchpad has declared the finger to be valid, but we do not 79 * finger. 91 * the array indices correspond to the finger indices returned [all …]
|
H A D | sentelic.h | 3 * Finger Sensing Pad PS/2 mouse driver. 12 /* Finger-sensing Pad information registers */ 20 /* Finger-sensing Pad control registers */ 63 /* Finger-sensing Pad packet formating related definitions */ 106 unsigned int last_mt_fgr; /* Last seen finger(multitouch) */
|
/openbmc/linux/Documentation/input/devices/ |
H A D | elantech.rst | 26 5.2.2 One/Three finger touch 27 5.2.3 Two finger touch 31 6.2.1 One/Three finger touch 32 6.2.2 Two finger touch 207 single finger width? 282 firmware 1.x seem to map one, two and three finger taps 285 w = 1 when wide finger touch? 301 when 1 finger is touching, the first 2 position reports must be discarded. 331 tw = 1 when two finger touch 332 th = 1 when three finger touch [all …]
|
H A D | sentelic.rst | 12 Finger Sensing Pad Intellimouse Mode (scrolling wheel, 4th and 5th buttons) 164 Bit5 => Valid bit, 0 means that the coordinate is invalid or finger up. 189 Bit5 => Valid bit, 0 means that the coordinate is invalid or finger up. 222 Byte 2: Message Type => 0xB7 (Multi Finger, Multi Coordinate mode) 236 Sample sequence of Multi-finger, Multi-coordinate mode: 256 Bit5 => Valid bit, 0 means that the coordinate is invalid or finger up. 259 Bit4 => finger up/down information. 1: finger down, 0: finger up. 261 Bit2 => finger index, 0 is the first finger, 1 is the second finger. 283 Bit5 => Valid bit, 0 means that the coordinate is invalid or finger up. 286 Bit4 => finger up/down information. 1: finger down, 0: finger up. [all …]
|
/openbmc/linux/Documentation/input/ |
H A D | multi-touch-protocol.rst | 62 important. Event filtering and finger tracking is left to user space [#f3]_. 177 looking through a window at someone gently holding a finger against the 179 of the finger actually touching the glass, and one outer region formed by 180 the perimeter of the finger. The center of the touching region (a) is 181 ABS_MT_POSITION_X/Y and the center of the approaching finger (b) is 182 ABS_MT_TOOL_X/Y. The touch diameter is ABS_MT_TOUCH_MAJOR and the finger 183 diameter is ABS_MT_WIDTH_MAJOR. Now imagine the person pressing the finger 213 In addition to the MAJOR parameters, the oval shape of the touch and finger 217 direction of the finger ellipse is given by the vector (a - b). 223 finger or a pen or something else. Finally, the ABS_MT_TRACKING_ID event [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | surface3_spi.c | 67 struct surface3_ts_data_finger *finger) in surface3_spi_report_touch() argument 69 int st = finger->status & 0x01; in surface3_spi_report_touch() 73 get_unaligned_le16(&finger->tracking_id)); in surface3_spi_report_touch() 82 get_unaligned_le16(&finger->x)); in surface3_spi_report_touch() 85 get_unaligned_le16(&finger->y)); in surface3_spi_report_touch() 88 get_unaligned_le16(&finger->width)); in surface3_spi_report_touch() 91 get_unaligned_le16(&finger->height)); in surface3_spi_report_touch() 100 struct surface3_ts_data_finger *finger; in surface3_spi_process_touch() local 102 finger = (struct surface3_ts_data_finger *)&data[17 + in surface3_spi_process_touch() 111 if (finger->status & 0x10) in surface3_spi_process_touch() [all …]
|
H A D | ili210x.c | 48 bool (*parse_touch_data)(const u8 *data, unsigned int finger, 108 unsigned int finger, in ili210x_touchdata_to_coords() argument 112 if (!(touchdata[0] & BIT(finger))) in ili210x_touchdata_to_coords() 115 *x = get_unaligned_be16(touchdata + 1 + (finger * 4) + 0); in ili210x_touchdata_to_coords() 116 *y = get_unaligned_be16(touchdata + 1 + (finger * 4) + 2); in ili210x_touchdata_to_coords() 164 unsigned int finger, in ili211x_touchdata_to_coords() argument 170 data = get_unaligned_be32(touchdata + 1 + (finger * 4) + 0); in ili211x_touchdata_to_coords() 171 if (data == 0xffffffff) /* Finger up */ in ili211x_touchdata_to_coords() 174 *x = ((touchdata[1 + (finger * 4) + 0] & 0xf0) << 4) | in ili211x_touchdata_to_coords() 175 touchdata[1 + (finger * 4) + 1]; in ili211x_touchdata_to_coords() [all …]
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | ethernet.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | basic_types.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl8712_gp_regdef.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | mlme_osdep.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl871x_wlan_sme.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl8712_regdef.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl871x_ioctl_set.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | osdep_intf.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl871x_ht.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | usb_osintf.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl8712_wmac_bitdef.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl8712_wmac_regdef.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | recv_osdep.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | xmit_osdep.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | usb_ops.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl871x_rf.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|
H A D | rtl8712_syscfg_regdef.h | 7 * Copyright(c) 2010 Larry Finger. All rights reserved. 11 * Larry Finger <Larry.Finger@lwfinger.net>
|