Home
last modified time | relevance | path

Searched +full:touch +full:- +full:keys (Results 1 – 25 of 175) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs62x-keys.yaml1 # 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#
7 title: Azoteq IQS620A/621/622/624/625 Keys and Switches
10 - Jeff LaBundy <jeff@labundy.com>
13 - $ref: input.yaml#
16 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors
17 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens-
21 These functions are collectively represented by a "keys" child node from the
[all …]
H A Dmicrochip,qt1050.txt1 Microchip AT42QT1050 Five-channel Touch Sensor IC
4 one to five keys, dependent on mode. The QT1050 includes all signal processing
11 - compatible: Must be "microchip,qt1050"
12 - reg: The I2C address of the device
13 - interrupts: The sink for the touchpad's IRQ output,
14 see ../interrupt-controller/interrupts.txt
17 - wakeup-source: touch keys can be used as a wakeup source
19 Each button (key) is represented as a sub-node:
25 - linux,code: Keycode to emit.
26 - reg: The key number. Valid values: 0, 1, 2, 3, 4.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dzinitix,bt400.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 are Korea-produced touchscreens with embedded microcontrollers. The
11 BT4xx series was produced 2010-2013 and the BT5xx series 2013-2014.
14 - Michael Srba <Michael.Srba@seznam.cz>
15 - Linus Walleij <linus.walleij@linaro.org>
18 - $ref: touchscreen.yaml#
19 - $ref: ../input.yaml#
27 - zinitix,bt402
[all …]
/freebsd/crypto/openssh/
H A Dsshd.845 .Bk -words
75 can be configured using command-line options or a configuration file
78 command-line options override values specified in the
87 .Bl -tag -width Ds
107 options or as a comma-separated list.
193 command-line flag.
202 option are ignored when a command-line port is specified.
205 option override command-line ports.
227 Only check the validity of the configuration file and sanity of the keys.
255 .Cm from="pattern-list"
[all …]
H A Dssh-keygen.11 .\" $OpenBSD: ssh-keygen.1,v 1.230 2023/09/04 10:29:58 job Exp $
42 .Nm ssh-keygen
45 .Nm ssh-keygen
54 .Op Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa
57 .Nm ssh-keygen
65 .Nm ssh-keygen
69 .Nm ssh-keygen
73 .Nm ssh-keygen
76 .Nm ssh-keygen
82 .Nm ssh-keygen
[all …]
H A Dsk-usbhid.c1 /* $OpenBSD: sk-usbhid.c,v 1.46 2023/03/28 06:12:38 dtucker Exp $ */
37 * Almost every use of OpenSSL in this file is for ECDSA-NISTP256.
86 * This must be done before including sk-api.h.
94 #include "sk-api.h"
132 /* Load resident keys */
185 if ((sk->path = strdup(path)) == NULL) { in sk_open()
190 if ((sk->dev = fido_dev_new()) == NULL) { in sk_open()
192 free(sk->path); in sk_open()
196 if ((r = fido_dev_open(sk->dev, sk->path)) != FIDO_OK) { in sk_open()
197 skdebug(__func__, "fido_dev_open %s failed: %s", sk->path, in sk_open()
[all …]
H A DPROTOCOL.u2f1 This document describes OpenSSH's support for U2F/FIDO security keys.
4 ----------
6 U2F is an open standard for two-factor authentication hardware, widely
9 cheapest way for users to achieve hardware-backed credential storage.
19 by requiring the user touch the key). They also offer an attestation
25 U2F private keys are generated through an enrollment operation,
26 which takes an application ID - a URL-like string, typically "ssh:"
30 the hardware-backed private key, some flags and signed attestation
34 It is common for U2F hardware to derive private keys from the key handle
35 in conjunction with a small per-device secret that is unique to the
[all …]
/freebsd/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr30 hline_choose_a_screen_saver="Choose a nifty-looking screen saver"
43 msg_brazil_iso_accent_desc="Brazil ISO keymap (accent keys)"
61 msg_czech_iso_accent_desc="Czech ISO keymap (accent keys)"
72 msg_enter_timeout_period="Enter time-out period in seconds for screen saver"
77 msg_estonian_iso_15_desc="Estonian ISO 8859-15 keymap"
92-1.\nAmerican users won't notice the difference since the bottom half\nof all these charactersets …
95 msg_french_iso_accent_desc="French ISO keymap (accent keys)"
104 msg_greek_101_desc="Greek ISO keymap (101 keys)"
106 msg_greek_104_desc="Greek ISO keymap (104 keys)"
125 msg_ibm_866_desc="Russian, IBM encoding (use with KOI8-R screenmap)"
[all …]
/freebsd/crypto/openssh/regress/
H A Dkrl.sh7 # w/out OpenSSL. Populate ktype[2-4] with the other types if supported.
13 ssh-rsa) ktype3=rsa ;;
14 ssh-dss) ktype4=dsa ;;
15 sk-ssh-ed25519@openssh.com) ktype5=ed25519-sk ;;
16 sk-ecdsa-sha2-nistp256@openssh.com) ktype6=ecdsa-sk ;;
20 # Do most testing with ssh-keygen; it uses the same verification code as sshd.
22 # Old keys will interfere with ssh-keygen.
23 rm -f $OBJ/revoked-* $OBJ/krl-*
26 $SSHKEYGEN -t $ktype1 -f $OBJ/revoked-ca -C "" -N "" > /dev/null ||
28 $SSHKEYGEN -t $ktype2 -f $OBJ/revoked-ca2 -C "" -N "" > /dev/null ||
[all …]
H A Dkeys-command.sh1 # $OpenBSD: keys-command.sh,v 1.8 2021/09/30 04:22:50 dtucker Exp $
4 tid="authorized keys from command"
6 if [ -z "$SUDO" -a ! -w /var/run ]; then
10 rm -f $OBJ/keys-command-args
12 touch $OBJ/keys-command-args
13 chmod a+rw $OBJ/keys-command-args
15 expected_key_text=`awk '{ print $2 }' < $OBJ/ssh-ed25519.pub`
16 expected_key_fp=`$SSHKEYGEN -lf $OBJ/ssh-ed25519.pub | awk '{ print $2 }'`
21 trap "${SUDO} rm -f ${KEY_COMMAND}" 0
22 cat << _EOF | $SUDO sh -c "rm -f '$KEY_COMMAND' ; cat > '$KEY_COMMAND'"
[all …]
H A Dcert-hostkey.sh1 # $OpenBSD: cert-hostkey.sh,v 1.27 2021/09/30 05:26:26 dtucker Exp $
4 tid="certified host keys"
6 rm -f $OBJ/known_hosts-cert* $OBJ/host_ca_key* $OBJ/host_revoked_*
7 rm -f $OBJ/cert_host_key* $OBJ/host_krl_*
12 for i in `$SSH -Q key | maybe_filter_sk`; do
13 if [ -z "$types" ]; then
18 # Special treatment for RSA keys.
20 types="rsa-sha2-256-cert-v01@openssh.com,$i,$types"
21 types="rsa-sha2-512-cert-v01@openssh.com,$types";;
24 types="$types,rsa-sha2-512,rsa-sha2-256,$i";;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6dl-victgo.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
7 /dts-v1/;
9 #include "imx6qdl-vicut1.dtsi"
15 gpio-keys {
16 compatible = "gpio-keys";
17 pinctrl-names = "default";
18 pinctrl-0 = <&pinctrl_gpiokeys>;
21 key-power {
25 wakeup-source;
28 key-enter {
[all …]
H A Dimx6dl-prtvt7.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 /dts-v1/;
8 #include "imx6qdl-prti6q.dtsi"
9 #include <dt-bindings/display/sdtv-standards.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/leds/common.h>
12 #include <dt-bindings/sound/fsl-imx-audmux.h>
23 backlight_lcd: backlight-lcd {
24 compatible = "pwm-backlight";
26 brightness-levels = <0 20 81 248 1000>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-href-stuib.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2012 ST-Ericsson AB
6 #include <dt-bindings/interrupt-controller/irq.h>
10 compatible = "gpio-keys";
11 #address-cells = <1>;
12 #size-cells = <0>;
13 vdd-supply = <&ab8500_ldo_aux1_reg>;
14 pinctrl-names = "default";
15 pinctrl-0 = <&prox_stuib_mode>, <&hall_stuib_mode>;
33 stmpe1601: port-expander@40 {
[all …]
H A Dstm32f429-disco.dts2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>
4 * This file is dual-licensed: you can use it either under the terms
22 * MA 02110-1301 USA
48 /dts-v1/;
50 #include "stm32f429-pinctrl.dtsi"
51 #include <dt-bindings/input/input.h>
52 #include <dt-bindings/interrupt-controller/irq.h>
53 #include <dt-bindings/gpio/gpio.h>
56 model = "STMicroelectronics STM32F429i-DISCO board";
57 compatible = "st,stm32f429i-disco", "st,stm32f429";
[all …]
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun5i-a13-pocketbook-touch-lux-3.dts1 // SPDX-License-Identifier: GPL-2.0 OR MIT
6 /dts-v1/;
7 #include "sun5i-a13.dtsi"
8 #include "sunxi-common-regulators.dtsi"
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/pwm/pwm.h>
15 model = "PocketBook Touch Lux 3";
16 compatible = "pocketbook,touch-lux-3", "allwinner,sun5i-a13";
[all …]
/freebsd/libexec/rc/rc.d/
H A Dzfs21 if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
22 zfs mount -a
28 zfs mount -va
29 zfs share -a
30 if [ ! -r /etc/zfs/exports ]; then
31 touch /etc/zfs/exports
37 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then
46 # Some of the keys to decrypt datasets are potentially stored on ZFS
47 # datasets that just got mounted. Let's try to load those keys and
57 if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dmailprio1 …(8.8.2/8.8.2) with ESMTP id JAA05023 for <eric@sendmail.org>; Thu, 31 Oct 1996 09:29:47 -0800 (PST)
2 ….1]) by austin.bsdi.com (8.7.4/8.7.3) with ESMTP id KAA19250; Thu, 31 Oct 1996 10:28:18 -0700 (MST)
3 Message-Id: <199610311728.KAA19250@austin.bsdi.com>
9 Date: Thu, 31 Oct 1996 10:28:14 -0700
25 # Made on 1996-10-31 10:07 MST by <sanders@earth.com>.
27 # Existing files will *not* be overwritten unless `-c' is specified.
31 # ------ ---------- ------------------------------------------
32 # 8260 -rwxr-xr-x mailprio
33 # 3402 -rw-r--r-- mailprio.README
34 # 4182 -rwxr-xr-x mailprio_mkdb
[all …]
/freebsd/crypto/openssh/contrib/redhat/
H A Dsshd.init19 [ -f /etc/sysconfig/sshd ] && . /etc/sysconfig/sshd
30 $SSHD -t
32 if [ $RETVAL -ne 0 ]; then
33 failure $"Configuration file or keys are invalid"
40 # Create keys if necessary
41 /usr/bin/ssh-keygen -A
42 if [ -x /sbin/restorecon ]; then
48 echo -n $"Starting $prog:"
51 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/sshd
57 echo -n $"Stopping $prog:"
[all …]
/freebsd/crypto/openssh/contrib/
H A Dssh-copy-id.12 Copyright (c) 1999-2023 hands.com Ltd. <http://hands.com/>
28 .Nm ssh-copy-id
29 .Nd use locally available keys to authorise logins on a remote machine
55 .Xr ssh-agent 1
56 this may result in you being repeatedly prompted for pass-phrases).
59 enables logins with those keys on the remote server.
60 By default it adds the keys by appending them to the remote user's
65 .Ql set ssh pka-dsa key ...
69 .Bl -tag -width Ds
74 .Xr ssh-add 1
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
6 * This file is not only included from C-code but also from devicetree source
9 * Copyright (c) 1999-2002 Vojtech Pavlik
26 #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */
65 * Keys and buttons
67 * Most of the keys/buttons are modeled after USB HUT 1.12
70 * AC - Application Control
71 * AL - Application Launch Button
72 * SC - System Control
307 outputs (Monitor/LCD/TV-out/etc) */
[all …]
/freebsd/sys/dev/evdev/
H A Dinput-event-codes.h1 /*-
3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org>
38 #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */
77 * Keys and buttons
79 * Most of the keys/buttons are modeled after USB HUT 1.12
82 * AC - Application Control
83 * AL - Application Launch Button
84 * SC - System Control
319 outputs (Monitor/LCD/TV-out/etc) */
524 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */
[all …]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8974-samsung-hlte.dts1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-msm8974.dtsi"
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/leds/common.h>
7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
12 chassis-type = "handset";
21 stdout-path = "serial0:115200n8";
24 gpio-keys {
25 compatible = "gpio-keys";
27 pinctrl-0 = <&gpio_keys_pin_a>;
[all …]
/freebsd/release/tools/
H A Dbasic-cloudinit.conf11 # * firstboot-freebsd-update, to install security updates at first boot.
12 export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} firstboot-freebsd-update"
14 # Set to a list of third-party software to enable in rc.conf(5).
21 # RSA host keys are obsolete and also very slow to generate
26 autoboot_delay="-1"
37 touch ${DESTDIR}/firstboot
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-asus-z00l.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-pm8916.dtsi"
6 #include "msm8916-modem-qdsp6.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-binding
[all...]

1234567