diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-04-02 20:11:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 12:56:51 -0300 |
commit | bd7261d3d7dfe61e8bf8945051c1905ba4dba3b5 (patch) | |
tree | b2a8af995e809da87f04b9a783593f936cf29952 /include/media/ir-common.h | |
parent | 02858eedcb78a664215b918d98cdb753ce432ce6 (diff) |
V4L/DVB: ir-common: remove keymap tables from the module
Now that the remote keymaps were broken into separate modules,
get rid of the keycode tables that were hardcoded into ir-common.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/ir-common.h')
-rw-r--r-- | include/media/ir-common.h | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/include/media/ir-common.h b/include/media/ir-common.h index 59ce30280b7..528050e39ad 100644 --- a/include/media/ir-common.h +++ b/include/media/ir-common.h @@ -28,71 +28,6 @@ #include <linux/interrupt.h> #include <media/ir-core.h> -#include <media/keycodes/adstech-dvb-t-pci.h> -#include <media/keycodes/apac-viewcomp.h> -#include <media/keycodes/asus-pc39.h> -#include <media/keycodes/ati-tv-wonder-hd-600.h> -#include <media/keycodes/avermedia-a16d.h> -#include <media/keycodes/avermedia-cardbus.h> -#include <media/keycodes/avermedia-dvbt.h> -#include <media/keycodes/avermedia.h> -#include <media/keycodes/avermedia-m135a-rm-jx.h> -#include <media/keycodes/avertv-303.h> -#include <media/keycodes/behold-columbus.h> -#include <media/keycodes/behold.h> -#include <media/keycodes/budget-ci-old.h> -#include <media/keycodes/cinergy-1400.h> -#include <media/keycodes/cinergy.h> -#include <media/keycodes/dm1105-nec.h> -#include <media/keycodes/dntv-live-dvb-t.h> -#include <media/keycodes/dntv-live-dvbt-pro.h> -#include <media/keycodes/empty.h> -#include <media/keycodes/em-terratec.h> -#include <media/keycodes/encore-enltv2.h> -#include <media/keycodes/encore-enltv-fm53.h> -#include <media/keycodes/encore-enltv.h> -#include <media/keycodes/evga-indtube.h> -#include <media/keycodes/eztv.h> -#include <media/keycodes/flydvb.h> -#include <media/keycodes/flyvideo.h> -#include <media/keycodes/fusionhdtv-mce.h> -#include <media/keycodes/gadmei-rm008z.h> -#include <media/keycodes/genius-tvgo-a11mce.h> -#include <media/keycodes/gotview7135.h> -#include <media/keycodes/hauppauge-new.h> -#include <media/keycodes/iodata-bctv7e.h> -#include <media/keycodes/kaiomy.h> -#include <media/keycodes/kworld-315u.h> -#include <media/keycodes/kworld-plus-tv-analog.h> -#include <media/keycodes/manli.h> -#include <media/keycodes/msi-tvanywhere.h> -#include <media/keycodes/msi-tvanywhere-plus.h> -#include <media/keycodes/nebula.h> -#include <media/keycodes/nec-terratec-cinergy-xs.h> -#include <media/keycodes/norwood.h> -#include <media/keycodes/npgtech.h> -#include <media/keycodes/pctv-sedna.h> -#include <media/keycodes/pinnacle-color.h> -#include <media/keycodes/pinnacle-grey.h> -#include <media/keycodes/pinnacle-pctv-hd.h> -#include <media/keycodes/pixelview.h> -#include <media/keycodes/pixelview-new.h> -#include <media/keycodes/powercolor-real-angel.h> -#include <media/keycodes/proteus-2309.h> -#include <media/keycodes/purpletv.h> -#include <media/keycodes/pv951.h> -#include <media/keycodes/rc5-hauppauge-new.h> -#include <media/keycodes/rc5-tv.h> -#include <media/keycodes/real-audio-220-32-keys.h> -#include <media/keycodes/tbs-nec.h> -#include <media/keycodes/terratec-cinergy-xs.h> -#include <media/keycodes/tevii-nec.h> -#include <media/keycodes/tt-1500.h> -#include <media/keycodes/videomate-s350.h> -#include <media/keycodes/videomate-tv-pvr.h> -#include <media/keycodes/winfast.h> -#include <media/keycodes/winfast-usbii-deluxe.h> - #define RC5_START(x) (((x)>>12)&3) #define RC5_TOGGLE(x) (((x)>>11)&1) #define RC5_ADDR(x) (((x)>>6)&31) |