aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/tw68/tw68-reg.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-09-03 03:36:14 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-04 11:30:53 -0300
commite15d1c12c5878b3a80d6573af1721e17264e0286 (patch)
tree88371b64c975b890d6a49b15b2607bdcab8509dd /drivers/media/pci/tw68/tw68-reg.h
parent[media] tw68: add original tw68 code (diff)
downloadlinux-dev-e15d1c12c5878b3a80d6573af1721e17264e0286.tar.xz
linux-dev-e15d1c12c5878b3a80d6573af1721e17264e0286.zip
[media] tw68: refactor and cleanup the tw68 driver
Refactor and clean up the tw68 driver. It's now using the proper V4L2 core frameworks. Tested with my Techwell tw6805a and tw6816 grabber boards. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/tw68/tw68-reg.h')
-rw-r--r--drivers/media/pci/tw68/tw68-reg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/pci/tw68/tw68-reg.h b/drivers/media/pci/tw68/tw68-reg.h
index 314bc43cd9d3..f60b3a896fa7 100644
--- a/drivers/media/pci/tw68/tw68-reg.h
+++ b/drivers/media/pci/tw68/tw68-reg.h
@@ -8,7 +8,11 @@
* acknowledged. Full credit goes to them - any problems within this code
* are mine.
*
- * Copyright (C) William M. Brack <wbrack@mmm.com.hk>
+ * Copyright (C) William M. Brack
+ *
+ * Refactored and updated to the latest v4l core frameworks:
+ *
+ * Copyright (C) 2014 Hans Verkuil <hverkuil@xs4all.nl>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -19,10 +23,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef _TW68_REG_H_