Re: [PATCH 1/5] go7007: Add struct v4l2_device.

2009-11-15 Thread Hans Verkuil
Hi Peter, Thanks for this patch series! It's looking much better now. I did find one thing though in this patch: On Tuesday 10 November 2009 20:21:27 Pete Eberlein wrote: From: Pete Eberlein p...@sensoray.com This adds a struct v4l2_device to the go7007 device struct and registers it

[PATCH 1/5] go7007: Add struct v4l2_device.

2009-11-10 Thread Pete Eberlein
From: Pete Eberlein p...@sensoray.com This adds a struct v4l2_device to the go7007 device struct and registers it during v4l2 initialization. The v4l2_device registration overwrites the go-dev device_data, which is a struct usb_interface with intfdata set to the struct go7007. This changes