| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-keyboard/files/ |
| H A D | 0001-desktop-file-Hide-the-keyboard-from-app-list.patch | 4 Subject: [PATCH] desktop file: Hide the keyboard from app list 6 matchbox-keyboard is not a normal app and there's no need to start 8 * when there's no hardware keyboard, the panel applet can be used to 9 show/hide the daemonized matchbox-keyboard 10 * when there is a hardware keyboard, matchbox-keyboard can still be 14 So hide the keyboard from the desktop app list. 19 matchbox-keyboard.desktop | 1 + 22 diff --git a/matchbox-keyboard.desktop b/matchbox-keyboard.desktop 24 --- a/matchbox-keyboard.desktop 25 +++ b/matchbox-keyboard.desktop [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | Kconfig | 15 bool "Enable driver model keyboard support" 18 This adds a uclass for keyboards and implements keyboard support 19 using driver model. The API is implemented by keyboard.h and 21 input and update LEDs if the keyboard has them. 44 bool "Enable driver model keyboard support" 47 This adds a uclass for keyboards and implements keyboard support 48 using driver model. The API is implemented by keyboard.h and 50 input and update LEDs if the keyboard has them. 53 bool "Enable driver model keyboard support" 56 This adds a uclass for keyboards and implements keyboard support [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/ |
| H A D | keyboard_leds.c | 23 struct led_classdev keyboard; member 169 container_of(cdev, struct wilco_keyboard_leds, keyboard); in wilco_keyboard_leds_set() 193 wkl->keyboard.name = "platform::kbd_backlight"; in wilco_keyboard_leds_init() 194 wkl->keyboard.max_brightness = 100; in wilco_keyboard_leds_init() 195 wkl->keyboard.flags = LED_CORE_SUSPENDRESUME; in wilco_keyboard_leds_init() 196 wkl->keyboard.brightness_set_blocking = wilco_keyboard_leds_set; in wilco_keyboard_leds_init() 200 wkl->keyboard.brightness = ret; in wilco_keyboard_leds_init() 202 return devm_led_classdev_register(ec->dev, &wkl->keyboard); in wilco_keyboard_leds_init()
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | Kconfig | 11 * standard AT keyboard and PS/2 mouse * 25 communicate with keyboard, mouse, etc. 34 i8042 is the chip over which the standard AT keyboard and PS/2 72 tristate "Q40 keyboard controller" 76 tristate "Parallel port keyboard adapter" 80 an additional AT keyboard, XT keyboard or PS/2 mouse. 90 tristate "Acorn RiscPC keyboard controller" 95 keyboard connected to its keyboard controller. 101 tristate "AMBA KMI keyboard controller" 105 tristate "Intel SA1111 keyboard controller" [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/ |
| H A D | 0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch | 4 Subject: [PATCH] libxfce4kbd-private/xfce4-keyboard-shortcuts.xml: fix xfwm4 14 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++ 17 diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-… 19 --- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml 20 +++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | Kconfig | 61 tristate "Amiga keyboard" 64 Say Y here if you are running Linux on any AMIGA and have a keyboard 71 tristate "Apple SPI keyboard and trackpad" 89 tristate "Atari keyboard" 93 Say Y here if you are running Linux on any Atari and have a keyboard 100 tristate "AT keyboard" 107 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually 108 you'll need this, unless you have a different type keyboard (USB, ADB 118 bool "Use HP keyboard scancodes" 123 PS/2 keyboard, and your keyboard uses keycodes that are specific to [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/ |
| H A D | xf86-input-keyboard_1.9.0.bb | 3 SUMMARY = "X.Org X server -- keyboard input driver" 5 DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ 6 driver supports the standard OS-provided keyboard interface. The driver \ 7 functions as a keyboard input device, and may be used as the X server's \ 8 core keyboard."
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-keyboard/ |
| H A D | matchbox-keyboard_0.1.1.bb | 1 SUMMARY = "Matchbox virtual keyboard for X11" 2 DESCRIPTION = "An on screen 'virtual' or 'software' keyboard." 9 file://src/matchbox-keyboard.h;endline=17;md5=9d6586c69e4a926f3cb0b4425f24ba3c \ 16 SRC_URI = "git://git.yoctoproject.org/${BPN};branch=matchbox-keyboard-0-1 \ 17 file://0001-desktop-file-Hide-the-keyboard-from-app-list.patch \ 40 ${datadir}/matchbox-keyboard"
|
| /OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/ |
| H A D | 00-debconf | 11 # Choices: The default for the keyboard layout, No AltGr key, Right Alt (AltGr), Right Control, Rig… 12 keyboard-configuration keyboard-configuration/altgr select The default for the keyboard layout 14 …a Keyboard 1.0A, Northgate OmniKey 101, OLPC, Ortek MCK-800 MM/Internet keyboard, PC-98xx Series, … 15 keyboard-configuration keyboard-configuration/model select Generic 105-key (Intl) PC 18 keyboard-configuration keyboard-configuration/xkb-keymap select ${KEYBOARD_KEYMAP} 21 keyboard-configuration keyboard-configuration/compose select No compose key 23 keyboard-configuration keyboard-configuration/ctrl_alt_bksp boolean true 26 keyboard-configuration keyboard-configuration/variant select ${KEYBOARD_LAYOUT}
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winconfig.c | 253 g_winInfo.keyboard.delay = 250; in winConfigKeyboard() 256 g_winInfo.keyboard.delay = 500; in winConfigKeyboard() 259 g_winInfo.keyboard.delay = 750; in winConfigKeyboard() 263 g_winInfo.keyboard.delay = 1000; in winConfigKeyboard() 266 g_winInfo.keyboard.rate = (kbd_speed > 0) ? kbd_speed : 1; in winConfigKeyboard() 268 g_winInfo.keyboard.delay, g_winInfo.keyboard.rate); in winConfigKeyboard() 370 if (g_cmdline.keyboard) in winConfigKeyboard() 384 if (g_cmdline.keyboard && winNameCompare(input_list->inp_identifier, in winConfigKeyboard() 385 g_cmdline.keyboard)) in winConfigKeyboard() 399 if ((sscanf(s, "%ld %ld", &g_winInfo.keyboard.delay, in winConfigKeyboard() [all …]
|
| H A D | winkeybd.c | 157 defaultKeyboardControl.leds = g_winInfo.keyboard.leds; in winKeybdProc() 173 ctrl->repeat_delay = g_winInfo.keyboard.delay; in winKeybdProc() 174 ctrl->repeat_interval = 1000 / g_winInfo.keyboard.rate; in winKeybdProc() 188 CopyKeyClass(pDeviceInt, inputInfo.keyboard); in winKeybdProc() 249 if (!inputInfo.keyboard || !inputInfo.keyboard->key) in winRestoreModeKeyStates() 265 XkbStateFieldFromRec(&inputInfo.keyboard->key->xkbInfo->state); in winRestoreModeKeyStates()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | nvidia,tegra20-kbc.txt | 1 * Tegra keyboard controller 24 matrix-keyboard bindings: 27 matrix-keyboard-controller spec but to be used when the KEY_FN modifier 32 - wakeup-source: configure keyboard as a wakeup source for suspend/resume 37 keyboard: keyboard {
|
| H A D | spear-keyboard.txt | 1 * SPEAr keyboard controller 7 matrix-keyboard bindings: 9 - st,mode: keyboard mode: 0 - 9x9, 1 - 6x6, 2 - 2x2
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | Makefile.am | 69 xwayland-keyboard-grab-unstable-v1-protocol.c \ 70 xwayland-keyboard-grab-unstable-v1-client-protocol.h \ 109 xwayland-keyboard-grab-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xwayland-keyb… 111 xwayland-keyboard-grab-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xwayla…
|
| /OK3568_Linux_fs/buildroot/package/matchbox-keyboard/ |
| H A D | matchbox-keyboard.hash | 1 # From http://downloads.yoctoproject.org/releases/matchbox/matchbox-keyboard/0.1/matchbox-keyboard-… 2 md5 50940321d59fee23b38a4941100abf25 matchbox-keyboard-0.1.tar.bz2
|
| H A D | matchbox-keyboard.mk | 8 MATCHBOX_KEYBOARD_SOURCE = matchbox-keyboard-$(MATCHBOX_KEYBOARD_VERSION).tar.bz2 9 MATCHBOX_KEYBOARD_SITE = http://downloads.yoctoproject.org/releases/matchbox/matchbox-keyboard/$(MA… 18 $(INSTALL) -D -m 0755 package/matchbox-keyboard/mb-applet-kbd-wrapper.sh \
|
| H A D | mb-applet-kbd-wrapper.sh | 4 killall matchbox-keyboard 7 matchbox-keyboard &
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-plugins-qt5/ |
| H A D | 0001-Do-not-use-tr1-namespace.patch | 11 maliit-keyboard/lib/logic/layouthelper.cpp | 16 ++++++++-------- 14 diff --git a/maliit-keyboard/lib/logic/layouthelper.cpp b/maliit-keyboard/lib/logic/layouthelper.cpp 16 --- a/maliit-keyboard/lib/logic/layouthelper.cpp 17 +++ b/maliit-keyboard/lib/logic/layouthelper.cpp
|
| /OK3568_Linux_fs/external/xserver/debian/local/ |
| H A D | 64-xorg-xkb.rules | 5 # import keyboard layout from /etc/default/keyboard 6 ENV{ID_INPUT_KEY}=="?*", IMPORT{file}="/etc/default/keyboard"
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dell-laptop | 7 This file allows to control the automatic keyboard 28 turn on the keyboard backlight illumination that is 37 For example, to enable the keyboard as trigger run:: 39 echo +keyboard > /sys/class/leds/dell::kbd_backlight/start_triggers 43 echo -keyboard > /sys/class/leds/dell::kbd_backlight/start_triggers 54 keyboard illumination is disabled because of inactivity.
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/input/ |
| H A D | i8042.txt | 3 The Intel i8042 is a keyboard controller used on many x86 PCs. 6 - compatible: "intel,i8042-keyboard" 9 - intel,duplicate-por: Indicates that a keyboard reset may result in a
|
| /OK3568_Linux_fs/buildroot/package/jquery-keyboard/ |
| H A D | jquery-keyboard.mk | 13 $(INSTALL) -m 0644 -D $(@D)/css/keyboard.css \ 14 $(TARGET_DIR)/var/www/css/keyboard.css 15 $(INSTALL) -m 0644 $(@D)/js/jquery.keyboard*.js \
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 156 dev == inputInfo.keyboard || in DeviceSetProperty() 395 inputInfo.keyboard; in EnableDevice() 715 &inputInfo.pointer, &inputInfo.keyboard, in InitCoreDevices() 726 result = ActivateDevice(inputInfo.keyboard, TRUE); in InitCoreDevices() 735 if (!EnableDevice(inputInfo.keyboard, TRUE)) { in InitCoreDevices() 1075 CloseDevice(inputInfo.keyboard); in CloseDownDevices() 1079 inputInfo.keyboard = NULL; in CloseDownDevices() 1151 if (!dev || dev == inputInfo.keyboard || dev == inputInfo.pointer) in RemoveDevice() 1249 if (inputInfo.keyboard) { in QueryMinMaxKeyCodes() 1250 *minCode = inputInfo.keyboard->key->xkbInfo->desc->min_key_code; in QueryMinMaxKeyCodes() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/packagegroups/ |
| H A D | packagegroup-core-x11-sato.bb | 29 matchbox-keyboard \ 30 matchbox-keyboard-applet \ 31 matchbox-keyboard-im \
|
| /OK3568_Linux_fs/kernel/drivers/misc/ibmasm/ |
| H A D | remote.c | 136 input->data.keyboard.key_code, in print_input() 137 input->data.keyboard.key_code, in print_input() 138 input->data.keyboard.key_flag, in print_input() 139 input->data.keyboard.key_down in print_input() 160 unsigned short code = input->data.keyboard.key_code; in send_keyboard_event() 166 input_report_key(dev, key, input->data.keyboard.key_down); in send_keyboard_event()
|