index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
IR
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
V4L/DVB: ir-core: Remove warining noise if decoders compiled builtin
Mauro Carvalho Chehab
2010-05-19
2
-3
/
+5
*
V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.h
Mauro Carvalho Chehab
2010-05-19
7
-5
/
+117
*
V4L/DVB: Teach drivers/media/IR/ir-raw-event.c to use durations
David Härdeman
2010-05-19
3
-281
/
+259
*
V4L/DVB: ir-core: fix gcc warning noise
Mauro Carvalho Chehab
2010-05-19
1
-1
/
+1
*
V4L/DVB: ir-core: properly present the supported and current protocols
Mauro Carvalho Chehab
2010-05-19
1
-19
/
+44
*
V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decoders
Mauro Carvalho Chehab
2010-05-19
3
-14
/
+30
*
V4L/DVB: rename sysfs remote controller devices from rcrcv to rc
David Härdeman
2010-05-19
1
-5
/
+5
*
V4L/DVB: ir: Make sure that the spinlocks are properly initialized
Mauro Carvalho Chehab
2010-05-19
4
-7
/
+4
*
V4L/DVB: ir-rc5-decoder: fix state machine
Mauro Carvalho Chehab
2010-05-19
1
-109
/
+52
*
V4L/DVB: re-add enable/disable check to the IR decoders
Mauro Carvalho Chehab
2010-05-19
2
-0
/
+6
*
V4L/DVB: ir-core: Add support for badly-implemented hardware decoders
Mauro Carvalho Chehab
2010-05-19
3
-6
/
+103
*
V4L-DVB: ir-core: remove the ancillary buffer
Mauro Carvalho Chehab
2010-05-19
3
-68
/
+12
*
V4L-DVB: ir-rc5-decoder: Add a decoder for RC-5 IR protocol
Mauro Carvalho Chehab
2010-05-19
4
-0
/
+382
*
V4L/DVB: ir-nec-decoder: Cleanups
Mauro Carvalho Chehab
2010-05-19
1
-32
/
+8
*
V4L/DVB: ir-nec-decoder: Reimplement the entire decoder
Mauro Carvalho Chehab
2010-05-19
1
-104
/
+167
*
V4L/DVB: ir-core: improve keyup/keydown logic
David Härdeman
2010-05-19
3
-43
/
+103
*
V4L/DVB: ir-core: re-add some debug functions for keytable changes
Mauro Carvalho Chehab
2010-05-19
1
-2
/
+17
*
V4L/DVB: drivers/media/IR - improve keytable code
David Härdeman
2010-05-19
1
-330
/
+188
*
V4L/DVB: ir-common: remove keymap tables from the module
Mauro Carvalho Chehab
2010-05-19
2
-46
/
+1
*
V4L/DVB: ir-core: Make use of the new IR keymap modules
Mauro Carvalho Chehab
2010-05-19
3
-7
/
+26
*
V4L/DVB: ir: prepare IR code for a parameter change at register function
Mauro Carvalho Chehab
2010-05-19
1
-3
/
+3
*
V4L/DVB: Break Remote Controller keymaps into modules
Mauro Carvalho Chehab
2010-05-19
68
-2
/
+5632
*
V4L/DVB: ir-core: Add support for RC map code register
Mauro Carvalho Chehab
2010-05-19
2
-1
/
+76
*
V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate file
Mauro Carvalho Chehab
2010-05-19
1
-3160
/
+11
*
V4L/DVB: ir-common: Use macros to define the keytables
Mauro Carvalho Chehab
2010-05-19
1
-137
/
+128
*
V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR core
Mauro Carvalho Chehab
2010-05-18
1
-0
/
+17
*
V4L/DVB: ir-core: rename sysfs remote controller class from ir to rc
Mauro Carvalho Chehab
2010-05-18
1
-10
/
+10
*
V4L/DVB: ir-nec-decoder: Add sysfs node to enable/disable per irrcv
Mauro Carvalho Chehab
2010-05-18
2
-2
/
+133
*
V4L/DVB: ir-core: prepare to add more operations for ir decoders
Mauro Carvalho Chehab
2010-05-18
2
-18
/
+59
*
V4L/DVB: ir-core: dynamically load the compiled IR protocols
Mauro Carvalho Chehab
2010-05-18
5
-10
/
+101
*
V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decode
Mauro Carvalho Chehab
2010-05-18
3
-39
/
+98
*
V4L/DVB: ir-core/saa7134: Move ir keyup/keydown code to the ir-core
Mauro Carvalho Chehab
2010-05-18
1
-32
/
+58
*
V4L/DVB: ir-core: add two functions to report keyup/keydown events
Mauro Carvalho Chehab
2010-05-18
1
-1
/
+56
*
V4L/DVB: ir-core: Add logic to decode IR protocols at the IR core
Mauro Carvalho Chehab
2010-05-18
3
-1
/
+249
*
V4L/DVB: saa7134: use a full scancode table for M135A
Mauro Carvalho Chehab
2010-05-18
1
-49
/
+51
*
V4L/DVB: ir-core: be less pedantic with RC protocol name
Mauro Carvalho Chehab
2010-05-18
1
-1
/
+1
*
V4L/DVB: ir-core: export driver name used by IR via uevent
Mauro Carvalho Chehab
2010-05-18
2
-1
/
+8
*
V4L/DVB: ir-core: Export IR name via uevent
Mauro Carvalho Chehab
2010-05-18
2
-3
/
+23
*
V4L/DVB: ir-core: Add a macro to properly create IR tables
Mauro Carvalho Chehab
2010-05-18
1
-374
/
+81
*
V4L/DVB: ir: use a real device instead of a virtual class
Mauro Carvalho Chehab
2010-05-18
2
-33
/
+55
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
2
-0
/
+2
*
Input: scancode in get/set_keycodes should be unsigned
Dmitry Torokhov
2010-03-09
1
-2
/
+2
*
V4L/DVB: Kworld 315U remote support
Franklin Meng
2010-02-26
1
-0
/
+51
*
V4L/DVB: em28xx: fix for "Leadtek winfast tv usbii deluxe"
Magnus Alm
2010-02-26
1
-0
/
+48
*
V4L/DVB: ir: fix memory leak
Alexander Beregalov
2010-02-26
1
-1
/
+3
*
V4L/DVB (13957): IR: Fix sysfs attributes declaration
Francesco Lavra
2010-02-26
1
-0
/
+1
*
V4L/DVB (13856): ir-keytable: simplify and avoid a warning
Mauro Carvalho Chehab
2010-02-26
1
-8
/
+4
*
V4L/DVB (13833): ir-core: some functions can be static
Mauro Carvalho Chehab
2010-02-26
1
-4
/
+2
*
V4L/DVB (13825): ir-core: Don't OOPS if IR device props is not defined
Mauro Carvalho Chehab
2010-02-26
1
-1
/
+1
*
V4L/DVB (13680): ir: use unsigned long instead of enum
Mauro Carvalho Chehab
2010-02-26
2
-7
/
+10
[prev]
[next]