Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273606
b: refs/heads/master
c: 315cadc
h: refs/heads/master
v: v3
  • Loading branch information
Pierrick Hascoet authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent 095835b commit 62693c0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f7b7c01fd2ca12c6c2d9eaa2a63e1c534f372ae
refs/heads/master: 315cadc446714c5c1a406afff6f53aa80d1e267e
35 changes: 18 additions & 17 deletions trunk/drivers/staging/media/as102/as10x_cmd_cfg.c
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
/**
\file as10x_cmd_cfg.c
\author: S. Martinelli
----------------------------------------------------------------------------\n
(c) Copyright Abilis Systems SARL 2005-2009 All rigths reserved \n
www.abilis.com \n
----------------------------------------------------------------------------\n
\brief AS10x API, configuration services
AS10x cmd management: build command buffer, send command through
selected port and wait for the response when required.
*/
/*
* Abilis Systems Single DVB-T Receiver
* Copyright (C) 2008 Pierrick Hascoet <pierrick.hascoet@abilis.com>
*
* 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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* 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.
*/

#if defined(LINUX) && defined(__KERNEL__) /* linux kernel implementation */
#include <linux/kernel.h>
Expand Down
37 changes: 18 additions & 19 deletions trunk/drivers/staging/media/as102/as10x_cmd_stream.c
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
/**
\file as10x_cmd_stream.c
\author: S. Martinelli
----------------------------------------------------------------------------\n
(c) Copyright Abilis Systems SARL 2005-2009 All rigths reserved \n
www.abilis.com \n
----------------------------------------------------------------------------\n
\brief AS10x CMD, stream services
AS10x CMD management: build command buffer, send command through
selected port and wait for the response when required.
*/


/*
* Abilis Systems Single DVB-T Receiver
* Copyright (C) 2008 Pierrick Hascoet <pierrick.hascoet@abilis.com>
*
* 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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* 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.
*/
#if defined(LINUX) && defined(__KERNEL__) /* linux kernel implementation */
#include <linux/kernel.h>
#include "as102_drv.h"
Expand Down

0 comments on commit 62693c0

Please sign in to comment.