Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 612 → Rev 613

/shark/trunk/drivers/bttv/bttv-driver.c
43,9 → 43,9
unsigned int bttv_num; /* number of Bt848s in use */
struct bttv bttvs[BTTV_MAX];
 
unsigned int bttv_debug = 0;
unsigned int bttv_debug = 1;
unsigned int bttv_verbose = 1;
unsigned int bttv_gpio = 0;
unsigned int bttv_gpio = 1;
 
/* config variables */
#ifdef __BIG_ENDIAN