index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
media
/
ir-common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
V4L/DVB: ir-common: remove keymap tables from the module
Mauro Carvalho Chehab
1
-65
/
+0
2010-05-19
V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate file
Mauro Carvalho Chehab
1
-85
/
+65
2010-05-19
V4L/DVB: ir-common: Use macros to define the keytables
Mauro Carvalho Chehab
1
-1
/
+13
2010-05-19
V4L/DVB: ir-common: re-order keytables by name and remove duplicates
Mauro Carvalho Chehab
1
-48
/
+48
2010-05-19
V4L/DVB: ir-common: Use a function to declare an IR table
Mauro Carvalho Chehab
1
-65
/
+71
2010-05-18
V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR core
Mauro Carvalho Chehab
1
-0
/
+1
2010-05-18
V4L/DVB: ir-core: Add logic to decode IR protocols at the IR core
Mauro Carvalho Chehab
1
-0
/
+3
2010-05-18
V4L/DVB: saa7134: add code to allow changing IR protocol
Mauro Carvalho Chehab
1
-0
/
+3
2010-05-18
V4L/DVB: saa7134: use a full scancode table for M135A
Mauro Carvalho Chehab
1
-1
/
+1
2010-02-26
V4L/DVB: Add an entry for Kworld 315U remote
Franklin Meng
1
-0
/
+1
2010-02-26
V4L/DVB: em28xx: fix for "Leadtek winfast tv usbii deluxe"
Magnus Alm
1
-0
/
+1
2010-02-26
V4L/DVB (13680): ir: use unsigned long instead of enum
Mauro Carvalho Chehab
1
-2
/
+2
2010-02-26
V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core
Mauro Carvalho Chehab
1
-2
/
+2
2009-12-16
V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r...
Mauro Carvalho Chehab
1
-1
/
+1
2009-12-16
V4L/DVB (13615): ir-core: create ir_input_register
Mauro Carvalho Chehab
1
-2
/
+0
2009-12-16
V4L/DVB (13613): IR: create ir-core module
Mauro Carvalho Chehab
1
-38
/
+1
2009-12-16
V4L/DVB (13546): ir-keymaps: Add table for Terratec Cinergy XS FM
Mauro Carvalho Chehab
1
-0
/
+1
2009-12-16
V4L/DVB (13543): ir-common: Associate a table with a given protocol type
Mauro Carvalho Chehab
1
-3
/
+8
2009-12-05
V4L/DVB (13540): ir-common: Cleanup get key evdev code
Mauro Carvalho Chehab
1
-0
/
+2
2009-12-05
V4L/DVB (13539): ir-common: add __func__ for debug messages
Mauro Carvalho Chehab
1
-1
/
+1
2009-12-05
V4L/DVB (13538): ir-common: Use a dynamic keycode table
Mauro Carvalho Chehab
1
-0
/
+6
2009-12-05
V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation
Mauro Carvalho Chehab
1
-1
/
+2
2009-12-05
V4L/DVB (13535): ir-common: Add a hauppauge new table with the complete RC5 code
Mauro Carvalho Chehab
1
-0
/
+1
2009-12-05
V4L/DVB (13534): ir-common: Remove some unused fields/structs
Mauro Carvalho Chehab
1
-7
/
+0
2009-12-05
V4L/DVB (13533): ir: use dynamic tables, instead of static ones
Mauro Carvalho Chehab
1
-3
/
+2
2009-12-05
V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode table
Mauro Carvalho Chehab
1
-1
/
+11
2009-12-05
V4L/DVB (13531): ir-common: rename the debug routine to allow exporting it
Mauro Carvalho Chehab
1
-0
/
+4
2009-12-05
V4L/DVB (13135): Add support for TeVii remotes
Igor M. Liplianin
1
-0
/
+1
2009-12-05
V4L/DVB (13134): Add support for TBS-likes remotes
Igor M. Liplianin
1
-0
/
+1
2009-12-05
V4L/DVB (13099): ir-functions: Export ir_rc5_decode() for use by the cx23885 ...
Andy Walls
1
-0
/
+1
2009-09-12
V4L/DVB (12595): common/ir: use a struct for keycode tables
Mauro Carvalho Chehab
1
-69
/
+72
2009-09-12
V4L/DVB (12591): em28xx: Add entry for GADMEI UTV330+ and related IR keymap
Mauro Carvalho Chehab
1
-0
/
+1
2009-09-12
V4L/DVB (12463): Add support for Compro VideoMate S350 DVB-S PCI card.
Igor M. Liplianin
1
-0
/
+1
2009-09-12
V4L/DVB (12444): em28xx: add support for Terratec Cinergy Hybrid T USB XS rem...
Devin Heitmueller
1
-0
/
+1
2009-06-23
V4L/DVB (12102): em28xx: add Remote control support for EVGA inDtube
Devin Heitmueller
1
-0
/
+2
2009-03-30
V4L/DVB (10744): dm1105: infrared remote code is remaked.
Igor M. Liplianin
1
-0
/
+1
2009-03-30
V4L/DVB (10632): Added support for AVerMedia Cardbus Hybrid remote control
Oldřich Jedlička
1
-0
/
+1
2009-03-30
V4L/DVB (10515): Adds IR table for the IR provided with this board and includ...
Mauro Carvalho Chehab
1
-0
/
+1
2008-12-30
V4L/DVB (9772): saa7134: Add support for Kworld Plus TV Analog Lite PCI
Mauro Carvalho Chehab
1
-0
/
+1
2008-12-29
V4L/DVB (9629): Add support for the ATI TV Wonder HD 600 USB Remote Control
Devin Heitmueller
1
-0
/
+1
2008-10-13
V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote
Brian Rogers
1
-0
/
+1
2008-10-12
V4L/DVB (9061): saa7134: Add support for Real Audio 220
Mauro Carvalho Chehab
1
-1
/
+1
2008-10-12
V4L/DVB (9060): saa7134: Add support for Avermedia PCI pure analog (M135A)
Mauro Carvalho Chehab
1
-0
/
+1
2008-10-12
V4L/DVB (9059): saa7134: Add support for Encore version 5.3 board
Mauro Carvalho Chehab
1
-0
/
+1
2008-10-12
V4L/DVB (8628): bttv: Add support for Encore ENLTV2-FM
Mauro Carvalho Chehab
1
-0
/
+1
2008-10-12
V4L/DVB (8625): saa7134: Add NEC prococol IR decoding capability
Mauro Carvalho Chehab
1
-0
/
+5
2008-06-26
V4L/DVB (8048): saa7134: Fix entries for Avermedia A16d and Avermedia E506
Tim Farrington
1
-0
/
+1
2008-04-24
V4L/DVB (7677): saa7134: Add/fix Beholder entries
Dmitry Belimov
1
-0
/
+1
2008-04-24
V4L/DVB (7506): Powercolor Real Angel 330 (remote control support)
Dâniel Fraga
1
-0
/
+1
2008-04-24
V4L/DVB (7372): cx88: Add IR support for Pixelview MPEG 8000GT
Mauro Carvalho Chehab
1
-0
/
+1
[next]