diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-07 01:46:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-07 01:46:36 -0300 |
commit | 025122531cb66f05517e9d1f98e45df3e993fb76 (patch) | |
tree | bd099628ac4a5b7f086f80443974dbddac91bfc6 /linux/drivers/media/video/em28xx/em28xx.h | |
parent | 0ceb8b67995dcbe0d5cbd99dddd64fad77d5181d (diff) | |
parent | f74e25d0120dfd079832a3224fa46dec4105b3ad (diff) | |
download | mediapointer-dvb-s2-025122531cb66f05517e9d1f98e45df3e993fb76.tar.gz mediapointer-dvb-s2-025122531cb66f05517e9d1f98e45df3e993fb76.tar.bz2 |
merge: http://bitbucket.org/brijohn/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h index a603d981b..e5d6b0695 100644 --- a/linux/drivers/media/video/em28xx/em28xx.h +++ b/linux/drivers/media/video/em28xx/em28xx.h @@ -606,6 +606,10 @@ struct em28xx { struct delayed_work sbutton_query_work; struct em28xx_dvb *dvb; + + /* I2C keyboard data */ + struct i2c_board_info info; + struct IR_i2c_init_data init_data; }; struct em28xx_ops { |