Lines Matching full:keyboard
2 /* ir-mce_kbd-decoder.c - A decoder for the RC6-ish keyboard/mouse IR protocol
3 * used by the Microsoft Remote Keyboard for Windows Media Center Edition,
16 * - MCIR-2 32-bit IR signals used for standard keyboard keys
18 * The media keys on the keyboard send RC-6 signals that are indistinguishable
21 * input device for the remote, rather than the keyboard/mouse one.
156 dev_dbg(&dev->dev, "keyboard: keydata2 = 0x%02x, keydata1 = 0x%02x, shiftmask = 0x%02x\n", in ir_mce_kbd_process_keyboard_data()
283 dev_dbg(&dev->dev, "not keyboard or mouse data\n"); in ir_mce_kbd_decode()
319 dev_dbg(&dev->dev, "keyboard data 0x%08x\n", in ir_mce_kbd_decode()
329 /* Pass data to keyboard buffer parser */ in ir_mce_kbd_decode()
342 dev_dbg(&dev->dev, "not keyboard or mouse data\n"); in ir_mce_kbd_decode()
437 printk(KERN_INFO "IR MCE Keyboard/mouse protocol handler initialized\n"); in ir_mce_kbd_decode_init()
451 MODULE_DESCRIPTION("MCE Keyboard/mouse IR protocol decoder");