Re: New HID device support

From: Jiri Kosina
Date: Wed Mar 04 2009 - 10:13:29 EST


On Wed, 4 Mar 2009, Jason Noble wrote:

> I made a minor tweak. Please include in the official patch.
> (BTN_2 and BTN_3, are not very useful xev doesn't even see them)
>
> - case 0x01: ks_map_key(BTN_2); break;
> - case 0x02: ks_map_key(BTN_3); break;
> + case 0x01: ks_map_key(BTN_MIDDLE); break;
> + case 0x02: ks_map_key(BTN_SIDE); break;
>
> Other than that, it works great!
>
> You are awesome, thank you very very much!!

Thanks for testing. I will put you in Reported-by:, if you don't mind, and
queue the patch patch in my tree.

--
Jiri Kosina
SUSE Labs
--
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/