[PATCH 1/1] UBUNTU: SAUCE: tone down the synaptics warning to avoid triggering kerneloops

Tim Gardner tim.gardner at canonical.com
Mon Mar 23 13:15:23 UTC 2009


Andy Whitcroft wrote:
> Bug: #330606
> 
> Tone down the synaptics reset warning otherwise it may trigger kerneloops
> and apport to report kernel crashes incorrectly.
> 
> Signed-off-by: Andy Whitcroft <apw at canonical.com>
> ---
>  drivers/input/mouse/synaptics.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index 5b01c14..4b0ab9d 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -71,7 +71,7 @@ int synaptics_detect(struct psmouse *psmouse, int set_properties)
>  	unsigned char param[4];
>  
>  	if (synaptics_resume_reset) {
> -		printk(KERN_CRIT "WARNING: synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume\n");
> +		printk(KERN_INFO "synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume\n");
>  		psmouse_reset(psmouse);
>  	}
>  

ACK

-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list