| .. | .. |
|---|
| 1 | | -// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * uvc_video.h -- USB Video Class Gadget driver |
|---|
| 4 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 7 | * |
|---|
| 8 | 8 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
|---|
| 9 | 9 | * http://www.samsung.com |
|---|
| 10 | | - * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> |
|---|
| 10 | + * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
|---|
| 11 | 11 | */ |
|---|
| 12 | 12 | #ifndef __UVC_VIDEO_H__ |
|---|
| 13 | 13 | #define __UVC_VIDEO_H__ |
|---|
| .. | .. |
|---|
| 16 | 16 | |
|---|
| 17 | 17 | int uvcg_video_enable(struct uvc_video *video, int enable); |
|---|
| 18 | 18 | |
|---|
| 19 | | -int uvcg_video_init(struct uvc_video *video); |
|---|
| 19 | +int uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc); |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | #endif /* __UVC_VIDEO_H__ */ |
|---|