Skip to content

Commit

Permalink
V4L/DVB (9523): Increase number of BT8XX devices supported in a system
Browse files Browse the repository at this point in the history
The BT8XX device driver currently only supports 16 such devices in a
system. This is too small for many surveillance applications. This
patch increases the number to 32.

Signed-off-by: Alan McIvor <alan.mcivor@reveal.co.nz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Alan McIvor authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 9be4daa commit 2499abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/bt8xx/bttvp.h
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ struct bttv {
};

/* our devices */
#define BTTV_MAX 16
#define BTTV_MAX 32
extern unsigned int bttv_num;
extern struct bttv bttvs[BTTV_MAX];

Expand Down

0 comments on commit 2499abe

Please sign in to comment.