Oops, there is a mistake in this module param's descriptions :) ...
Replace :
+MODULE_PARM_DESC(xres, "Buttons map (left,right, middle,extra1,extra2)");
+MODULE_PARM_DESC(xres, "Axes map (horizontal, vertical)");
By :
+MODULE_PARM_DESC(btn, "Buttons map (left,right, middle,extra1,extra2)");
+MODULE_PARM_DESC(abs, "Axes map (horizontal, vertical)");
Regards, Free The Cube.
Free The Cube wrote:
> Hello everybody.
>
> I didn't know where to submit the patch , so i submit it to the SF
> Patch Tracking System (I don't know if it is the good way... :) )
> I haven't PSO yet, so the converter was only tested on x86 (don't care
> since this driver is device independant).
>
> Regards, Free The Cube.
>
> PS : more details about this driver on the SF Patches page.
>
|