index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
IR
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-12
V4L/DVB: Fix IR_CORE dependencies
Mauro Carvalho Chehab
1
-1
/
+8
2010-08-08
V4L/DVB: media: ir-keytable: null dereference in debug code
Dan Carpenter
1
-1
/
+2
2010-08-08
V4L/DVB: IR keymap: Add print button for HP OEM version of MCE remote
Andy Walls
1
-0
/
+2
2010-08-08
V4L/DVB: IR: Port ene driver to new IR subsystem and enable it
Maxim Levitsky
4
-401
/
+258
2010-08-08
V4L/DVB: STAGING: remove lirc_ene0100 driver
Maxim Levitsky
2
-0
/
+1416
2010-08-08
V4L/DVB: IR: report unknown scancodes the in-kernel decoders found
Maxim Levitsky
1
-0
/
+8
2010-08-08
V4L/DVB: IR: extend interfaces to support more device settings
Maxim Levitsky
2
-19
/
+94
2010-08-08
V4L/DVB: IR: add helper function for hardware with small o/b buffer
Maxim Levitsky
3
-1
/
+86
2010-08-08
V4L/DVB: IR: Allow not to compile keymaps in
Maxim Levitsky
5
-46
/
+27
2010-08-08
V4L/DVB: IR: NECX: support repeat
Maxim Levitsky
2
-2
/
+23
2010-08-08
V4L/DVB: IR: nec decoder: fix repeat
Maxim Levitsky
1
-1
/
+1
2010-08-08
V4L/DVB: IR: JVC: make repeat work
Maxim Levitsky
1
-1
/
+13
2010-08-08
V4L/DVB: IR: replace workqueue with kthread
Maxim Levitsky
2
-12
/
+32
2010-08-08
V4L/DVB: IR: replace spinlock with mutex
Maxim Levitsky
1
-14
/
+14
2010-08-08
V4L/DVB: IR: minor fixes
Maxim Levitsky
3
-9
/
+12
2010-08-08
V4L/DVB: IR: Kconfig fixes
Maxim Levitsky
1
-3
/
+7
2010-08-08
V4L/DVB: IR: put newly ported streamzap driver in proper home
Jarod Wilson
3
-0
/
+754
2010-08-08
V4L/DVB: staging/lirc: port lirc_streamzap to ir-core
Jarod Wilson
2
-0
/
+82
2010-08-08
V4L/DVB: IR/mceusb: less generic callback name and remove cruft
Jarod Wilson
1
-4
/
+2
2010-08-08
V4L/DVB: IR/mceusb: remove bad ir_input_dev use
Jarod Wilson
1
-14
/
+1
2010-08-08
V4L/DVB: IR/imon: remove bad ir_input_dev use
Jarod Wilson
1
-15
/
+0
2010-08-08
V4L/DVB: IR/imon: remove incorrect calls to input_free_device
Jarod Wilson
1
-4
/
+1
2010-08-02
V4L/DVB: sms: Convert IR support to use the Remote Controller core
Mauro Carvalho Chehab
1
-2
/
+3
2010-08-02
V4L/DVB: standardize names at rc-dib0700 tables
Mauro Carvalho Chehab
2
-12
/
+12
2010-08-02
V4L/DVB: dib0700: break keytable into NEC and RC-5 variants
Mauro Carvalho Chehab
3
-83
/
+129
2010-08-02
V4L/DVB: Add a keymap file with dib0700 table
Mauro Carvalho Chehab
2
-0
/
+315
2010-08-02
V4L/DVB: media/IR: testing the wrong variable
Dan Carpenter
1
-1
/
+1
2010-08-02
V4L/DVB: IR/lirc: use memdup_user instead of copy_from_user
Jarod Wilson
1
-8
/
+3
2010-08-02
V4L/DVB: IR/lirc: make lirc userspace and staging modules buildable
Jarod Wilson
3
-227
/
+2
2010-08-02
V4L/DVB: drivers/media: Remove unnecessary casts of private_data
Joe Perches
1
-3
/
+3
2010-08-02
V4L/DVB: IR/mceusb: more streamlining of device init
Jarod Wilson
1
-16
/
+18
2010-08-02
V4L/DVB: IR/mceusb: remove unused vars from gen1 init
Mauro Carvalho Chehab
1
-2
/
+1
2010-08-02
V4L/DVB: lirc: use unlocked_ioctl
Arnd Bergmann
3
-12
/
+10
2010-08-02
V4L/DVB: IR: jvc-decoder needs BITREVERSE
Randy Dunlap
1
-0
/
+1
2010-08-02
V4L/DVB: IR/lirc_dev: fix locking in lirc_dev_fop_read
Jarod Wilson
1
-1
/
+4
2010-08-02
V4L/DVB: IR/mceusb: unify and simplify different gen device init
Jarod Wilson
1
-43
/
+7
2010-08-02
V4L/DVB: IR/imon: auto-configure another 0xffdc device variant
Jarod Wilson
1
-0
/
+1
2010-08-02
V4L/DVB: IR: add empty lirc pseudo-keymap
Jarod Wilson
2
-0
/
+42
2010-08-02
V4L/DVB: IR: add ir-core to lirc userspace decoder bridge driver
Jarod Wilson
6
-0
/
+310
2010-08-02
V4L/DVB: IR: add lirc device interface
Jarod Wilson
4
-0
/
+999
2010-08-02
V4L/DVB: IR/mceusb: add tx callback functions and wire up
Jarod Wilson
1
-10
/
+138
2010-08-02
V4L/DVB: IR/mceusb: kill pinnacle-device-specific nonsense
Jarod Wilson
1
-49
/
+14
2010-08-02
V4L/DVB: IR/mceusb: misc cleanups and init fixes
Jarod Wilson
1
-69
/
+69
2010-08-02
V4L/DVB: IR/mceusb: use the proper ir-core device unregister function
Jarod Wilson
1
-1
/
+1
2010-08-02
V4L/DVB: IR/imon: use the proper ir-core device unregister function
Jarod Wilson
1
-2
/
+2
2010-08-02
V4L/DVB: media/IR: nec-decoder needs to select BITREV
Randy Dunlap
1
-0
/
+1
2010-08-02
V4L/DVB: ir-core: move decoding state to ir_raw_event_ctrl
David Härdeman
7
-464
/
+118
2010-08-02
V4L/DVB: ir-core: allow specifying multiple protocols at one open/write
Mauro Carvalho Chehab
1
-46
/
+46
2010-08-02
V4L/DVB: ir-core: Add support for disabling all protocols
Mauro Carvalho Chehab
1
-9
/
+18
2010-08-02
V4L/DVB: ir-core: Rename sysfs protocols nomenclature to rc-5 and rc-6
Mauro Carvalho Chehab
1
-2
/
+2
[next]