Navigate to Device Manager and click 'Mouse' to make sure the Elan driver has been uninstalled as well (the device should not be named Elan. If it is, right-click, uninstall driver). Once restarted, the Elan program and driver updated. As I stated, my touchpad works and I can access the complete Elan settings options. To use this site to find and download updates, you need to change your security settings to allow ActiveX controls and active scripting. To get updates but allow your security settings to continue blocking potentially harmful ActiveX controls and scripting from other sites, make this site a trusted website. Our String to Event Driver for ELAN allows an Elan system to listen on a specified port for commands received from other devices, for example, string commands from Philips Dynalite. Features: Searches received data packets for string text that have been set in the driver and then fires an event map trigger.
Download drivers for elan ps/2 port smart-pad input devices windows 10 x64, or install driverpack solution software for automatic driver download and update. We would like to recommend you to use the latest elan utilities for windows 7 / vista / xp which are represented in this list. 20 the package provides the installation files for elan ps/2.
String to Event Driver for ELAN
- Description
- Intrinsic Connected
What does this driver do?
Our String to Event Driver for ELAN allows an Elan system to listen on a specified port for commands received from other devices, for example, string commands from Philips Dynalite.
Features:
- Searches received data packets for string text that have been set in the driver and then fires an event map trigger.
- Use case: Having a Dynalite keypad setup to start a music player in a room. The Dynalite system is setup to send “Sonos play” and ELAN is configured to start the relevant Sonos playing on receipt of the command.
The Intrinsic difference
Our drivers are all developed in-house, in the UK so you can be sure of the highest reliability and responsiveness when updates are required. We never use open source code or code libraries. All of our drivers are thoroughly tested in-house as well as externally through our Beta Programme before being offered on our website.
Support
All of our drivers/modules are supported free of charge through our Online Support system. We offer comprehensive support for all of our software that requires the purchase of a license key for as long as they are listed on the Intrinsic Dev website. If it’s your first time installing a driver or if you believe there is a technical problem simply submit a ticket via our Online Support system.
Enhanced support
We also offer Enhanced Remote Support for each control platform. This support is charged in 30 minute intervals where we are pleased to advise on anything that falls outside of standard driver queries, including, but not limited to, driver installation, wider system integration/programming, general training and system design.
License
All of our software is available to download free of charge but will require licensing to function. Unless specifically noted only one license is required per controller/processor. You can run as many devices as required up to the limit supported by your chosen control platform.
Easy setup
All of our drivers/modules come with comprehensive Integration Notes to ensure the easiest possible set up of our software. Many also have Installation Tutorial videos to further assist you. Please ensure you refer to these resources each time you install a new driver/module.
Feedback
If you have any suggestions on new features or changes you would like to see to a driver/module then please let us know via our Online Support system.
Trackback URLhttps://www.intrinsicdev.com/downloads/string-event-driver-elan/trackback/
-->This topic describes the features of I8042prt, the Microsoft Windows 2000 and later system function driver for PS/2-style keyboard and mouse devices.
Download Elan Port Devices Driver Printer
I8042prt implements the I8042prt service and its executable image is i8042prt.sys.
The features of I8042prt include:
Hardware-dependent, simultaneous operation of a PS/2-style keyboard and mouse device.
The keyboard and mouse share I/O ports, but use different interrupts, interrupt service routines (ISR), and ISR dispatch completion routines.
Plug and Play, power management, and WMI
Operation of legacy devices.
Connection of a keyboard class service callback routine and a mouse class service callback routine.
I8042prt uses the class service callback to transfer data from the input data buffer of I8042prt to the data buffer of the class driver.
Addition of a vendor-supplied PI8042_KEYBOARD_INITIALIZATION_ROUTINE callback routines for a keyboard device.
An optional upper-level device filter driver provides the callback routines.
Addition of a vendor-supplied PI8042_KEYBOARD_ISR callback routine and a custom PI8042_MOUSE_ISR callback routine.
Optional upper-level device filter drivers provide these callbacks routines.
Keyboard write buffer request and mouse write buffer request.
An upper-level device filter driver can use write buffer requests to synchronize its writes to a device with the ISR of the device and other reads and writes on the device.
Keyboard start information request and mouse start information request.
The start information request passes a pointer to an interrupt object of a device to an upper-level filter driver. The filter driver can use the interrupt object to synchronize its operation with the ISR of the device.
I8042prt callback routines.
An upper-level device filter driver can use the callback routines in the context of the ISR of a device to write to a device, and to queue data packets from the device.
Registry settings associated with the PS/2 driver
The following is a list of registry keys associated with the PS/2 port driver.
Download Elan Port Devices Drivers
- EnableWheelDetection [REG_DWORD] – Determines whether the driver attempts to detect and enable the wheel on the mouse device. Some devices are equipped with a mouse wheel to provide rapid scrolling and other control features if supported by an application.
- ResendIterations [REG_DWORD] – Specifies the maximum number of times a hardware operation is attempted. If the number of trials exceeds the value of this entry, Windows considers the operation to have failed.
- NumberOfButtons [REG_DWORD] – Specifies the number of buttons on the mouse-port mouse at startup. If the number of buttons detected at startup is incorrect, you can override it by changing the value of this entry.
- KeyboardDataQueueSize [REG_DWORD] – Specifies the number of keyboard events that the keyboard driver buffers. This entry is also used in calculating the size of the keyboard driver's internal buffer in nonpaged memory pool. To determine the number of bytes to allocate for the buffer, the system multiplies the size of the KEYBOARD_INPUT_DATA structure by the value of KeyboardDataQueueSize.
- PollStatusIterations [REG_DWORD] – Specifies the maximum number of times the system verifies interrupts on the i8042 controller status register. If the interrupt cannot be verified in the number of trials specified in the value of this entry, the interrupt is ignored.
- PollingIterations [REG_DWORD] - Specifies the maximum number of times Windows 2000 polls the hardware. If the number of trials specified in this entry is exceeded, Windows 2000 stops polling.
- SampleRate [REG_DWORD] – Specifies how often the PS/2 driver measures the characteristics and activities of the PS/2 mouse. The driver uses the information gathered through sampling to optimize the operation of the mouse device.
- PollingIterationsMaximum [REG_DWORD] – Specifies the maximum number of times Windows 2000 polls the hardware on older-style AT keyboards. If the number of trials specified in this entry is exceeded, Windows stops polling.
- MouseResendStallTime [REG_DWORD] – Determines how long the mouse driver waits for an acknowledgement (ACK) of a reset if a RESEND message is returned without an ACK. This entry is used when the mouse driver interrupt service routine includes a reset.
- OverrideKeyboardType [REG_DWORD] – Specifies the keyboard type. You can add this entry to the registry to correct an error in the keyboard type detected at startup.
- OverrideKeyboardSubtype [REG_DWORD] – Specifies the OEM-dependent keyboard subtype. You can add this entry to the registry to correct an error in the keyboard subtype detected at startup.
For additional information, please see: