Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 117a45a8 authored by Shane's avatar Shane Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9076): gspca: USB direction lacking in spca561.

parent 3c41cb77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ static void reg_w_val(struct usb_device *dev, __u16 index, __u8 value)

	ret = usb_control_msg(dev, usb_sndctrlpipe(dev, 0),
			      0,		/* request */
			      USB_TYPE_VENDOR | USB_RECIP_DEVICE,
			      USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE,
			      value, index, NULL, 0, 500);
	PDEBUG(D_USBO, "reg write: 0x%02x:0x%02x", index, value);
	if (ret < 0)