About: Evdev     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:PsychologicalFeature100023100, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/c/3BHJstMdbn

evdev (short for 'event device') is a generic input event interface in the Linux kernel and FreeBSD. It generalizes raw input events from device drivers and makes them available through character devices in the /dev/input/ directory. The user-space library for the kernel component evdev is called libevdev. Libevdev abstracts the evdev ioctls through type-safe interfaces and provides functions to change the appearance of the device. Libevdev shares similarities with the read system call. It sits below the process that handles input events, in between the kernel and that process.

AttributesValues
rdf:type
rdfs:label
  • Evdev (es)
  • Evdev (en)
  • Evdev (fr)
  • Evdev (ru)
rdfs:comment
  • evdev est un composant du noyau Linux qui gère les périphériques d'entrée tels que les claviers, souris et joysticks. Il est conçu pour décharger les serveurs X de cette tâche. Cette section est vide, insuffisamment détaillée ou incomplète. Votre aide est la bienvenue ! Comment faire ? (fr)
  • evdev (short for 'event device') is a generic input event interface in the Linux kernel and FreeBSD. It generalizes raw input events from device drivers and makes them available through character devices in the /dev/input/ directory. The user-space library for the kernel component evdev is called libevdev. Libevdev abstracts the evdev ioctls through type-safe interfaces and provides functions to change the appearance of the device. Libevdev shares similarities with the read system call. It sits below the process that handles input events, in between the kernel and that process. (en)
  • Evdev (abreviatura de "event device" o "dispositivo de evento" en español) es un controlador de entrada del sistema X11 y para Wayland, utiliza la capa de eventos de entrada genérica del núcleo (núcleo) de Linux. Generaliza los eventos de entrada sin procesar desde los controladores de dispositivo y los pone a disposición mediante dispositivos de caracteres en el directorio. Por extensión, este nombre a veces se usa para denominar la propia capa de entrada de Linux.[cita requerida] El evdev utiliza los drivers del núcleo para comunicarse con el hardware. Es un ejemplo de código de pegamento (glue code), porque su único trabajo es traducir los eventos de entrada del núcleo a eventos de X. (es)
  • В вычислительной технике, evdev (event device — дословно «устройство события», англ.) — это компонент ядра Linux, предназначенный для обработки данных, поступающих с устройств ручного ввода (с клавиатуры, джойстика или компьютерной мыши, к примеру) и который тесно связан с драйвером устройства для X-сервера. Этот компонент представляет собой «клейкий код», который преобразует входящие события, поступающие от специальных периферийных драйверов устройств в базовые события, интерпретируемые X-сервером. Благодаря этому, любое устройство ручного ввода данных, совместимое с ядром Linux, совместимо и с драйвером ввода X-сервера, что упрощает его настройку.Большинство существующих дистрибутивов Linux по умолчанию содержат evdev в своем составе.Благодаря evdev, X-сервер поддерживает «горячую замену (ru)
differentFrom
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Linux_API.svg
dct:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
thumbnail
has abstract
  • evdev (short for 'event device') is a generic input event interface in the Linux kernel and FreeBSD. It generalizes raw input events from device drivers and makes them available through character devices in the /dev/input/ directory. The user-space library for the kernel component evdev is called libevdev. Libevdev abstracts the evdev ioctls through type-safe interfaces and provides functions to change the appearance of the device. Libevdev shares similarities with the read system call. It sits below the process that handles input events, in between the kernel and that process. kernel → libevdev → xf86-input-evdev → X server → X client For Weston/Wayland, the stack would look like this: kernel → libevdev → libinput → Wayland compositor → Wayland client Since version 1.16 the xorg-xserver obtained support for libinput: kernel → libevdev → libinput → xf86-input-libinput → X server → X client evdev is primarily used by display servers like X.org (via xf86-input-evdev driver and libevdev) and Weston, as well as by games and console emulators making use of USB and Bluetooth controllers. (en)
  • Evdev (abreviatura de "event device" o "dispositivo de evento" en español) es un controlador de entrada del sistema X11 y para Wayland, utiliza la capa de eventos de entrada genérica del núcleo (núcleo) de Linux. Generaliza los eventos de entrada sin procesar desde los controladores de dispositivo y los pone a disposición mediante dispositivos de caracteres en el directorio. Por extensión, este nombre a veces se usa para denominar la propia capa de entrada de Linux.[cita requerida] El evdev utiliza los drivers del núcleo para comunicarse con el hardware. Es un ejemplo de código de pegamento (glue code), porque su único trabajo es traducir los eventos de entrada del núcleo a eventos de X. El evdev viene instalado por defecto en la mayoría de las distribuciones Linux recientes.​ Es también la tecnología fundamental detrás del dispositivo de entrada hotplugging en X.org.[cita requerida] Una nueva instancia del controlador se carga cada vez que un nuevo dispositivo de entrada es conectado al computador. Esto permite que los dispositivos de entrada avanzados, como ratones multibotones y teclados multimedia, trabajen correctamente. La versión anterior estaba basada en dispositivos embebidos a nivel del núcleo emulando a un ratón PS/2 y un teclado AT, que colectaba eventos de todos los dispositivos de entrada, mientras que el servidor de X estaba configurado para un teclado y un ratón. Actualmente, se implementan métodos de envío de tipo panel táctil, tableta y el despacho alternativo que maneja ratones, teclados y pantallas táctiles. (es)
  • evdev est un composant du noyau Linux qui gère les périphériques d'entrée tels que les claviers, souris et joysticks. Il est conçu pour décharger les serveurs X de cette tâche. Cette section est vide, insuffisamment détaillée ou incomplète. Votre aide est la bienvenue ! Comment faire ? (fr)
  • В вычислительной технике, evdev (event device — дословно «устройство события», англ.) — это компонент ядра Linux, предназначенный для обработки данных, поступающих с устройств ручного ввода (с клавиатуры, джойстика или компьютерной мыши, к примеру) и который тесно связан с драйвером устройства для X-сервера. Этот компонент представляет собой «клейкий код», который преобразует входящие события, поступающие от специальных периферийных драйверов устройств в базовые события, интерпретируемые X-сервером. Благодаря этому, любое устройство ручного ввода данных, совместимое с ядром Linux, совместимо и с драйвером ввода X-сервера, что упрощает его настройку.Большинство существующих дистрибутивов Linux по умолчанию содержат evdev в своем составе.Благодаря evdev, X-сервер поддерживает «горячую замену» устройств ввода, а также обеспечивает корректную работу нестандартных устройства ввода, таких как «многокнопочная» мышь и мультимедиа-клавиатура. (ru)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git147 as of Sep 06 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3331 as of Sep 2 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 58 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software