summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-input.c
AgeCommit message (Collapse)Author
2005-10-18 - SAA713x keymaps and key builders were moved from ir-kbd-i2c.cMauro Carvalho Chehab
to saa7134-input.c - saa7134-i2c's attach now detects I2C IR and calls saa7134 specific code. - Small bugfix at ir-kbd-i2c. - disable_ir now unregisters i2c device. Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-16- Whitespace Cleanups.Mauro Carvalho Chehab
- Whitespace script improved. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-15 * ../linux/drivers/usb/media/em2820-input.c: (em2820_set_ir):Nickolay V. Shmyrev
Remotes for the Cinergy 200 USB and Cinergy 250 USB are the same. Signed-off-by: Sascha Sommer <saschasommer@freenet.de>
2005-10-14 * ../linux/drivers/usb/media/em2820-input.c:Markus Rechberger
* ../linux/drivers/drivers/media/ir-kbd-i2c.c: CodingStyle fixes Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-14 * ../linux/drivers/usb/media/em2820-input.c:Markus Rechberger
- Added support for Terratec Cinergy 250 USB * ../linux/drivers/media/ir-kbd-i2c.c: (ir_probe) - changed signed char to unsigned char Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-14Several Improvement on I2C IR handling for em2820:Mauro Carvalho Chehab
- moved Pinnacle IR table (ir_codes_em2820) to em2820-input.c - IR struct renamed and moved to a header file. - New file to handle em2820-specific IR. - Some cleanups. - attach now detects I2C IR and calls em2820-specific IR code - IR compat code moved to compat.h - New header with struct IR_i2c there, to allow it to be used by board-specific input handlers. Some improvements at em28xx board detection: - Board detection message improved to show interface and class. - Now it doesn't touch audio interfaces. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>