From ffc63a04a37cdf60cf5181804644585b61c8a8c8 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 14 May 2012 04:34:34 -0300 Subject: [PATCH] --- yaml --- r: 320106 b: refs/heads/master c: 7078daa020db5ba501fa3de64b8653c221a640b4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/uvcvideo.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 575e5ec37a46..0e89ab73d5c2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 257ee97eeb90aaf70cc891577d69afa63d81ceea +refs/heads/master: 7078daa020db5ba501fa3de64b8653c221a640b4 diff --git a/trunk/include/linux/uvcvideo.h b/trunk/include/linux/uvcvideo.h index f46a53f060d7..3b081862b9e8 100644 --- a/trunk/include/linux/uvcvideo.h +++ b/trunk/include/linux/uvcvideo.h @@ -58,7 +58,8 @@ struct uvc_xu_control_mapping { struct uvc_xu_control_query { __u8 unit; __u8 selector; - __u8 query; + __u8 query; /* Video Class-Specific Request Code, */ + /* defined in linux/usb/video.h A.8. */ __u16 size; __u8 __user *data; };