Line 0
Link Here
|
|
|
1 |
--- ./media_tree/drivers/media/usb/gspca/vc032x.c.orig 2020-09-04 08:48:57.611586000 +0200 |
2 |
+++ ./media_tree/drivers/media/usb/gspca/vc032x.c 2020-09-04 08:50:51.088046000 +0200 |
3 |
@@ -3132,8 +3132,7 @@ |
4 |
sd->bridge = id->driver_info >> 8; |
5 |
sd->flags = id->driver_info & 0xff; |
6 |
|
7 |
- if (id->idVendor == 0x046d && |
8 |
- (id->idProduct == 0x0892 || id->idProduct == 0x0896)) |
9 |
+ if (id->idVendor == 0x046d && id->idProduct == 0x0896) |
10 |
sd->sensor = SENSOR_POxxxx; /* no probe */ |
11 |
|
12 |
return 0; |
13 |
@@ -3799,7 +3798,6 @@ |
14 |
| (flags) |
15 |
static const struct usb_device_id device_table[] = { |
16 |
{USB_DEVICE(0x041e, 0x405b), BF(VC0323, FL_VFLIP)}, |
17 |
- {USB_DEVICE(0x046d, 0x0892), BF(VC0321, 0)}, |
18 |
{USB_DEVICE(0x046d, 0x0896), BF(VC0321, 0)}, |
19 |
{USB_DEVICE(0x046d, 0x0897), BF(VC0321, 0)}, |
20 |
{USB_DEVICE(0x0ac8, 0x0321), BF(VC0321, 0)}, |