> declaration: card[BTTV_MAX]=3D{-1,-1,-1,-1}; > is changed to : card[BTTV_MAX]=3D{-1,-1,-1,-1,-1}; Better use this one: static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = -1}; > For example, on the /* insmod options */ block, by changing the = > MODULE_PARM lines? MODULE_PARM(card,"1-" __MODULE_STRING(BTTV_MAX) "i"); > ------=_NextPart_000_0019_01C1F1CF.069C37B0 > Content-Type: text/html; charset="iso-8859-1" Please disable HTML mails. Gerd -- You can't please everybody. And usually if you _try_ to please everybody, the end result is one big mess. -- Linus Torvalds, 2002-04-20