Re: EVDEV (was: RE: [AD] fbcon directcolor modes patch, and possible other patches) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-11-16, Vincent Penecherc'h <Vincent.Penecherch@xxxxxxxxxx> wrote:
> The attached patch [init.diff] should be applied above the previous
> (mickeys) one. But I expect it to apply correctly to stock Allegro
> too.
>
> It fixes the incorrect device names. Also, the driver now tests if the
> device is a mouse by asking if it generates BTN_MOUSE events (see new
> function has_event). And it gets the number of buttons from the
> device (see new function get_num_buttons).
I think we should do the check even if the user specified the
mouse_device manually, unless there is some reason I'm not aware of?
> The attached patch [tablet.diff] should be applied above the 2
> previous ones. I expect it to apply correctly if init.diff wasn't
> applied.
Thanks, committed both patches.
Peter