[PATCH] drivers/media: convert to dynamic input_dev allocation

Input: convert drivers/media to dynamic input_dev allocation

This is required for input_dev sysfs integration

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Dmitry Torokhov
2005-09-15 02:01:53 -05:00
committed by Greg Kroah-Hartman
parent 76b7cddfd5
commit b7df3910c1
13 changed files with 268 additions and 192 deletions

View File

@@ -300,7 +300,8 @@ struct dvb_usb_device {
int (*fe_init) (struct dvb_frontend *);
/* remote control */
struct input_dev rc_input_dev;
struct input_dev *rc_input_dev;
char rc_phys[64];
struct work_struct rc_query_work;
u32 last_event;
int last_state;