Skip to content

Commit

Permalink
Revert "fix: set camera VID and PID (#589)"
Browse files Browse the repository at this point in the history
This reverts commit 50241e9.
  • Loading branch information
piedar authored Feb 16, 2020
1 parent 50241e9 commit 0e1beed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/usb_libusb10.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,6 @@ FN_INTERNAL int fnusb_open_subdevices(freenect_device *dev, int index)
ctx->zero_plane_res = 322;
}

dev->usb_cam.VID = desc.idVendor;
dev->usb_cam.PID = desc.idProduct;

res = fnusb_claim_camera(dev);
if (res < 0) {
goto failure;
Expand Down

0 comments on commit 0e1beed

Please sign in to comment.