Skip to content

Commit a13b184

Browse files
committed
Revert "staging: Add WIP camera drivers for Surface devices"
This reverts commit 8ec4242.
1 parent 810a019 commit a13b184

File tree

8 files changed

+0
-2673
lines changed

8 files changed

+0
-2673
lines changed

drivers/media/usb/uvc/uvc_driver.c

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,46 +2394,6 @@ static const struct uvc_device_info uvc_quirk_force_y8 = {
23942394
* though they are compliant.
23952395
*/
23962396
static const struct usb_device_id uvc_ids[] = {
2397-
/* Microsoft Surface Pro 3 Front */
2398-
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
2399-
| USB_DEVICE_ID_MATCH_INT_INFO,
2400-
.idVendor = 0x045e,
2401-
.idProduct = 0x07be,
2402-
.bInterfaceClass = USB_CLASS_VIDEO,
2403-
.bInterfaceSubClass = 1,
2404-
.bInterfaceProtocol = 1 },
2405-
/* Microsoft Surface Pro 3 Rear */
2406-
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
2407-
| USB_DEVICE_ID_MATCH_INT_INFO,
2408-
.idVendor = 0x045e,
2409-
.idProduct = 0x07bf,
2410-
.bInterfaceClass = USB_CLASS_VIDEO,
2411-
.bInterfaceSubClass = 1,
2412-
.bInterfaceProtocol = 1 },
2413-
/* Microsoft Surface Pro 4 Cam */
2414-
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
2415-
| USB_DEVICE_ID_MATCH_INT_INFO,
2416-
.idVendor = 0x045e,
2417-
.idProduct = 0x090c,
2418-
.bInterfaceClass = USB_CLASS_VIDEO,
2419-
.bInterfaceSubClass = 1,
2420-
.bInterfaceProtocol = 1 },
2421-
/* Microsoft Surface Book Cam 1 */
2422-
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
2423-
| USB_DEVICE_ID_MATCH_INT_INFO,
2424-
.idVendor = 0x045e,
2425-
.idProduct = 0x090b,
2426-
.bInterfaceClass = USB_CLASS_VIDEO,
2427-
.bInterfaceSubClass = 1,
2428-
.bInterfaceProtocol = 1 },
2429-
/* Microsoft Surface Book Cam 2 */
2430-
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
2431-
| USB_DEVICE_ID_MATCH_INT_INFO,
2432-
.idVendor = 0x045e,
2433-
.idProduct = 0x091a,
2434-
.bInterfaceClass = USB_CLASS_VIDEO,
2435-
.bInterfaceSubClass = 1,
2436-
.bInterfaceProtocol = 1 },
24372397
/* LogiLink Wireless Webcam */
24382398
{ .match_flags = USB_DEVICE_ID_MATCH_DEVICE
24392399
| USB_DEVICE_ID_MATCH_INT_INFO,

drivers/staging/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ obj-$(CONFIG_EROFS_FS) += erofs/
5050
obj-$(CONFIG_FIELDBUS_DEV) += fieldbus/
5151
obj-$(CONFIG_KPC2000) += kpc2000/
5252
obj-$(CONFIG_ISDN_CAPI) += isdn/
53-
obj-$(CONFIG_VIDEO_OV5693) += ov5693

drivers/staging/ov5693/Kconfig

Lines changed: 0 additions & 10 deletions
This file was deleted.

drivers/staging/ov5693/Makefile

Lines changed: 0 additions & 5 deletions
This file was deleted.

drivers/staging/ov5693/ad5823.c

Lines changed: 0 additions & 218 deletions
This file was deleted.

drivers/staging/ov5693/ad5823.h

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)