RE: HP disk protection Re: Remn Yan <yan_952@hotmail.com> ha scritto:

From: Burman Yan
Date: Sat Oct 14 2006 - 07:30:36 EST





From: Pavel Machek <pavel@xxxxxx>
To: Burman Yan <yan_952@xxxxxxxxxxx>
CC: kronos.it@xxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
Subject: HP disk protection Re: Remn Yan <yan_952@xxxxxxxxxxx> ha scritto:
Date: Sat, 14 Oct 2006 10:26:08 +0200

On Fri 2006-10-13 20:32:48, Burman Yan wrote:
> >From: Luca Tettamanti <kronos.it@xxxxxxxxx>

> >Burman Yan <yan_952@xxxxxxxxxxx> ha scritto:
> >> I would like to hear your remarks on this version.
> >
> >> +static ssize_t mdps_calibrate_store(struct device *dev,
> >> + struct device_attribute *attr, const char *buf,
> >size_t count)
> >> +{
> >> + mdps_calibrate_mouse();
> >> + return count;
> >> +}
> >
> >No locking here?
>
> I don't want to lock it here, since the mouse polling kthread is heavy as
> it is.

> I'd rather report a wrong value of mouse position while recalibrating.
> The way I see it, if you're recalibrating your mouse, chances are you're
> not playing at the same precise millisecond. In my opinion it's worth more
> battery life.

Hmm, and are you sure it can't oops or something?

Well, other than in calibrate, I use it only in one other place - the mouse polling kthread
(mdps_mouse_kthread). In there it's used to calculate the absolute location of the "mouse".
At most I will get a value that doesn not correspond to the current position.
This means that the mouse pointer will perhaps jump, since the x calibration value has
updated and y calibration has not yet.

Yan

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/