aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvc_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/uvc/uvc_driver.c')
-rw-r--r--drivers/media/video/uvc/uvc_driver.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/video/uvc/uvc_driver.c b/drivers/media/video/uvc/uvc_driver.c
index 93d78f619875..dc035c0b2580 100644
--- a/drivers/media/video/uvc/uvc_driver.c
+++ b/drivers/media/video/uvc/uvc_driver.c
@@ -1,8 +1,8 @@
1/* 1/*
2 * uvc_driver.c -- USB Video Class driver 2 * uvc_driver.c -- USB Video Class driver
3 * 3 *
4 * Copyright (C) 2005-2009 4 * Copyright (C) 2005-2010
5 * Laurent Pinchart (laurent.pinchart@skynet.be) 5 * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -38,7 +38,8 @@
38 38
39#include "uvcvideo.h" 39#include "uvcvideo.h"
40 40
41#define DRIVER_AUTHOR "Laurent Pinchart <laurent.pinchart@skynet.be>" 41#define DRIVER_AUTHOR "Laurent Pinchart " \
42 "<laurent.pinchart@ideasonboard.com>"
42#define DRIVER_DESC "USB Video Class driver" 43#define DRIVER_DESC "USB Video Class driver"
43#ifndef DRIVER_VERSION 44#ifndef DRIVER_VERSION
44#define DRIVER_VERSION "v0.1.0" 45#define DRIVER_VERSION "v0.1.0"