1
0
Fork 0

V4L/DVB (8291): sms1xxx: change default_mode to 4

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
hifive-unleashed-5.1
Michael Krufky 2008-06-18 20:25:25 -03:00 committed by Mauro Carvalho Chehab
parent d3e72fe75e
commit dd5b2a5c2a
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ kmutex_t g_smscore_deviceslock;
struct list_head g_smscore_registry;
kmutex_t g_smscore_registrylock;
static int default_mode = 1;
static int default_mode = 4;
module_param(default_mode, int, 0644);
MODULE_PARM_DESC(default_mode, "default firmware id (device mode)");