Commit aa50ec2b authored by Nick Andrew's avatar Nick Andrew Committed by Mauro Carvalho Chehab

V4L/DVB (5605): M920x: Add support for LifeView TV Walker Twin

Add support for "LifeView TV Walker Twin" (USB IDs 10fd:0513, 10fd:0514)
Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
Signed-off-by: default avatarAapo Tahkola <aet@rasterburn.org>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 36a63ee3
...@@ -145,6 +145,8 @@ ...@@ -145,6 +145,8 @@
#define USB_PID_MSI_DIGI_VOX_MINI_II 0x1513 #define USB_PID_MSI_DIGI_VOX_MINI_II 0x1513
#define USB_PID_OPERA1_COLD 0x2830 #define USB_PID_OPERA1_COLD 0x2830
#define USB_PID_OPERA1_WARM 0x3829 #define USB_PID_OPERA1_WARM 0x3829
#define USB_PID_LIFEVIEW_TV_WALKER_TWIN_COLD 0x0514
#define USB_PID_LIFEVIEW_TV_WALKER_TWIN_WARM 0x0513
#endif #endif
This diff is collapsed.
...@@ -64,4 +64,13 @@ struct m9206_state { ...@@ -64,4 +64,13 @@ struct m9206_state {
int filtering_enabled; int filtering_enabled;
int rep_count; int rep_count;
}; };
/* Initialisation data for the m920x
*/
struct m9206_inits {
u16 address;
u8 data;
};
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment