28 Jun 13:44
[PATCH 001/002] linux-input: bcm5974-0.31: fixed resource leak, removed work struct, device data struct introduced
From: Henrik Rydberg <rydberg <at> euromail.se>
Subject: [PATCH 001/002] linux-input: bcm5974-0.31: fixed resource leak, removed work struct, device data struct introduced
Newsgroups: gmane.linux.kernel.input, gmane.linux.kernel
Date: 2008-06-28 11:47:09 GMT
Subject: [PATCH 001/002] linux-input: bcm5974-0.31: fixed resource leak, removed work struct, device data struct introduced
Newsgroups: gmane.linux.kernel.input, gmane.linux.kernel
Date: 2008-06-28 11:47:09 GMT
From: Henrik Rydberg <rydberg <at> euromail.se> BCM5974: This driver adds support for the multitouch trackpad on the new Apple Macbook Air and Macbook Pro Penryn laptops. It replaces the appletouch driver on those computers, and integrates well with the synaptics driver of the Xorg system. Signed-off-by: Henrik Rydberg <rydberg <at> euromail.se> --- The touchpad on the new Macbook Air and Macbook Pro Penryn laptops is based on the Broadcom BCM5974 chip, of which very little is publicly known. The device is currently not recognized by the kernel, and as a consequence the synaptics system fails to operate. The fall-back mouse handling is very poor. The attached driver, bcm5974, remedies this. It operates similarly to the appletouch driver. This is version bcm5974-0.31, incorporating changes suggested by Oliver Neukum. The driver usability is also discussed at http://ubuntuforums.org/showthread.php?t=840040. diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 7bbea09..89ef7c3 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -130,6 +130,29 @@ config MOUSE_APPLETOUCH To compile this driver as a module, choose M here: the module will be called appletouch. +config MOUSE_BCM5974(Continue reading)
RSS Feed