2816 results
Order by date - Order by pertinence
All (2816)
News (1)
Reviews (3)
Press (9)
High-tech (2802)
Forums (1)
 
Other results are also available in our forums :
[PATCH] input: mt: Identify pointer emulation contact
For MT applications, the tracking id provides a robust way to know when a touch is new; essential information to determine when _not_ to emit motion events, for instance. Currently, ST applications do not have the equivalent information, but ...
Message posted on the December 9th, 2010 - 6:20 PM ET
[PATCH] input: bcm5974: Add support for MacBookAir3
From: Edgar (gimli) Hucek <gimli@dark-green.com> This patch adds support for the MacBookAir3,1 and MacBookAir3,2 models. [rydberg@euromail.se: touchpad range calibration] Cc: stable@kernel.org Signed-off-by: Edgar (gimli) Hucek ...
Message posted on the November 9th, 2010 - 11:50 AM ET
[PATCH] input: drop unnecessary dependencies on TTY
Backing out changes made in earlier TTY removal patch. Switched to only one dependency in SERPORT on TTY instead of many incorrect dependencies. Signed-off-by: Joe Millenbach <jmillenbach@gmail.com> Reported-by: Dmitry Torokhov ...
Message posted on the February 5th, 2013 - 9:00 PM ET
[PATCH] Input: use module_pci_driver
This patch converts the drivers in drivers/input/* to use module_pci_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin <axel.lin@gmail.com> drivers/input/gameport/emu10k1-gp.c | 13 + ...
Message posted on the April 2nd, 2012 - 9:00 PM ET
[PATCH] input: Hanvon Art Master I and Rollick tablet support (USB)
Hi, I was asked to submit my tablet driver. It supports multiple Hanvon tablet models. They are: Artmaster I: AM0806, AM1107, AM1209 Rollick: RL0604 Signed-off-by: Ondra Havel <ondra.havel@gmail.com> drivers/input/tablet/Kconfig | 11 ...
Message posted on the January 22nd, 2012 - 3:20 PM ET
[PATCH] input: mt: Add hovering distance axis
Touch devices capable of hovering, i.e., fingers detected a distance from the surface, are not supported by the current input MT protocol. This patch adds ABS_MT_DISTANCE, which may be used to indicate the distance between the contact and the ...
Message posted on the December 7th, 2010 - 3:30 AM ET
[PATCH] Input: introduce managed input devices (add devres support)
There is a demand from driver's writers to use managed devices framework for their drivers. Unfortunately up to this moment input devices did not provide support for managed devices and that lead to mixing two styles of resource management which ...
Message posted on the October 23rd, 2012 - 1:40 AM ET
[PATCH] Input: twl6040-vibra: Update for device tree support
The twl6040 DT support implementation has been changed from the originally planned. None of the child devices going to have compatible_of property which means that the child devices of twl6040 will be created as traditional MFD devices. The mfd core ...
Message posted on the May 16th, 2012 - 7:30 AM ET
[PATCH] Input: ALPS - Add semi-MT support for v4 protocol
This patch adds semi-MT support for ALPS v4 protocol touchpads. It is based on the work by Seth Forshee for ALPS v3 and v4 protocol support. Three packets are required to assemble and process the MT data. ST events are reported at once to avoid ...
Message posted on the April 17th, 2012 - 7:10 PM ET
[PATCH] Input: Document the device properties
Add a section which defines the input device properties and provides guidelines on how to use them. Cc: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> Documentation/input/event-codes.txt ...
Message posted on the January 30th, 2012 - 3:40 AM ET
[PATCH] Input: Add ioctl to block suspend while event queue is not empty.
Add an ioctl, EVIOCSSUSPENDBLOCK, to block suspend while the event queue is not empty. This allows userspace code to process input events while the device appears to be asleep. Signed-off-by: Arve Hjønnevåg <arve@android.com> ...
Message posted on the January 20th, 2012 - 9:30 PM ET
[PATCH] input: mt: Interface and MT_TOOL documentation updates
The recent input-mt interface changes together with recent discussions about pen and touch and support for legacy multitouch pads suggest that the documentation on MT tool types be expanded. This patch adds references to the new interface, and adds ...
Message posted on the December 9th, 2010 - 4:30 PM ET
[PATCH] Input: ads7846: Fix warning about output format
This patch fixes a compiler warning about wrong output format. drivers/input/touchscreen/ads7846.c: In function 'ads7846_probe': drivers/input/touchscreen/ads7846.c:1167: warning: format '%ld' expects type 'long int', but argument 4 has type 'int' ...
Message posted on the June 2nd, 2010 - 3:00 AM ET
[PATCH] Input: MT - handle semi-mt devices in core
Most semi-mt drivers use the slots in a manual way, but really only need to treat the finger count manually. With this patch, a semi-mt driver may use the input-mt core for everything else. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> ...
Message posted on the April 7th, 2013 - 4:50 PM ET