dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media/IR
Dmitry Torokhov 58b939959d Input: scancode in get/set_keycodes should be unsigned
The HID layer has some scan codes of the form 0xffbc0000 for logitech
devices which do not work if scancode is typed as signed int, so we need
to switch to unsigned it instead. While at it keycode being signed does
not make much sense either.

Acked-by: Márton Németh <nm127@freemail.hu>
Acked-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2010-03-08 23:19:15 -08:00
..
Kconfig
Makefile V4L/DVB (13633): ir-core: create a new class for remote controllers 2010-02-26 15:10:23 -03:00
ir-functions.c V4L/DVB (13680): ir: use unsigned long instead of enum 2010-02-26 15:10:24 -03:00
ir-keymaps.c V4L/DVB: Kworld 315U remote support 2010-02-26 15:10:58 -03:00
ir-keytable.c Input: scancode in get/set_keycodes should be unsigned 2010-03-08 23:19:15 -08:00
ir-sysfs.c V4L/DVB (13957): IR: Fix sysfs attributes declaration 2010-02-26 15:10:34 -03:00