Hi Henrik-
On Sat, 2012-12-08 at 13:54 +0100, Henrik Rydberg wrote:
[...]
quoted
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -68,6 +68,16 @@ config MOUSE_PS2_SYNAPTICS
If unsure, say Y.
+config MOUSE_PS2_CYPRESS
+ bool "Cypress PS/2 mouse protocol extension" if EXPERT
Why EXPERT here?
quoted
+ default y
Should it really be default y here?
This config entry (with phrases "if EXPERT" and "default y") was simply
cloned from similar devices (e.g. SYNAPTICS, ALPS, LIFEBOOK).
If your preference is that CYPRESS should be disabled by default, I'll
omit those phrases. Please advise.
quoted
+ case 0: return(4);
No parenthesis on return.
I'll fix that.
Reviewed-by: Henrik Rydberg [off-list ref]
Thanks!
-Kamal