|
@@ -35,7 +35,7 @@ struct ir_raw_event_ctrl {
|
|
struct list_head list; /* to keep track of raw clients */
|
|
struct list_head list; /* to keep track of raw clients */
|
|
struct task_struct *thread;
|
|
struct task_struct *thread;
|
|
spinlock_t lock;
|
|
spinlock_t lock;
|
|
- struct kfifo kfifo; /* fifo for the pulse/space durations */
|
|
|
|
|
|
+ struct kfifo_rec_ptr_1 kfifo; /* fifo for the pulse/space durations */
|
|
ktime_t last_event; /* when last event occurred */
|
|
ktime_t last_event; /* when last event occurred */
|
|
enum raw_event_type last_type; /* last event type */
|
|
enum raw_event_type last_type; /* last event type */
|
|
struct rc_dev *dev; /* pointer to the parent rc_dev */
|
|
struct rc_dev *dev; /* pointer to the parent rc_dev */
|