aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-17Merge tag 'v3.1-rc6' into staging/for_v3.2Mauro Carvalho Chehab2-38/+8
2011-09-11[media] nuvoton-cir: simplify raw IR sample handlingJarod Wilson2-38/+8
2011-09-03[media] winbond-cir: Use current logging stylesJoe Perches1-2/+4
2011-09-03[media] ene_ir: Use current logging stylesJoe Perches2-50/+42
2011-09-03[media] Add missing OK key to PCTV IR keymapChris Rankin1-0/+1
2011-09-03[media] redrat3: remove unused dev struct membersJarod Wilson1-7/+0
2011-08-27[media] mceusb: update version, copyright, authorJarod Wilson1-3/+8
2011-08-27[media] mceusb: report actual tx frequenciesJarod Wilson1-5/+11
2011-08-27[media] mceusb: flash LED (emu v2+ only) to signal end of initJarod Wilson1-0/+14
2011-08-27[media] mceusb: get misc port data from hardwareJarod Wilson1-1/+39
2011-08-27[media] mceusb: query device for firmware emulator versionJarod Wilson1-2/+17
2011-08-27[media] mceusb: issue device resume cmd when neededJarod Wilson1-0/+13
2011-08-27[media] mceusb: set wakeup bits for IR-based resumeJarod Wilson1-0/+5
2011-08-27[media] mceusb: give hardware time to reply to cmdsJarod Wilson1-0/+1
2011-08-27[media] mceusb: command/response updates from MS docsJarod Wilson1-120/+173