summaryrefslogtreecommitdiff
path: root/drivers/media/IR/ir-raw-event.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-29[media] rename drivers/media/IR to drives/media/rcMauro Carvalho Chehab1-382/+0
2010-10-21[media] ir-raw-event: Fix a stupid error at a printkMauro Carvalho Chehab1-1/+1
2010-10-21[media] IR: extend ir_raw_event and do refactoringMaxim Levitsky1-29/+16
2010-10-21[media] IR: plug races in IR raw threadMaxim Levitsky1-9/+25
2010-09-28V4L/DVB: IR: ir-raw-event: null pointer dereferenceDan Carpenter1-1/+3
2010-08-09V4L/DVB: IR: add helper function for hardware with small o/b bufferMaxim Levitsky1-0/+84
2010-08-09V4L/DVB: IR: replace workqueue with kthreadMaxim Levitsky1-11/+31
2010-08-09V4L/DVB: IR: replace spinlock with mutexMaxim Levitsky1-14/+14
2010-08-09V4L/DVB: IR: minor fixesMaxim Levitsky1-0/+3
2010-08-02V4L/DVB: IR: add ir-core to lirc userspace decoder bridge driverJarod Wilson1-0/+1
2010-08-02V4L/DVB: ir-core: move decoding state to ir_raw_event_ctrlDavid Härdeman1-36/+37
2010-08-02V4L/DVB: ir-core: centralize sysfs raw decoder enabling/disablingDavid Härdeman1-47/+65
2010-08-02V4L/DVB: IR: let all protocol decoders have a go at raw dataJarod Wilson1-4/+3
2010-05-19V4L/DVB: ir-core: Add Sony support to ir-coreDavid Härdeman1-0/+1
2010-05-19V4L/DVB: ir-core: Add JVC support to ir-coreDavid Härdeman1-0/+1
2010-05-19V4L/DVB: ir-core: change duration to be coded as a u32 integerDavid Härdeman1-12/+18
2010-05-19V4L/DVB: Add RC6 support to ir-coreDavid Härdeman1-0/+1
2010-05-19V4L/DVB: ir-core: Remove warining noise if decoders compiled builtinMauro Carvalho Chehab1-1/+4
2010-05-19V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.hMauro Carvalho Chehab1-1/+1
2010-05-19V4L/DVB: Teach drivers/media/IR/ir-raw-event.c to use durationsDavid Härdeman1-57/+86
2010-05-19V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decodersMauro Carvalho Chehab1-2/+0
2010-05-19V4L/DVB: ir: Make sure that the spinlocks are properly initializedMauro Carvalho Chehab1-3/+1
2010-05-19V4L-DVB: ir-core: remove the ancillary bufferMauro Carvalho Chehab1-12/+8
2010-05-19V4L-DVB: ir-rc5-decoder: Add a decoder for RC-5 IR protocolMauro Carvalho Chehab1-0/+1
2010-05-19V4L/DVB: ir-core: improve keyup/keydown logicDavid Härdeman1-14/+0
2010-05-18V4L/DVB: ir-nec-decoder: Add sysfs node to enable/disable per irrcvMauro Carvalho Chehab1-1/+1
2010-05-18V4L/DVB: ir-core: prepare to add more operations for ir decodersMauro Carvalho Chehab1-13/+58
2010-05-18V4L/DVB: ir-core: dynamically load the compiled IR protocolsMauro Carvalho Chehab1-1/+56
2010-05-18V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decodeMauro Carvalho Chehab1-0/+14
2010-05-18V4L/DVB: ir-core: Add logic to decode IR protocols at the IR coreMauro Carvalho Chehab1-0/+117