Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270035
Collapse All | Expand All

(-)/var/tmp/portage/sys-kernel/gentoo-sources-2.6.28-r5/work/linux-2.6.28-gentoo-r5/drivers/input/joydev.c (+6 lines)
Lines 847-852 Link Here
847
		.evbit = { BIT_MASK(EV_KEY) },
847
		.evbit = { BIT_MASK(EV_KEY) },
848
		.keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
848
		.keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
849
	},	/* Avoid itouchpads, touchscreens and tablets */
849
	},	/* Avoid itouchpads, touchscreens and tablets */
850
	{
851
		.flags = INPUT_DEVICE_ID_MATCH_EVBIT |
852
			INPUT_DEVICE_ID_MATCH_KEYBIT,
853
		.evbit = { BIT_MASK(EV_KEY) },
854
		.keybit = { [BIT_WORD(BTN_MISC)] = BIT_MASK(BTN_MISC) },
855
	},	/* Microsoft Multimedia Keys device passes joydev_ids */
850
	{ }	/* Terminating entry */
856
	{ }	/* Terminating entry */
851
};
857
};
852
858

Return to bug 270035