All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20060703224540.GA3785@hansmi.ch>

diff --git a/a/1.txt b/N1/1.txt
index 23ee356..24f95e6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -35,8 +35,8 @@ diff -Nrup --exclude-from linux-exclude-from linux-2.6.17-git21.orig/drivers/hwm
 +/*
 + * Apple Motion Sensor driver
 + *
-+ * Copyright (C) 2005 Stelian Pop (stelian at popies.net)
-+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel at hansmi.ch)
++ * Copyright (C) 2005 Stelian Pop (stelian@popies.net)
++ * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)
 + *
 + * 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
@@ -290,7 +290,8 @@ diff -Nrup --exclude-from linux-exclude-from linux-2.6.17-git21.orig/drivers/hwm
 +	AMS_IRQ_FREEFALL = 0x01,
 +	AMS_IRQ_SHOCK = 0x02,
 +	AMS_IRQ_GLOBAL = 0x04,
-+	AMS_IRQ_ALL +		AMS_IRQ_FREEFALL |
++	AMS_IRQ_ALL =
++		AMS_IRQ_FREEFALL |
 +		AMS_IRQ_SHOCK |
 +		AMS_IRQ_GLOBAL,
 +};
@@ -356,11 +357,11 @@ diff -Nrup --exclude-from linux-exclude-from linux-2.6.17-git21.orig/drivers/hwm
 +/*
 + * Apple Motion Sensor driver (I2C variant)
 + *
-+ * Copyright (C) 2005 Stelian Pop (stelian at popies.net)
-+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel at hansmi.ch)
++ * Copyright (C) 2005 Stelian Pop (stelian@popies.net)
++ * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)
 + *
 + * Clean room implementation based on the reverse engineered Mac OS X driver by
-+ * Johannes Berg <johannes at sipsolutions.net>, documentation available at
++ * Johannes Berg <johannes@sipsolutions.net>, documentation available at
 + * http://johannes.sipsolutions.net/PowerBook/Apple_Motion_Sensor_Specification
 + *
 + * This program is free software; you can redistribute it and/or modify
@@ -446,7 +447,7 @@ diff -Nrup --exclude-from linux-exclude-from linux-2.6.17-git21.orig/drivers/hwm
 +	for (i = 0; i < 10; i++) {
 +		mdelay(5);
 +		result = ams_i2c_read(AMS_COMMAND);
-+		if (result = 0 || result & 0x80)
++		if (result == 0 || result & 0x80)
 +			return 0;
 +	}
 +	return -1;
@@ -649,8 +650,8 @@ diff -Nrup --exclude-from linux-exclude-from linux-2.6.17-git21.orig/drivers/hwm
 +/*
 + * Apple Motion Sensor driver (mouse emulation)
 + *
-+ * Copyright (C) 2005 Stelian Pop (stelian at popies.net)
-+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel at hansmi.ch)
++ * Copyright (C) 2005 Stelian Pop (stelian@popies.net)
++ * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)
 + *
 + * 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
@@ -798,7 +799,7 @@ diff -Nrup --exclude-from linux-exclude-from linux-2.6.17-git21.orig/drivers/hwm
 +/*
 + * Apple Motion Sensor driver (PMU variant)
 + *
-+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel at hansmi.ch)
++ * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)
 + *
 + * 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
diff --git a/a/content_digest b/N1/content_digest
index f3d68ad..a8c7e75 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020060702222649.GA13411@hansmi.ch\0"
- "From\0linux-kernel@hansmi.ch (Michael Hanselmann)\0"
- "Subject\0[lm-sensors] [RFC] Apple Motion Sensor driver\0"
- "Date\0Mon, 03 Jul 2006 22:45:40 +0000\0"
+ "From\0Michael Hanselmann <linux-kernel@hansmi.ch>\0"
+ "Subject\0Re: [RFC] Apple Motion Sensor driver\0"
+ "Date\0Tue, 4 Jul 2006 00:45:40 +0200\0"
  "To\0linux-kernel@vger.kernel.org\0"
  "Cc\0lm-sensors@lm-sensors.org"
   khali@linux-fr.org
@@ -51,8 +51,8 @@
  "+/*\n"
  "+ * Apple Motion Sensor driver\n"
  "+ *\n"
- "+ * Copyright (C) 2005 Stelian Pop (stelian at popies.net)\n"
- "+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel at hansmi.ch)\n"
+ "+ * Copyright (C) 2005 Stelian Pop (stelian@popies.net)\n"
+ "+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)\n"
  "+ *\n"
  "+ * This program is free software; you can redistribute it and/or modify\n"
  "+ * it under the terms of the GNU General Public License as published by\n"
@@ -306,7 +306,8 @@
  "+\tAMS_IRQ_FREEFALL = 0x01,\n"
  "+\tAMS_IRQ_SHOCK = 0x02,\n"
  "+\tAMS_IRQ_GLOBAL = 0x04,\n"
- "+\tAMS_IRQ_ALL +\t\tAMS_IRQ_FREEFALL |\n"
+ "+\tAMS_IRQ_ALL =\n"
+ "+\t\tAMS_IRQ_FREEFALL |\n"
  "+\t\tAMS_IRQ_SHOCK |\n"
  "+\t\tAMS_IRQ_GLOBAL,\n"
  "+};\n"
@@ -372,11 +373,11 @@
  "+/*\n"
  "+ * Apple Motion Sensor driver (I2C variant)\n"
  "+ *\n"
- "+ * Copyright (C) 2005 Stelian Pop (stelian at popies.net)\n"
- "+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel at hansmi.ch)\n"
+ "+ * Copyright (C) 2005 Stelian Pop (stelian@popies.net)\n"
+ "+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)\n"
  "+ *\n"
  "+ * Clean room implementation based on the reverse engineered Mac OS X driver by\n"
- "+ * Johannes Berg <johannes at sipsolutions.net>, documentation available at\n"
+ "+ * Johannes Berg <johannes@sipsolutions.net>, documentation available at\n"
  "+ * http://johannes.sipsolutions.net/PowerBook/Apple_Motion_Sensor_Specification\n"
  "+ *\n"
  "+ * This program is free software; you can redistribute it and/or modify\n"
@@ -462,7 +463,7 @@
  "+\tfor (i = 0; i < 10; i++) {\n"
  "+\t\tmdelay(5);\n"
  "+\t\tresult = ams_i2c_read(AMS_COMMAND);\n"
- "+\t\tif (result = 0 || result & 0x80)\n"
+ "+\t\tif (result == 0 || result & 0x80)\n"
  "+\t\t\treturn 0;\n"
  "+\t}\n"
  "+\treturn -1;\n"
@@ -665,8 +666,8 @@
  "+/*\n"
  "+ * Apple Motion Sensor driver (mouse emulation)\n"
  "+ *\n"
- "+ * Copyright (C) 2005 Stelian Pop (stelian at popies.net)\n"
- "+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel at hansmi.ch)\n"
+ "+ * Copyright (C) 2005 Stelian Pop (stelian@popies.net)\n"
+ "+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)\n"
  "+ *\n"
  "+ * This program is free software; you can redistribute it and/or modify\n"
  "+ * it under the terms of the GNU General Public License as published by\n"
@@ -814,7 +815,7 @@
  "+/*\n"
  "+ * Apple Motion Sensor driver (PMU variant)\n"
  "+ *\n"
- "+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel at hansmi.ch)\n"
+ "+ * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)\n"
  "+ *\n"
  "+ * This program is free software; you can redistribute it and/or modify\n"
  "+ * it under the terms of the GNU General Public License as published by\n"
@@ -1069,4 +1070,4 @@
  " obj-$(CONFIG_SENSORS_DS1621)\t+= ds1621.o\n"
  " obj-$(CONFIG_SENSORS_F71805F)\t+= f71805f.o"
 
-9b1bd8325d67c26925096d3619683e6949cfe9193b2fa3ed1b61fea5b1d14a39
+00230f89da1c2666c1336560455ad84c85c984645857ac0151ee04f132cef23a

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.