Hi Mauro, The following changes since commit 8e17df0d68f260e9e722b5f3adfa18f553542f93: Randy Dunlap (1): V4L/DVB: dvb: fix sparse warnings are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo Laurent Pinchart (7): uvcvideo: Increase the streaming control timeout to 5 seconds uvcvideo: Use %pUl printk format specifier to print GUIDs uvcvideo: Return -ERANGE when setting a control to an out-of-range menu index uvcvideo: Cache control min, max, res and def query results uvcvideo: Clamp control values to the minimum and maximum values uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcam uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRL drivers/media/video/uvc/uvc_ctrl.c | 242 +++++++++++++++++++++------------- drivers/media/video/uvc/uvc_driver.c | 9 +- drivers/media/video/uvc/uvc_v4l2.c | 4 +- drivers/media/video/uvc/uvcvideo.h | 15 +-- 4 files changed, 159 insertions(+), 111 deletions(-) Douglas, commit 2/7 (uvcvideo: Use %pUl printk format specifier to print GUIDs) needs so love when ported to -hg. The code will still compile fine on older kernels, but the %pUl format was added between 2.6.32 an d 2.6.33-rc1. #ifdef magic is required for kernels older than 2.6.33-rc1 to ignore the changes made by the commit. Should I send you a patch, or is it the kind of things you handle yourself ? If a patch is needed, what tree/branch should I based it on ? -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html