aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorproski <proski>2006-07-20 06:54:55 +0000
committerproski <proski>2006-07-20 06:54:55 +0000
commit14e49ac73a3da32388b85939e5a4eb6744b34f13 (patch)
tree185dcd16a9e0ae6a75334a97375359dffe351ca3
parent8b67b5580eb743789edbf98cd955afabc4733126 (diff)
Remove all Id identifiers
They cause unnecessary diffs, they depend on CVS to function and they create an illusion of version management. As a result, they are phased out in the kernel.
-rw-r--r--CHANGELOG2
-rw-r--r--Makefile2
-rw-r--r--Makefile.k262
-rw-r--r--README2
-rw-r--r--at76_usbdfu.c1
-rw-r--r--at76c503-fw_skel.c2
-rw-r--r--at76c503-i3861.c2
-rw-r--r--at76c503-i3863.c2
-rw-r--r--at76c503-rfmd-acc.c2
-rw-r--r--at76c503-rfmd.c2
-rw-r--r--at76c503.c4
-rw-r--r--at76c503.h3
-rw-r--r--at76c505-rfmd.c2
-rw-r--r--at76c505a-rfmd2958.c2
-rw-r--r--fw-pkg-505-rfmd2958-1.101.0-86.h1
-rw-r--r--fw-pkg-505a-rfmd2958-1.102.0-113.h1
-rw-r--r--fw-pkg-i3861.h1
-rw-r--r--fw-pkg-i3863.h1
-rw-r--r--fw-pkg-r505.h1
-rw-r--r--fw-pkg-rfmd-0.90.2-140.h1
-rw-r--r--fw-pkg-rfmd-1.101.0-84.h1
-rw-r--r--fw-pkg-rfmd-acc-1.101.0-84.h1
-rwxr-xr-xfwutils/fwbin2h2
-rwxr-xr-xfwutils/fwbin2pkg.sh1
-rw-r--r--fwutils/gen_fw.c2
25 files changed, 2 insertions, 41 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 60b5401..51fb54f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,3 @@
-$Id: CHANGELOG,v 1.4 2006/07/14 06:29:23 proski Exp $
-
- added switch to cope with Intersil firmware 0.84.0 which does
not send FCS in rx data
- new module at76c503-rfmd-acc.o for SMC2664W, which got RMFD radio,
diff --git a/Makefile b/Makefile
index 8275879..9801f23 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-#$Id: Makefile,v 1.53 2006/07/20 04:46:04 proski Exp $
-#
# Copyright (c) 2002 - 2003 Oliver Kurth
# (c) 2003 - 2004 Jörg Albert <joerg.albert@gmx.de>
#
diff --git a/Makefile.k26 b/Makefile.k26
index 3bd14f1..2c9ef77 100644
--- a/Makefile.k26
+++ b/Makefile.k26
@@ -1,5 +1,3 @@
-# $Id: Makefile.k26,v 1.1 2004/08/18 22:01:45 jal2 Exp $
-
obj-$(CONFIG_USB_ATMEL) += at76c503.o at76_usbdfu.o at76c503-i3861.o at76c503-rfmd.o at76c503-rfmd-acc.o \
at76c505-rfmd.o at76c503-i3863.o at76c505-rfmd2958.o at76c505a-rfmd2958.o
diff --git a/README b/README
index 912cb4b..288ab95 100644
--- a/README
+++ b/README
@@ -1,8 +1,6 @@
at76c503 - Linux Driver for Atmel at76c503 Based USB WLAN Adapters
==================================================================
-(* $Id: README,v 1.15 2006/07/15 02:09:16 proski Exp $ *)
-
This is another driver for the Atmel based USB WLAN adapters. I am
developing this driver in private. I am not associated with Atmel or
any corporation that builds devices with this chip. My only information
diff --git a/at76_usbdfu.c b/at76_usbdfu.c
index f99d100..0dad557 100644
--- a/at76_usbdfu.c
+++ b/at76_usbdfu.c
@@ -1,5 +1,4 @@
/* -*- linux-c -*- */
-/* $Id: at76_usbdfu.c,v 1.3 2006/06/21 08:50:07 maximsch2 Exp $ */
/*
* USB Device Firmware Upgrade (DFU) handler
*
diff --git a/at76c503-fw_skel.c b/at76c503-fw_skel.c
index b55c221..b3510af 100644
--- a/at76c503-fw_skel.c
+++ b/at76c503-fw_skel.c
@@ -1,7 +1,5 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-fw_skel.c,v 1.13 2006/07/15 03:58:14 proski Exp $
- *
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
*
* Copyright (c) 2002 - 2003 Oliver Kurth
diff --git a/at76c503-i3861.c b/at76c503-i3861.c
index 3b83f94..650df5a 100644
--- a/at76c503-i3861.c
+++ b/at76c503-i3861.c
@@ -1,7 +1,5 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-i3861.c,v 1.22 2006/07/15 03:58:14 proski Exp $
- *
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using Intersil 3861 radio chips
*
diff --git a/at76c503-i3863.c b/at76c503-i3863.c
index ad8f40c..9f221ef 100644
--- a/at76c503-i3863.c
+++ b/at76c503-i3863.c
@@ -1,7 +1,5 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-i3863.c,v 1.12 2006/07/15 03:58:14 proski Exp $
- *
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using a Intersil 3863 radio chip
*
diff --git a/at76c503-rfmd-acc.c b/at76c503-rfmd-acc.c
index 48cfe86..00da35d 100644
--- a/at76c503-rfmd-acc.c
+++ b/at76c503-rfmd-acc.c
@@ -1,7 +1,5 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-rfmd-acc.c,v 1.12 2006/07/15 03:58:14 proski Exp $
- *
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using RFMD radio chips in the Accton OEM layout.
*
diff --git a/at76c503-rfmd.c b/at76c503-rfmd.c
index 0bc9bfa..7351105 100644
--- a/at76c503-rfmd.c
+++ b/at76c503-rfmd.c
@@ -1,7 +1,5 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c503-rfmd.c,v 1.27 2006/07/15 03:58:14 proski Exp $
- *
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using RFMD radio chips
*
diff --git a/at76c503.c b/at76c503.c
index 9cbc9a3..cefc655 100644
--- a/at76c503.c
+++ b/at76c503.c
@@ -1,6 +1,5 @@
/* -*- linux-c -*- */
-/* $Id: at76c503.c,v 1.106 2006/07/16 12:14:58 maximsch2 Exp $
- *
+/*
* USB at76c503/at76c505 driver
*
* Copyright (c) 2002 - 2003 Oliver Kurth
@@ -6563,7 +6562,6 @@ static int init_new_device(struct at76c503 *dev)
else
dev->rx_data_fcs_len = 4;
- info("$Id: at76c503.c,v 1.106 2006/07/16 12:14:58 maximsch2 Exp $ compiled %s %s", __DATE__, __TIME__);
info("firmware version %d.%d.%d #%d (fcs_len %d)",
dev->fw_version.major, dev->fw_version.minor,
dev->fw_version.patch, dev->fw_version.build,
diff --git a/at76c503.h b/at76c503.h
index 86b0971..a7dfc72 100644
--- a/at76c503.h
+++ b/at76c503.h
@@ -1,6 +1,5 @@
/* -*- linux-c -*- */
-/* $Id: at76c503.h,v 1.44 2006/07/16 12:14:59 maximsch2 Exp $
- *
+/*
* Copyright (c) 2002 - 2003 Oliver Kurth
* (c) 2003 - 2004 Jörg Albert <joerg.albert@gmx.de>
*
diff --git a/at76c505-rfmd.c b/at76c505-rfmd.c
index c1f2b14..51f2913 100644
--- a/at76c505-rfmd.c
+++ b/at76c505-rfmd.c
@@ -1,7 +1,5 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c505-rfmd.c,v 1.15 2006/07/15 03:58:14 proski Exp $
- *
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using at76c505 with RFMD radio chips
*
diff --git a/at76c505a-rfmd2958.c b/at76c505a-rfmd2958.c
index 854518b..70e8ec4 100644
--- a/at76c505a-rfmd2958.c
+++ b/at76c505a-rfmd2958.c
@@ -1,7 +1,5 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c505a-rfmd2958.c,v 1.4 2006/07/15 03:58:14 proski Exp $
- *
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using a at76c505a (with RFMD radio chips ?)
*
diff --git a/fw-pkg-505-rfmd2958-1.101.0-86.h b/fw-pkg-505-rfmd2958-1.101.0-86.h
index f0ab56a..56d32f3 100644
--- a/fw-pkg-505-rfmd2958-1.101.0-86.h
+++ b/fw-pkg-505-rfmd2958-1.101.0-86.h
@@ -1,4 +1,3 @@
-/* $Id: fw-pkg-505-rfmd2958-1.101.0-86.h,v 1.4 2006/07/13 00:25:34 proski Exp $ */
/* AT76C505A, RFMD2958, 1.101.0-86 */
/**************************************************************************/
/* */
diff --git a/fw-pkg-505a-rfmd2958-1.102.0-113.h b/fw-pkg-505a-rfmd2958-1.102.0-113.h
index a564885..768b775 100644
--- a/fw-pkg-505a-rfmd2958-1.102.0-113.h
+++ b/fw-pkg-505a-rfmd2958-1.102.0-113.h
@@ -1,4 +1,3 @@
-/* $Id: fw-pkg-505a-rfmd2958-1.102.0-113.h,v 1.3 2006/07/20 06:43:40 proski Exp $ */
/* AT76C505A, RFMD2958, 1.102.0#113 */
/******************************************************************************/
/* Copyright (c) 2004-07-05 Atmel Corporation. All Rights Reserved. */
diff --git a/fw-pkg-i3861.h b/fw-pkg-i3861.h
index fbfbf9d..239329c 100644
--- a/fw-pkg-i3861.h
+++ b/fw-pkg-i3861.h
@@ -1,4 +1,3 @@
-/* $Id: fw-pkg-i3861.h,v 1.4 2006/07/13 00:25:34 proski Exp $ */
/* AT76C503A, Intersil 3861 radio, firmware 0.90.0-44 */
/**************************************************************************/
/* */
diff --git a/fw-pkg-i3863.h b/fw-pkg-i3863.h
index 44c6b52..24adff8 100644
--- a/fw-pkg-i3863.h
+++ b/fw-pkg-i3863.h
@@ -1,4 +1,3 @@
-/* $Id: fw-pkg-i3863.h,v 1.4 2006/07/13 00:25:36 proski Exp $ */
/* AT76C503A, Intersil 3863 radio, firmware 0.90.0-44 */
/**************************************************************************/
/* */
diff --git a/fw-pkg-r505.h b/fw-pkg-r505.h
index a7ee515..f1bb944 100644
--- a/fw-pkg-r505.h
+++ b/fw-pkg-r505.h
@@ -1,4 +1,3 @@
-/* $Id: fw-pkg-r505.h,v 1.4 2006/07/13 00:25:44 proski Exp $ */
/* AT76C505A, RFMD radio, 0.91.0-4 */
/**************************************************************************/
/* */
diff --git a/fw-pkg-rfmd-0.90.2-140.h b/fw-pkg-rfmd-0.90.2-140.h
index f37d542..94ef0d2 100644
--- a/fw-pkg-rfmd-0.90.2-140.h
+++ b/fw-pkg-rfmd-0.90.2-140.h
@@ -1,4 +1,3 @@
-/* $Id: fw-pkg-rfmd-0.90.2-140.h,v 1.3 2006/07/13 00:25:45 proski Exp $ */
/* AT76C503A, RFMD, 0.90.2-140 */
/**************************************************************************/
/* */
diff --git a/fw-pkg-rfmd-1.101.0-84.h b/fw-pkg-rfmd-1.101.0-84.h
index 6f3f7d0..a112266 100644
--- a/fw-pkg-rfmd-1.101.0-84.h
+++ b/fw-pkg-rfmd-1.101.0-84.h
@@ -1,4 +1,3 @@
-/* $Id: fw-pkg-rfmd-1.101.0-84.h,v 1.4 2006/07/13 00:25:45 proski Exp $ */
/* AT76C503A, RFMD, 1.101.0#84 */
/**************************************************************************/
/* */
diff --git a/fw-pkg-rfmd-acc-1.101.0-84.h b/fw-pkg-rfmd-acc-1.101.0-84.h
index 1b11f60..5eeedac 100644
--- a/fw-pkg-rfmd-acc-1.101.0-84.h
+++ b/fw-pkg-rfmd-acc-1.101.0-84.h
@@ -1,4 +1,3 @@
-/* $Id: fw-pkg-rfmd-acc-1.101.0-84.h,v 1.4 2006/07/13 00:25:46 proski Exp $ */
/* AT76C503A, RFMD radio, Accton layout, 1.101.0#84 */
/**************************************************************************/
/* */
diff --git a/fwutils/fwbin2h b/fwutils/fwbin2h
index ac0a830..4a9d481 100755
--- a/fwutils/fwbin2h
+++ b/fwutils/fwbin2h
@@ -1,7 +1,5 @@
#!/usr/bin/env python
#
-# $Id: fwbin2h,v 1.1 2006/07/20 04:46:06 proski Exp $
-#
# file: fwbin2h
#
# This file converts binary firmware files (e.g. extracted
diff --git a/fwutils/fwbin2pkg.sh b/fwutils/fwbin2pkg.sh
index ab13f52..62cdb41 100755
--- a/fwutils/fwbin2pkg.sh
+++ b/fwutils/fwbin2pkg.sh
@@ -17,7 +17,6 @@ OUTF=$3
[ $DEBUG -eq 1 ] && echo "#DBG comment $COMMENT, converting $INF into $OUTF"
-echo '/* $Id: fwbin2pkg.sh,v 1.2 2006/07/20 05:13:29 proski Exp $ */' > $OUTF
echo "/* $COMMENT */" >> $OUTF
echo '/**************************************************************************/' >> $OUTF
echo '/* */' >> $OUTF
diff --git a/fwutils/gen_fw.c b/fwutils/gen_fw.c
index c89c556..fba9f68 100644
--- a/fwutils/gen_fw.c
+++ b/fwutils/gen_fw.c
@@ -1,5 +1,3 @@
-/* $Id: gen_fw.c,v 1.3 2006/07/20 02:31:27 proski Exp $ */
-
/* This file includes the old style firmwares and outputs new, binary files. */
#include <stdio.h>