Searched hist:"05 be1d079ec0b3691783e4384b1ada82149ff7d2" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/input/mouse/ |
H A D | focaltech.h | diff 05be1d079ec0b3691783e4384b1ada82149ff7d2 Mon Dec 29 18:26:35 CET 2014 Mathias Gottschlag <mgottschlag@gmail.com> Input: psmouse - support for the FocalTech PS/2 protocol extensions
Most of the protocol for these touchpads has been reverse engineered. This commit adds a basic multitouch-capable driver.
A lot of the protocol is still unknown. Especially, we don't know how to identify the device yet apart from the PNP ID.
The previous workaround for these devices has been left in place in case the driver is not compiled into the kernel or in case some other device with the same PNP ID is not recognized by the driver yet still has the same problems with the device probing code.
Signed-off-by: Mathias Gottschlag <mgottschlag@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|
H A D | focaltech.c | diff 05be1d079ec0b3691783e4384b1ada82149ff7d2 Mon Dec 29 18:26:35 CET 2014 Mathias Gottschlag <mgottschlag@gmail.com> Input: psmouse - support for the FocalTech PS/2 protocol extensions
Most of the protocol for these touchpads has been reverse engineered. This commit adds a basic multitouch-capable driver.
A lot of the protocol is still unknown. Especially, we don't know how to identify the device yet apart from the PNP ID.
The previous workaround for these devices has been left in place in case the driver is not compiled into the kernel or in case some other device with the same PNP ID is not recognized by the driver yet still has the same problems with the device probing code.
Signed-off-by: Mathias Gottschlag <mgottschlag@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|
H A D | psmouse.h | diff 05be1d079ec0b3691783e4384b1ada82149ff7d2 Mon Dec 29 18:26:35 CET 2014 Mathias Gottschlag <mgottschlag@gmail.com> Input: psmouse - support for the FocalTech PS/2 protocol extensions
Most of the protocol for these touchpads has been reverse engineered. This commit adds a basic multitouch-capable driver.
A lot of the protocol is still unknown. Especially, we don't know how to identify the device yet apart from the PNP ID.
The previous workaround for these devices has been left in place in case the driver is not compiled into the kernel or in case some other device with the same PNP ID is not recognized by the driver yet still has the same problems with the device probing code.
Signed-off-by: Mathias Gottschlag <mgottschlag@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|
H A D | Kconfig | diff 05be1d079ec0b3691783e4384b1ada82149ff7d2 Mon Dec 29 18:26:35 CET 2014 Mathias Gottschlag <mgottschlag@gmail.com> Input: psmouse - support for the FocalTech PS/2 protocol extensions
Most of the protocol for these touchpads has been reverse engineered. This commit adds a basic multitouch-capable driver.
A lot of the protocol is still unknown. Especially, we don't know how to identify the device yet apart from the PNP ID.
The previous workaround for these devices has been left in place in case the driver is not compiled into the kernel or in case some other device with the same PNP ID is not recognized by the driver yet still has the same problems with the device probing code.
Signed-off-by: Mathias Gottschlag <mgottschlag@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|
H A D | psmouse-base.c | diff 05be1d079ec0b3691783e4384b1ada82149ff7d2 Mon Dec 29 18:26:35 CET 2014 Mathias Gottschlag <mgottschlag@gmail.com> Input: psmouse - support for the FocalTech PS/2 protocol extensions
Most of the protocol for these touchpads has been reverse engineered. This commit adds a basic multitouch-capable driver.
A lot of the protocol is still unknown. Especially, we don't know how to identify the device yet apart from the PNP ID.
The previous workaround for these devices has been left in place in case the driver is not compiled into the kernel or in case some other device with the same PNP ID is not recognized by the driver yet still has the same problems with the device probing code.
Signed-off-by: Mathias Gottschlag <mgottschlag@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|