aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-18[media] rc-core: set mode for winbond-cirDavid Härdeman1-0/+1
2012-03-19[media] rc: Pospone ir raw decoders loading until really neededEzequiel García1-2/+7
2012-03-19[media] mceusb: add Formosa device ID 0xe042Jarod Wilson1-0/+2
2012-03-19[media] gpio-ir-recv: a couple signedness bugsDan Carpenter1-2/+2
2012-03-19Merge tag 'v3.3' into staging/for_v3.4Mauro Carvalho Chehab1-4/+22
2012-03-08[media] media: ir-sony-decoder: 15bit function decode fixJames Hogan1-1/+1
2012-03-08[media] rc: Add support for GPIO based IR Receiver driverRavi Kumar V3-0/+215
2012-03-08[media] Add support for KWorld PC150-U ATSC hybrid tuner cardKyle Strickland2-0/+103
2012-03-08[media] rc/ir-raw: use kfifo_rec_ptr_1 instead of kfifoJames Hogan1-1/+1
2012-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+22
2012-02-14[media] fintek-cir: add support for newer chip versionMauro Carvalho Chehab2-9/+21
2012-02-14[media] IT913X Version 1 and Version 2 keymapsMalcolm Priestley3-0/+191
2012-01-26[media] imon: don't wedge hardware after early callbacksJarod Wilson1-4/+22
2012-01-21Merge tag 'v3.3-rc1' into staging/for_v3.3Mauro Carvalho Chehab10-128/+16
2012-01-21[media] az6007: Use the right keycode for Terratec H7Mauro Carvalho Chehab1-0/+52
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds11-74/+354
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell4-7/+7
2012-01-10[media] rc-videomate-m1f.c Rename to match remote controler nameSamuel Rakitnican1-12/+12
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman5-117/+5
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-12-30Merge tag 'v3.2-rc7' into staging/for_v3.3Mauro Carvalho Chehab4-229/+220
2011-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-229/+220
2011-12-11[media] ati_remote: switch to single-byte scancodesAnssi Hannula4-229/+220
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle2-2/+2
2011-11-24[media] rc: Fix input deadlock and transmit error in redrat3 driverAndrew Vincer1-34/+18
2011-11-24[media] ir-sanyo-decoder.c doesn't compileHans Verkuil1-0/+1
2011-11-23[media] ir-rc6-decoder: Support RC6-6A variable length datalawrence rust1-26/+41
2011-11-23Merge tag 'v3.2-rc2' into staging/for_v3.3Mauro Carvalho Chehab98-0/+99
2011-11-23[media] rc: Add support for decoding Sanyo protocolMauro Carvalho Chehab6-0/+229
2011-11-23[media] ir-nec-decoder: Report what bit failed at debug msgMauro Carvalho Chehab1-2/+2
2011-11-20[media] em28xx: Add IR support for HVR-930CMauro Carvalho Chehab1-0/+51
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman5-117/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds98-0/+99
2011-10-31drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker97-0/+97
2011-10-31drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-31drivers/media: ir-raw.c needs kmod.h for request_moduleStephen Rothwell1-0/+1
2011-10-11[media] rc/ir-lirc-codec: cleanup __user tagsDan Carpenter1-4/+5
2011-09-23[media] media, rc: Use static inline functions to kill warningsPekka Enberg1-7/+7
2011-09-23[media] rc tables: include linux/module.hMauro Carvalho Chehab3-0/+3
2011-09-22[media] ati_remote: update Kconfig descriptionAnssi Hannula1-5/+7
2011-09-22[media] ati_remote: add support for SnapStream Firefly remoteAnssi Hannula3-2/+120
2011-09-22[media] ati_remote: add keymap for Medion X10 RF remoteAnssi Hannula3-7/+127
2011-09-22[media] ati_remote: fix check for a weird byteAnssi Hannula1-3/+4
2011-09-22[media] ati_remote: parent input devices to usb interfaceAnssi Hannula1-2/+2
2011-09-22[media] ati_remote: migrate to the rc subsystemAnssi Hannula4-99/+268
2011-09-22[media] move ati_remote driver from input/misc to media/rcAnssi Hannula3-2/+886
2011-09-21[media] imon: don't parse scancodes until intf configuredJarod Wilson1-4/+6