<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Touchpad driver</title>
	<atom:link href="https://www.emblogic.com/blog/06/touchpad-driver/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/06/touchpad-driver/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: rahul gaur</title>
		<link>https://www.emblogic.com/blog/06/touchpad-driver/#comment-877</link>
		<dc:creator><![CDATA[rahul gaur]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 15:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3672#comment-877</guid>
		<description><![CDATA[Usually Laptops have Alps or Synaptics TouchPad are used most commonly..

to check what is the make of touch pad on your laptop try :
 
$dmesg &#124;grep input

this will give you all the input devices on your machine ..

So in linux kernel there is a generic touch pad or I would rather call it mouse driver which enables the basic mouse functionality like movement of cursor with the touch pad but it does not support the features like multi touch pinch to zoom or side scroll or tap to click..
What I mean to say is , if there is no touchpad driver for the given architecture of touch pad , it is detected as a basic PS/2 mouse..
In order to use the full functionality of touchpad a relevant driver should be included  or has to be written , which could be a tough job as often Vendors don&#039;t release the architecture of their devices in OpenSource..
Like Dell Uses Alps touchpad and there is no driver for it in linux kernel &lt; 3.3 hence it just works as basic mouse like tap to select doesn&#039;t work and have to use the buttons for left/right click operation..]]></description>
		<content:encoded><![CDATA[<p>Usually Laptops have Alps or Synaptics TouchPad are used most commonly..</p>
<p>to check what is the make of touch pad on your laptop try :</p>
<p>$dmesg |grep input</p>
<p>this will give you all the input devices on your machine ..</p>
<p>So in linux kernel there is a generic touch pad or I would rather call it mouse driver which enables the basic mouse functionality like movement of cursor with the touch pad but it does not support the features like multi touch pinch to zoom or side scroll or tap to click..<br />
What I mean to say is , if there is no touchpad driver for the given architecture of touch pad , it is detected as a basic PS/2 mouse..<br />
In order to use the full functionality of touchpad a relevant driver should be included  or has to be written , which could be a tough job as often Vendors don&#8217;t release the architecture of their devices in OpenSource..<br />
Like Dell Uses Alps touchpad and there is no driver for it in linux kernel &lt; 3.3 hence it just works as basic mouse like tap to select doesn&#039;t work and have to use the buttons for left/right click operation..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
