Age | Commit message (Expand) | Author |
2009-12-16 | V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r... | Mauro Carvalho Chehab |
2009-12-16 | V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregister | Mauro Carvalho Chehab |
2009-12-16 | V4L/DVB (13591): add support for IR on FlyDVB Trio (saa7134) | Lukas Karas |
2009-12-05 | V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocation | Mauro Carvalho Chehab |
2009-12-05 | V4L/DVB (13533): ir: use dynamic tables, instead of static ones | Mauro Carvalho Chehab |
2009-12-05 | V4L/DVB (13236): ir-kbd-i2c: Don't reject unknown I2C addresses | Jean Delvare |
2009-09-12 | V4L/DVB (12595): common/ir: use a struct for keycode tables | Mauro Carvalho Chehab |
2009-09-12 | V4L/DVB (12368): ir-kbd-i2c: Add support for Z8F0811/Hauppage IR transceivers | Andy Walls |
2009-09-12 | V4L/DVB (12366): ir-kbd-i2c: Allow use of ir-kdb-i2c internal get_key funcs a... | Andy Walls |
2009-09-12 | V4L/DVB (12365): ir-kbd-i2c: Remove superfulous inlines | Jean Delvare |
2009-06-16 | V4L/DVB (11846): ir-kbd-i2c: Don't assume all IR receivers are supported | Jean Delvare |
2009-06-16 | V4L/DVB (11845): ir-kbd-i2c: Use initialization data | Jean Delvare |
2009-06-16 | V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding model | Jean Delvare |
2009-06-16 | V4L/DVB (11843): ir-kbd-i2c: Don't use i2c_client.name for our own needs | Jean Delvare |
2009-03-30 | V4L/DVB (10939): ir-kbd-i2c: Prevent general protection fault on rmmod | Jean Delvare |
2009-03-30 | V4L/DVB (10632): Added support for AVerMedia Cardbus Hybrid remote control | Oldřich Jedlička |
2008-12-29 | V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_... | Kay Sievers |
2008-10-13 | V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote | Brian Rogers |
2008-10-12 | V4L/DVB (9016): HVR3000/4000 Hauppauge related IR cleanups | Darron Broad |
2008-07-20 | V4L/DVB (8395): saa7134: Fix Kbuild dependency of ir-kbd-i2c | Mauro Carvalho Chehab |
2008-04-26 | V4L/DVB (7751): ir-kbd-i2c: Save a temporary memory allocation in ir_probe | Jean Delvare |
2008-04-24 | V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences | Harvey Harrison |
2008-04-24 | V4L/DVB (7332): ir-kbd-i2c: Minor optimization in ir_probe | Jean Delvare |
2008-04-24 | V4L/DVB (7286): limit stack usage of ir-kbd-i2c.c | Marcin Slusarz |
2008-04-24 | V4L/DVB (7094): static memory | Douglas Schilling Landgraf |
2008-04-18 | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox |
2008-01-25 | V4L/DVB (6973): Add Beholder TV 401/405/407/409/505/507/609/M6 support | Andrey J. Melnikoff (TEMHOTA) |
2007-10-22 | V4L/DVB (6352): ir-kbd-i2c: Missing break statement | Trent Piepho |
2007-10-09 | V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 Express | Michael Krufky |
2007-10-09 | V4L/DVB (6179): Clean up FusionHDTV ir code | Michael Krufky |
2007-10-09 | V4L/DVB (6178): add IR remote support for FusionHDTV 5 RT Gold | Chaogui Zhang |
2007-10-09 | V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files | Mauro Carvalho Chehab |
2007-07-18 | V4L/DVB (5786): Ir-kbd-i2c: add support for Hauppauge HVR1300 remote | Jan Frey |
2007-07-18 | V4L/DVB (5684): V4L: ir-kbd-i2c - switch to using msecs_to_jiffies() | Dmitry Torokhov |
2007-04-27 | V4L/DVB (5479): Use ARRAY_SIZE instead of a magic number | Mauro Carvalho Chehab |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau |
2006-12-10 | V4L/DVB (4898): Saa7134: add support for remote control of Hauppauge HVR1110 | Thomas Genty |
2006-12-10 | V4L/DVB (4854): Handle errors from input_register_device() | Dmitry Torokhov |
2006-11-22 | WorkStruct: make allyesconfig | David Howells |
2006-10-03 | V4L/DVB (4670): Allow RC5 codes 64 - 127 in ir-kbd-i2c.c | David Hardeman |
2006-06-25 | V4L/DVB (4023): Subject: Pinnacle PCTV grey remote control support | Sylvain Pasche |
2006-04-02 | V4L/DVB (3696): Previous change for cx2341X boards broke the remote support | Hans Verkuil |
2006-04-02 | V4L/DVB (3605): Add support for I2C_HW_B_CX2341X board adapter | Hans Verkuil |
2006-01-23 | V4L/DVB (3393): Move all IR keymaps to ir-common module | Ricardo Cerqueira |
2006-01-23 | V4L/DVB (3395): Hauppauge Grey Remote support | J.O. Aho |
2006-01-09 | V4L/DVB (3307): Some cleanups at I2C modules | Mauro Carvalho Chehab |
2006-01-09 | V4L/DVB (3123b): syncs V4L subsystem tree with kernel | Mauro Carvalho Chehab |
2006-01-05 | [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed | Greg Kroah-Hartman |
2006-01-05 | [PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11 | Laurent Riffard |
2006-01-05 | [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 | Jean Delvare |