Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124301 | Differences between
and this patch

Collapse All | Expand All

(-)a/include/linux/input.h (-6 / +5 lines)
Lines 796-801 struct ff_effect { Link Here
796
796
797
#define FF_MAX		0x7f
797
#define FF_MAX		0x7f
798
798
799
/*
800
 * In-kernel definitions.
801
 */
802
#ifdef __KERNEL__
803
799
struct input_device_id {
804
struct input_device_id {
800
805
801
	kernel_ulong_t flags;
806
	kernel_ulong_t flags;
Lines 834-845 struct input_device_id { Link Here
834
#define INPUT_DEVICE_ID_MATCH_FFBIT	0x800
839
#define INPUT_DEVICE_ID_MATCH_FFBIT	0x800
835
#define INPUT_DEVICE_ID_MATCH_SWBIT	0x1000
840
#define INPUT_DEVICE_ID_MATCH_SWBIT	0x1000
836
841
837
#ifdef __KERNEL__
838
839
/*
840
 * In-kernel definitions.
841
 */
842
843
#include <linux/fs.h>
842
#include <linux/fs.h>
844
#include <linux/timer.h>
843
#include <linux/timer.h>
845
844

Return to bug 124301