Re: [PATCH 04/16] asus-wmi: Enable autorepeat for hotkey inputdevice

From: Matthew Garrett
Date: Fri Jul 01 2011 - 10:16:10 EST


On Fri, Jul 01, 2011 at 11:34:29AM +0200, Corentin Chary wrote:
> asus->inputdev->id.bustype = BUS_HOST;
> asus->inputdev->dev.parent = &asus->platform_device->dev;
> + __set_bit(EV_REP, asus->inputdev->evbit);

set_bit()? I guess it doesn't make much difference in this case, it just
seems neater to use the non __ version.

--
Matthew Garrett | mjg59@xxxxxxxxxxxxx
--
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/