Skip to content

Commit

Permalink
V4L/DVB (8668): gspca: Conflict GSPCA / ET61X251 for the webcam 102c:…
Browse files Browse the repository at this point in the history
…6251.

Fix a double handling of 102c:6251 and no handling of 102c:6151
when both drivers GSPCA and ET61X251.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Sep 3, 2008
1 parent 3466234 commit 5bb0f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/gspca/etoms.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,10 +904,10 @@ static struct sd_desc sd_desc = {

/* -- module initialisation -- */
static __devinitdata struct usb_device_id device_table[] = {
#ifndef CONFIG_USB_ET61X251
{USB_DEVICE(0x102c, 0x6151), .driver_info = SENSOR_PAS106},
#endif
#ifndef CONFIG_USB_ET61X251
{USB_DEVICE(0x102c, 0x6251), .driver_info = SENSOR_TAS5130CXX},
#endif
{}
};

Expand Down

0 comments on commit 5bb0f21

Please sign in to comment.