lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Apr 2007 13:08:06 -0400 (EDT)
From:	"John Anthony Kazos Jr." <jakj@...-k-j.com>
To:	linux-kernel@...r.kernel.org
cc:	trivial@...nel.org
Subject: [PATCH] documentation: convert the Documentation directory to
 UTF-8

From: John Anthony Kazos Jr. <jakj@...-k-j.com>

Convert the following files within the Documentation directory to UTF-8.

Documentation/binfmt_misc.txt
Documentation/kernel-docs.txt
Documentation/java.txt
Documentation/pcieaer-howto.txt
Documentation/sonypi.txt
Documentation/arm/Samsung-S3C24XX/H1940.txt
Documentation/auxdisplay/cfag12864b
Documentation/crypto/api-intro.txt
Documentation/dvb/{contributors.txt,README.dvb-usb}
Documentation/fb/{sstfb.txt,framebuffer.txt}
Documentation/hwmon/{via686a,lm83,w83792d,gl518sm,adm1026,sis5595}
Documentation/i2c/busses/{i2c-viapro,i2c-via,i2c-sis96x,i2c-i810}
Documentation/i2c/i2c-protocol
Documentation/i2o/README
Documentation/isdn/{CREDITS,README,README.icn}
Documentation/m68k/README.buddha
Documentation/networking/{slicecom.hun,packet_mmap.txt,6pack.txt}
Documentation/networking/{tms380tr.txt,slicecom.txt}
Documentation/power/swsusp.txt
Documentation/s390/Debugging390.txt
Documentation/scsi/{tmscsim.txt,aha152x.txt,st.txt}
Documentation/sound/oss/{mwave,AD1816}
Documentation/usb/{usb-serial.txt,CREDITS}
Documentation/video4linux/{ov511.txt,meye.txt,Zoran,README.pvrusb2}

Signed-off-by: John Anthony Kazos Jr. <jakj@...-k-j.com>

---

I can't get my mail client to send in ISO-8859-1 instead of UTF-8, so the 
actual patch is attached in octet-stream format. The below patch is just 
for reference and will almost certainly NOT work.

Also, since the patch includes both encodings, whichever encoding you 
select while viewing it will display one correct and one garbled line. 
However, the bytecodes -are- correct.

(I stopped collecting maintainers' Cc: addresses after the first 40. This 
patch doesn't change any information, but rather only binary 
representation of text, so hopefully this will be fine.)

This means the only file not in UTF-8 will of course be "logo.gif". 
(Shouldn't that be PNG?)

diff -uprN linux-2.6.21-rc7.orig/Documentation/arm/Samsung-S3C24XX/H1940.txt linux-2.6.21-rc7.mod/Documentation/arm/Samsung-S3C24XX/H1940.txt
--- linux-2.6.21-rc7.orig/Documentation/arm/Samsung-S3C24XX/H1940.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/arm/Samsung-S3C24XX/H1940.txt	2007-04-17 12:44:09.000000000 -0400
@@ -23,7 +23,7 @@ Support
 
     http://handhelds.org/moin/moin.cgi/HpIpaqH1940
 
-  Herbert Pötzl pages:
+  Herbert Pötzl pages:
 
     http://vserver.13thfloor.at/H1940/
 
@@ -32,7 +32,7 @@ Maintainers
 -----------
 
   This project is being maintained and developed by a variety
-  of people, including Ben Dooks, Arnaud Patard, and Herbert Pötzl.
+  of people, including Ben Dooks, Arnaud Patard, and Herbert Pötzl.
 
   Thanks to the many others who have also provided support.
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/auxdisplay/cfag12864b linux-2.6.21-rc7.mod/Documentation/auxdisplay/cfag12864b
--- linux-2.6.21-rc7.orig/Documentation/auxdisplay/cfag12864b	2007-04-17 11:41:41.000000000 -0400
+++ linux-2.6.21-rc7.mod/Documentation/auxdisplay/cfag12864b	2007-04-17 12:44:09.000000000 -0400
@@ -78,9 +78,9 @@ Select (17)-----------------------------
 Ground (18)---[GND]              [+5v]---(19) LED +
 Ground (19)---[GND]
 Ground (20)---[GND]              E    A             Values:
-Ground (21)---[GND]       [GND]---[P1]---(18) Vee    · R = Resistor = 22 ohm
-Ground (22)---[GND]                |                 · P1 = Preset = 10 Kohm
-Ground (23)---[GND]       ----   S ------( 3) V0     · P2 = Preset = 1 Kohm
+Ground (21)---[GND]       [GND]---[P1]---(18) Vee    · R = Resistor = 22 ohm
+Ground (22)---[GND]                |                 · P1 = Preset = 10 Kohm
+Ground (23)---[GND]       ----   S ------( 3) V0     · P2 = Preset = 1 Kohm
 Ground (24)---[GND]       |  |
 Ground (25)---[GND] [GND]---[P2]---[R]---(20) LED -
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/binfmt_misc.txt linux-2.6.21-rc7.mod/Documentation/binfmt_misc.txt
--- linux-2.6.21-rc7.orig/Documentation/binfmt_misc.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/binfmt_misc.txt	2007-04-17 12:44:09.000000000 -0400
@@ -113,4 +113,4 @@ cause unexpected behaviour and can be a 
 There is a web page about binfmt_misc at
 http://www.tat.physik.uni-tuebingen.de/~rguenth/linux/binfmt_misc.html
 
-Richard Günther <rguenth@....physik.uni-tuebingen.de>
+Richard Günther <rguenth@....physik.uni-tuebingen.de>
diff -uprN linux-2.6.21-rc7.orig/Documentation/crypto/api-intro.txt linux-2.6.21-rc7.mod/Documentation/crypto/api-intro.txt
--- linux-2.6.21-rc7.orig/Documentation/crypto/api-intro.txt	2007-04-17 11:41:41.000000000 -0400
+++ linux-2.6.21-rc7.mod/Documentation/crypto/api-intro.txt	2007-04-17 12:44:09.000000000 -0400
@@ -177,7 +177,7 @@ Portions of this API were derived from t
 and;
   
   Nettle (http://www.lysator.liu.se/~nisse/nettle/)
-    Niels Möller
+    Niels Möller
 
 Original developers of the crypto algorithms:
 
@@ -200,8 +200,8 @@ SHA1 algorithm contributors:
   
 DES algorithm contributors:
   Raimar Falke
-  Gisle Sælensminde
-  Niels Möller
+  Gisle Sælensminde
+  Niels Möller
 
 Blowfish algorithm contributors:
   Herbert Valerio Riedel
diff -uprN linux-2.6.21-rc7.orig/Documentation/dvb/contributors.txt linux-2.6.21-rc7.mod/Documentation/dvb/contributors.txt
--- linux-2.6.21-rc7.orig/Documentation/dvb/contributors.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/dvb/contributors.txt	2007-04-17 12:44:09.000000000 -0400
@@ -66,7 +66,7 @@ Michael Dreher <michael@...t1.de>
 Andreas 'randy' Weinberger
   for the support of the Fujitsu-Siemens Activy budget DVB-S
 
-Kenneth Aafløy <ke-aa@...surf.no>
+Kenneth Aafløy <ke-aa@...surf.no>
   for adding support for Typhoon DVB-S budget card
 
 Ernst Peinlich <e.peinlich@...de.at>
diff -uprN linux-2.6.21-rc7.orig/Documentation/dvb/README.dvb-usb linux-2.6.21-rc7.mod/Documentation/dvb/README.dvb-usb
--- linux-2.6.21-rc7.orig/Documentation/dvb/README.dvb-usb	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/dvb/README.dvb-usb	2007-04-17 12:44:09.000000000 -0400
@@ -228,5 +228,5 @@ Patches, comments and suggestions are ve
 
    Ulf Hermenau for helping me out with traditional chinese.
 
-   André Smoktun and Christian Frömmel for supporting me with
+   André Smoktun and Christian Frömmel for supporting me with
     hardware and listening to my problems very patiently.
diff -uprN linux-2.6.21-rc7.orig/Documentation/fb/framebuffer.txt linux-2.6.21-rc7.mod/Documentation/fb/framebuffer.txt
--- linux-2.6.21-rc7.orig/Documentation/fb/framebuffer.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/fb/framebuffer.txt	2007-04-17 12:44:09.000000000 -0400
@@ -217,7 +217,7 @@ vsync length.
   +----------+---------------------------------------------+----------+-------+
   |          |                ^                            |          |       |
   |          |                |upper_margin                |          |       |
-  |          |                ¥                            |          |       |
+  |          |                ¥                            |          |       |
   +----------###############################################----------+-------+
   |          #                ^                            #          |       |
   |          #                |                            #          |       |
@@ -238,15 +238,15 @@ vsync length.
   |          #                |                            #          |       |
   |          #                |                            #          |       |
   |          #                |                            #          |       |
-  |          #                ¥                            #          |       |
+  |          #                ¥                            #          |       |
   +----------###############################################----------+-------+
   |          |                ^                            |          |       |
   |          |                |lower_margin                |          |       |
-  |          |                ¥                            |          |       |
+  |          |                ¥                            |          |       |
   +----------+---------------------------------------------+----------+-------+
   |          |                ^                            |          |       |
   |          |                |vsync_len                   |          |       |
-  |          |                ¥                            |          |       |
+  |          |                ¥                            |          |       |
   +----------+---------------------------------------------+----------+-------+
 
 The frame buffer device expects all horizontal timings in number of dotclocks
diff -uprN linux-2.6.21-rc7.orig/Documentation/fb/sstfb.txt linux-2.6.21-rc7.mod/Documentation/fb/sstfb.txt
--- linux-2.6.21-rc7.orig/Documentation/fb/sstfb.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/fb/sstfb.txt	2007-04-17 12:44:09.000000000 -0400
@@ -2,9 +2,9 @@
 Introduction
 
 	  This is a frame buffer device driver for 3dfx' Voodoo Graphics 
-	(aka voodoo 1, aka sst1) and Voodoo² (aka Voodoo 2, aka CVG) based 
+	(aka voodoo 1, aka sst1) and Voodoo² (aka Voodoo 2, aka CVG) based 
 	video boards. It's highly experimental code, but is guaranteed to work
-	on my computer, with my "Maxi Gamer 3D" and "Maxi Gamer 3d²" boards,
+	on my computer, with my "Maxi Gamer 3D" and "Maxi Gamer 3d²" boards,
 	and with me "between chair and keyboard". Some people tested other
 	combinations and it seems that it works.
 	  The main page is located at <http://sstfb.sourceforge.net>, and if
diff -uprN linux-2.6.21-rc7.orig/Documentation/hwmon/adm1026 linux-2.6.21-rc7.mod/Documentation/hwmon/adm1026
--- linux-2.6.21-rc7.orig/Documentation/hwmon/adm1026	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/hwmon/adm1026	2007-04-17 12:44:09.000000000 -0400
@@ -80,7 +80,7 @@ temperature sensor inputs. Both the PWM 
 used to control fan speed. Usually only one of these two outputs will be
 used. Write the minimum PWM or DAC value to the appropriate control
 register. Then set the low temperature limit in the tmin values for each
-temperature sensor. The range of control is fixed at 20 °C, and the
+temperature sensor. The range of control is fixed at 20 °C, and the
 largest difference between current and tmin of the temperature sensors sets
 the control output. See the datasheet for several example circuits for
 controlling fan speed with the PWM and DAC outputs. The fan speed sensors
diff -uprN linux-2.6.21-rc7.orig/Documentation/hwmon/gl518sm linux-2.6.21-rc7.mod/Documentation/hwmon/gl518sm
--- linux-2.6.21-rc7.orig/Documentation/hwmon/gl518sm	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/hwmon/gl518sm	2007-04-17 12:44:09.000000000 -0400
@@ -13,7 +13,7 @@ Supported chips:
 
 Authors:
         Frodo Looijaard <frodol@....nl>,
-        Kyösti Mälkki <kmalkki@...hut.fi>
+        Kyösti Mälkki <kmalkki@...hut.fi>
         Hong-Gunn Chew <hglinux@...net.org>
         Jean Delvare <khali@...ux-fr.org>
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/hwmon/lm83 linux-2.6.21-rc7.mod/Documentation/hwmon/lm83
--- linux-2.6.21-rc7.orig/Documentation/hwmon/lm83	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/hwmon/lm83	2007-04-17 12:44:09.000000000 -0400
@@ -45,7 +45,7 @@ Unconfirmed motherboards:
 The LM82 is confirmed to have been found on most AMD Geode reference
 designs and test platforms.
 
-The driver has been successfully tested by Magnus Forsström, who I'd
+The driver has been successfully tested by Magnus Forsström, who I'd
 like to thank here. More testers will be of course welcome.
 
 The fact that the LM83 is only scarcely used can be easily explained.
diff -uprN linux-2.6.21-rc7.orig/Documentation/hwmon/sis5595 linux-2.6.21-rc7.mod/Documentation/hwmon/sis5595
--- linux-2.6.21-rc7.orig/Documentation/hwmon/sis5595	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/hwmon/sis5595	2007-04-17 12:44:09.000000000 -0400
@@ -8,7 +8,7 @@ Supported chips:
     Datasheet: Publicly available at the Silicon Integrated Systems Corp. site.
 
 Authors:
-        Kyösti Mälkki <kmalkki@...hut.fi>,
+        Kyösti Mälkki <kmalkki@...hut.fi>,
         Mark D. Studebaker <mdsxyz123@...oo.com>,
         Aurelien Jarno <aurelien@...el32.net> 2.6 port
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/hwmon/via686a linux-2.6.21-rc7.mod/Documentation/hwmon/via686a
--- linux-2.6.21-rc7.orig/Documentation/hwmon/via686a	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/hwmon/via686a	2007-04-17 12:44:09.000000000 -0400
@@ -8,7 +8,7 @@ Supported chips:
     Datasheet: On request through web form (http://www.via.com.tw/en/support/datasheets/)
 
 Authors:
-        Kyösti Mälkki <kmalkki@...hut.fi>,
+        Kyösti Mälkki <kmalkki@...hut.fi>,
         Mark D. Studebaker <mdsxyz123@...oo.com>
         Bob Dougherty <bobd@...nford.edu>
         (Some conversion-factor data were contributed by
diff -uprN linux-2.6.21-rc7.orig/Documentation/hwmon/w83792d linux-2.6.21-rc7.mod/Documentation/hwmon/w83792d
--- linux-2.6.21-rc7.orig/Documentation/hwmon/w83792d	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/hwmon/w83792d	2007-04-17 12:44:09.000000000 -0400
@@ -107,7 +107,7 @@ Known problems:
 	  by CR[0x49h].
 	- The function of vid and vrm has not been finished, because I'm NOT
 	  very familiar with them. Adding support is welcome.
- 	- The function of chassis open detection needs more tests.
+ 	- The function of chassis open detection needs more tests.
 	- If you have ASUS server board and chip was not found: Then you will
 	  need to upgrade to latest (or beta) BIOS. If it does not help please
 	  contact us.
diff -uprN linux-2.6.21-rc7.orig/Documentation/i2c/busses/i2c-i810 linux-2.6.21-rc7.mod/Documentation/i2c/busses/i2c-i810
--- linux-2.6.21-rc7.orig/Documentation/i2c/busses/i2c-i810	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/i2c/busses/i2c-i810	2007-04-17 12:44:09.000000000 -0400
@@ -7,7 +7,7 @@ Supported adapters:
 Authors: 
 	Frodo Looijaard <frodol@....nl>, 
 	Philip Edelbrock <phil@...roedge.com>,
-        Kyösti Mälkki <kmalkki@...hut.fi>,
+        Kyösti Mälkki <kmalkki@...hut.fi>,
 	Ralph Metzler <rjkm@....uni-koeln.de>,
 	Mark D. Studebaker <mdsxyz123@...oo.com>
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/i2c/busses/i2c-sis96x linux-2.6.21-rc7.mod/Documentation/i2c/busses/i2c-sis96x
--- linux-2.6.21-rc7.orig/Documentation/i2c/busses/i2c-sis96x	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/i2c/busses/i2c-sis96x	2007-04-17 12:44:09.000000000 -0400
@@ -60,7 +60,7 @@ Mark D. Studebaker <mdsxyz123@...oo.com>
  - design hints and bug fixes
 Alexander Maylsh <amalysh@....de>
  - ditto, plus an important datasheet... almost the one I really wanted
-Hans-Günter Lütke Uphues <hg_lu@...nline.de>
+Hans-Günter Lütke Uphues <hg_lu@...nline.de>
  - patch for SiS735
 Robert Zwerus <arzie@....nl>
  - testing for SiS645DX
diff -uprN linux-2.6.21-rc7.orig/Documentation/i2c/busses/i2c-via linux-2.6.21-rc7.mod/Documentation/i2c/busses/i2c-via
--- linux-2.6.21-rc7.orig/Documentation/i2c/busses/i2c-via	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/i2c/busses/i2c-via	2007-04-17 12:44:09.000000000 -0400
@@ -4,7 +4,7 @@ Supported adapters:
   * VIA Technologies, InC. VT82C586B
     Datasheet: Publicly available at the VIA website
 
-Author: Kyösti Mälkki <kmalkki@...hut.fi>
+Author: Kyösti Mälkki <kmalkki@...hut.fi>
 
 Description
 -----------
diff -uprN linux-2.6.21-rc7.orig/Documentation/i2c/busses/i2c-viapro linux-2.6.21-rc7.mod/Documentation/i2c/busses/i2c-viapro
--- linux-2.6.21-rc7.orig/Documentation/i2c/busses/i2c-viapro	2007-04-17 11:41:41.000000000 -0400
+++ linux-2.6.21-rc7.mod/Documentation/i2c/busses/i2c-viapro	2007-04-17 12:44:09.000000000 -0400
@@ -17,7 +17,7 @@ Supported adapters:
     Datasheet: available on request and under NDA from VIA
 
 Authors:
-	Kyösti Mälkki <kmalkki@...hut.fi>,
+	Kyösti Mälkki <kmalkki@...hut.fi>,
 	Mark D. Studebaker <mdsxyz123@...oo.com>,
 	Jean Delvare <khali@...ux-fr.org>
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/i2c/i2c-protocol linux-2.6.21-rc7.mod/Documentation/i2c/i2c-protocol
--- linux-2.6.21-rc7.orig/Documentation/i2c/i2c-protocol	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/i2c/i2c-protocol	2007-04-17 12:44:09.000000000 -0400
@@ -68,7 +68,7 @@ We have found some I2C devices that need
 
   Flags I2C_M_IGNORE_NAK
     Normally message is interrupted immediately if there is [NA] from the
-    client. Setting this flag treats any [NA] as [A], and all of
+    client. Setting this flag treats any [NA] as [A], and all of
     message is sent.
     These messages may still fail to SCL lo->hi timeout.
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/i2o/README linux-2.6.21-rc7.mod/Documentation/i2o/README
--- linux-2.6.21-rc7.orig/Documentation/i2o/README	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/i2o/README	2007-04-17 12:44:09.000000000 -0400
@@ -30,13 +30,13 @@ Juha Sievanen, University of Helsinki Fi
 	Bug fixes
 	Core code extensions
 
-Auvo Häkkinen, University of Helsinki Finland
+Auvo Häkkinen, University of Helsinki Finland
 	LAN OSM code
 	/Proc interface to LAN class
 	Bug fixes
 	Core code extensions
 
-Taneli Vähäkangas, University of Helsinki Finland
+Taneli Vähäkangas, University of Helsinki Finland
 	Fixes to i2o_config
 
 CREDITS
diff -uprN linux-2.6.21-rc7.orig/Documentation/isdn/CREDITS linux-2.6.21-rc7.mod/Documentation/isdn/CREDITS
--- linux-2.6.21-rc7.orig/Documentation/isdn/CREDITS	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/isdn/CREDITS	2007-04-17 12:44:09.000000000 -0400
@@ -2,7 +2,7 @@
 I want to thank all who contributed to this project and especially to:
 (in alphabetical order)
 
-Thomas Bogendörfer (tsbogend@...bug.franken.de)
+Thomas Bogendörfer (tsbogend@...bug.franken.de)
   Tester, lots of bugfixes and hints.
 
 Alan Cox (alan@...hat.com)
@@ -11,7 +11,7 @@ Alan Cox (alan@...hat.com)
 Henner Eisen (eis@...y.hanse.de)
   For X.25 implementation.
 
-Volker Götz (volker@...s.franken.de)
+Volker Götz (volker@...s.franken.de)
   For contribution of man-pages, the imontty-tool and a perfect
   maintaining of the mailing-list at hub-wue.
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/isdn/README linux-2.6.21-rc7.mod/Documentation/isdn/README
--- linux-2.6.21-rc7.orig/Documentation/isdn/README	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/isdn/README	2007-04-17 12:44:09.000000000 -0400
@@ -402,7 +402,7 @@ README for the ISDN-subsystem
      the script tools/tcltk/isdnmon. You can add actions for line-status
      changes. See the comments at the beginning of the script for how to
      do that. There are other tty-based tools in the tools-subdirectory
-     contributed by Michael Knigge (imon), Volker Götz (imontty) and
+     contributed by Michael Knigge (imon), Volker Götz (imontty) and
      Andreas Kool (isdnmon).
 
    l) For initial testing, you can set the verbose-level to 2 (default: 0).
diff -uprN linux-2.6.21-rc7.orig/Documentation/isdn/README.icn linux-2.6.21-rc7.mod/Documentation/isdn/README.icn
--- linux-2.6.21-rc7.orig/Documentation/isdn/README.icn	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/isdn/README.icn	2007-04-17 12:44:09.000000000 -0400
@@ -3,8 +3,8 @@ $Id: README.icn,v 1.7 2000/08/06 09:22:5
 You can get the ICN-ISDN-card from:
 
 Thinking Objects Software GmbH
-Versbacher Röthe 159
-97078 Würzburg
+Versbacher Röthe 159
+97078 Würzburg
 Tel: +49 931 2877950
 Fax: +49 931 2877951
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/java.txt linux-2.6.21-rc7.mod/Documentation/java.txt
--- linux-2.6.21-rc7.orig/Documentation/java.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/java.txt	2007-04-17 12:44:09.000000000 -0400
@@ -390,7 +390,7 @@ the execution bit, then just do
 
 
 originally by Brian A. Lantz, brian@...tz.com
-heavily edited for binfmt_misc by Richard Günther
+heavily edited for binfmt_misc by Richard Günther
 new scripts by Colin J. Watson <cjw44@....ac.uk>
 added executable Jar file support by Kurt Huwig <kurt@...-netz.de>
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/kernel-docs.txt linux-2.6.21-rc7.mod/Documentation/kernel-docs.txt
--- linux-2.6.21-rc7.orig/Documentation/kernel-docs.txt	2007-04-17 11:41:41.000000000 -0400
+++ linux-2.6.21-rc7.mod/Documentation/kernel-docs.txt	2007-04-17 12:44:09.000000000 -0400
@@ -236,7 +236,7 @@
 
      * Title: "Design and Implementation of the Second Extended
        Filesystem"
-       Author: Rémy Card, Theodore Ts'o, Stephen Tweedie.
+       Author: Rémy Card, Theodore Ts'o, Stephen Tweedie.
        URL: http://web.mit.edu/tytso/www/linux/ext2intro.html
        Keywords: ext2, linux fs history, inode, directory, link, devices,
        VFS, physical structure, performance, benchmarks, ext2fs library,
diff -uprN linux-2.6.21-rc7.orig/Documentation/m68k/README.buddha linux-2.6.21-rc7.mod/Documentation/m68k/README.buddha
--- linux-2.6.21-rc7.orig/Documentation/m68k/README.buddha	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/m68k/README.buddha	2007-04-17 12:44:09.000000000 -0400
@@ -204,7 +204,7 @@ always  shows a "no IRQ here" on the Bud
 the  third  IDE  port  are  going into data's Nirwana on the
 Buddha.
 
-			    Jens Schönfeld february 19th, 1997
+			    Jens Schönfeld february 19th, 1997
 					updated may 27th, 1997
 			     eMail: sysop@...tlgic.tng.oche.de
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/networking/6pack.txt linux-2.6.21-rc7.mod/Documentation/networking/6pack.txt
--- linux-2.6.21-rc7.orig/Documentation/networking/6pack.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/networking/6pack.txt	2007-04-17 12:44:09.000000000 -0400
@@ -1,6 +1,6 @@
 This is the 6pack-mini-HOWTO, written by
 
-Andreas Könsgen DG3KQ
+Andreas Könsgen DG3KQ
 Internet: ajk@...k.rwth-aachen.de
 AMPR-net: dg3kq@...pra.ampr.org
 AX.25:    dg3kq@...ach.#nrw.deu.eu
diff -uprN linux-2.6.21-rc7.orig/Documentation/networking/packet_mmap.txt linux-2.6.21-rc7.mod/Documentation/networking/packet_mmap.txt
--- linux-2.6.21-rc7.orig/Documentation/networking/packet_mmap.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/networking/packet_mmap.txt	2007-04-17 12:44:09.000000000 -0400
@@ -13,7 +13,7 @@ You can find the latest version of this 
 
 Please send me your comments to
 
-    Ulisses Alonso Camaró <uaca@...ate.spam.alumni.uv.es>
+    Ulisses Alonso Camaró <uaca@...ate.spam.alumni.uv.es>
 
 -------------------------------------------------------------------------------
 + Why use PACKET_MMAP
diff -uprN linux-2.6.21-rc7.orig/Documentation/networking/slicecom.hun linux-2.6.21-rc7.mod/Documentation/networking/slicecom.hun
--- linux-2.6.21-rc7.orig/Documentation/networking/slicecom.hun	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/networking/slicecom.hun	2007-04-17 12:44:09.000000000 -0400
@@ -1,7 +1,7 @@
 
 SliceCOM adapter felhasznaloi dokumentacioja - 0.51 verziohoz
 
-Bartók István <bartoki@....hu>
+Bartók István <bartoki@....hu>
 Utolso modositas: Wed Aug 29 17:26:58 CEST 2001
 
 -----------------------------------------------------------------
diff -uprN linux-2.6.21-rc7.orig/Documentation/networking/slicecom.txt linux-2.6.21-rc7.mod/Documentation/networking/slicecom.txt
--- linux-2.6.21-rc7.orig/Documentation/networking/slicecom.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/networking/slicecom.txt	2007-04-17 12:44:09.000000000 -0400
@@ -1,9 +1,9 @@
 
 SliceCOM adapter user's documentation - for the 0.51 driver version
 
-Written by Bartók István <bartoki@....hu>
+Written by Bartók István <bartoki@....hu>
 
-English translation: Lakatos György <gyuri@....hu>
+English translation: Lakatos György <gyuri@....hu>
 Mon Dec 11 15:28:42 CET 2000
 
 Last modified: Wed Aug 29 17:25:37 CEST 2001
diff -uprN linux-2.6.21-rc7.orig/Documentation/networking/tms380tr.txt linux-2.6.21-rc7.mod/Documentation/networking/tms380tr.txt
--- linux-2.6.21-rc7.orig/Documentation/networking/tms380tr.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/networking/tms380tr.txt	2007-04-17 12:44:09.000000000 -0400
@@ -71,24 +71,24 @@ Below find attached the setting for the 
   CHAPTER 1     LOCATION OF DIP-SWITCH
   ==============================================================
 
-UÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
-þUÄÄÄÄÄÄ¿                         UÄÄÄÄÄ¿            UÄÄÄ¿         þ
-þAÄÄÄÄÄÄU                      W1 AÄÄÄÄÄU     UÄÄÄÄ¿ þ   þ         þ
-þUÄÄÄÄÄÄ¿                                     þ    þ þ   þ      UÄÄÅ¿
-þAÄÄÄÄÄÄU              UÄÄÄÄÄÄÄÄÄÄÄ¿          AÄÄÄÄU þ   þ      þ  þþ
-þUÄÄÄÄÄÄ¿              þ           þ          UÄÄÄ¿  AÄÄÄU      AÄÄÅU
-þAÄÄÄÄÄÄU              þ TMS380C26 þ          þ   þ                þ
-þUÄÄÄÄÄÄ¿              þ           þ          AÄÄÄU                AÄ¿
-þAÄÄÄÄÄÄU              þ           þ                               þ þ
-þ                      AÄÄÄÄÄÄÄÄÄÄÄU                               þ þ
-þ                                                                  þ þ
-þ                                                                  AÄU
-þ                                                                  þ
-þ                                                                  þ
-þ                                                                  þ
-þ                                                                  þ
-AÄÄÄÄÄÄÄÄÄÄÄÄAÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄAÄÄAÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄAÄÄÄÄÄÄÄÄÄU
-             AÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄU  AÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄU
+UÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
+þUÄÄÄÄÄÄ¿                         UÄÄÄÄÄ¿            UÄÄÄ¿         þ
+þAÄÄÄÄÄÄU                      W1 AÄÄÄÄÄU     UÄÄÄÄ¿ þ   þ         þ
+þUÄÄÄÄÄÄ¿                                     þ    þ þ   þ      UÄÄÅ¿
+þAÄÄÄÄÄÄU              UÄÄÄÄÄÄÄÄÄÄÄ¿          AÄÄÄÄU þ   þ      þ  þþ
+þUÄÄÄÄÄÄ¿              þ           þ          UÄÄÄ¿  AÄÄÄU      AÄÄÅU
+þAÄÄÄÄÄÄU              þ TMS380C26 þ          þ   þ                þ
+þUÄÄÄÄÄÄ¿              þ           þ          AÄÄÄU                AÄ¿
+þAÄÄÄÄÄÄU              þ           þ                               þ þ
+þ                      AÄÄÄÄÄÄÄÄÄÄÄU                               þ þ
+þ                                                                  þ þ
+þ                                                                  AÄU
+þ                                                                  þ
+þ                                                                  þ
+þ                                                                  þ
+þ                                                                  þ
+AÄÄÄÄÄÄÄÄÄÄÄÄAÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄAÄÄAÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄAÄÄÄÄÄÄÄÄÄU
+             AÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄU  AÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄU
 
   ==============================================================
   CHAPTER 2     DEFAULT SETTINGS
@@ -108,9 +108,9 @@ AÄÄÄÄÄÄÄÄÄÄÄÄAÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄAÄÄAÄÄÄÄÄÄ
   CHAPTER 3     DIP SWITCH W1 DESCRIPTION
   ==============================================================
 
-      UÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄ¿  ON
-      þ 1 þ 2 þ 3 þ 4 þ 5 þ 6 þ 7 þ 8 þ
-      AÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄU  OFF
+      UÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄ¿  ON
+      þ 1 þ 2 þ 3 þ 4 þ 5 þ 6 þ 7 þ 8 þ
+      AÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄAÄÄÄU  OFF
       |AD | BootROM Addr. |  I/O      |
       +-+-+-------+-------+-----+-----+
         |         |             |
diff -uprN linux-2.6.21-rc7.orig/Documentation/pcieaer-howto.txt linux-2.6.21-rc7.mod/Documentation/pcieaer-howto.txt
--- linux-2.6.21-rc7.orig/Documentation/pcieaer-howto.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/pcieaer-howto.txt	2007-04-17 12:44:09.000000000 -0400
@@ -13,7 +13,7 @@ Reporting (AER) driver and provides info
 well as how to enable the drivers of endpoint devices to conform with
 PCI Express AER driver.
 
-1.2 Copyright © Intel Corporation 2006.
+1.2 Copyright © Intel Corporation 2006.
 
 1.3 What is the PCI Express AER Driver?
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/power/swsusp.txt linux-2.6.21-rc7.mod/Documentation/power/swsusp.txt
--- linux-2.6.21-rc7.orig/Documentation/power/swsusp.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/power/swsusp.txt	2007-04-17 12:44:09.000000000 -0400
@@ -48,7 +48,7 @@ before suspend (it is limited to 500 MB 
 
 Article about goals and implementation of Software Suspend for Linux
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Author: G‚ábor Kuti
+Author: G‚ábor Kuti
 Last revised: 2003-10-20 by Pavel Machek
 
 Idea and goals to achieve
diff -uprN linux-2.6.21-rc7.orig/Documentation/s390/Debugging390.txt linux-2.6.21-rc7.mod/Documentation/s390/Debugging390.txt
--- linux-2.6.21-rc7.orig/Documentation/s390/Debugging390.txt	2007-04-17 11:41:41.000000000 -0400
+++ linux-2.6.21-rc7.mod/Documentation/s390/Debugging390.txt	2007-04-17 12:44:09.000000000 -0400
@@ -2209,7 +2209,7 @@ Breakpoint 2 at 0x4d87a4: file top.c, li
 #3  0x5167e6 in readline_internal_char () at readline.c:454
 #4  0x5168ee in readline_internal_charloop () at readline.c:507
 #5  0x51692c in readline_internal () at readline.c:521
-#6  0x5164fe in readline (prompt=0x7ffff810 "\177ÿøx\177ÿ÷Ø\177ÿøxÀ")
+#6  0x5164fe in readline (prompt=0x7ffff810 "\177ÿøx\177ÿ÷Ø\177ÿøxÀ")
     at readline.c:349
 #7  0x4d7a8a in command_line_input (prrompt=0x564420 "(gdb) ", repeat=1,
     annotation_suffix=0x4d6b44 "prompt") at top.c:2091
diff -uprN linux-2.6.21-rc7.orig/Documentation/scsi/aha152x.txt linux-2.6.21-rc7.mod/Documentation/scsi/aha152x.txt
--- linux-2.6.21-rc7.orig/Documentation/scsi/aha152x.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/scsi/aha152x.txt	2007-04-17 12:44:09.000000000 -0400
@@ -1,7 +1,7 @@
 $Id: README.aha152x,v 1.2 1999/12/25 15:32:30 fischer Exp fischer $
 Adaptec AHA-1520/1522 SCSI driver for Linux (aha152x)
 
-Copyright 1993-1999 Jürgen Fischer <fischer@...bit.de>
+Copyright 1993-1999 Jürgen Fischer <fischer@...bit.de>
 TC1550 patches by Luuk van Dijk (ldz@...all.nl)
 
 
diff -uprN linux-2.6.21-rc7.orig/Documentation/scsi/st.txt linux-2.6.21-rc7.mod/Documentation/scsi/st.txt
--- linux-2.6.21-rc7.orig/Documentation/scsi/st.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/scsi/st.txt	2007-04-17 12:44:09.000000000 -0400
@@ -1,5 +1,5 @@
 This file contains brief information about the SCSI tape driver.
-The driver is currently maintained by Kai Mäkisara (email
+The driver is currently maintained by Kai Mäkisara (email
 Kai.Makisara@...umbus.fi)
 
 Last modified: Mon Mar  7 21:14:44 2005 by kai.makisara
diff -uprN linux-2.6.21-rc7.orig/Documentation/scsi/tmscsim.txt linux-2.6.21-rc7.mod/Documentation/scsi/tmscsim.txt
--- linux-2.6.21-rc7.orig/Documentation/scsi/tmscsim.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/scsi/tmscsim.txt	2007-04-17 12:44:09.000000000 -0400
@@ -426,7 +426,7 @@ Thanks to Linus Torvalds, Alan Cox, the 
 all the others for the wonderful OS and software.
 Thanks to C.L. Huang and Philip Giang (Tekram) for the initial driver
 release and support.
-Thanks to Doug Ledford, Gérard Roudier for support with SCSI coding.
+Thanks to Doug Ledford, Gérard Roudier for support with SCSI coding.
 Thanks to a lot of people (espec. Chiaki Ishikawa, Andreas Haumer, Hubert 
 Tonneau) for intensively testing the driver (and even risking data loss
 doing this during early revisions).
diff -uprN linux-2.6.21-rc7.orig/Documentation/sonypi.txt linux-2.6.21-rc7.mod/Documentation/sonypi.txt
--- linux-2.6.21-rc7.orig/Documentation/sonypi.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/sonypi.txt	2007-04-17 12:44:09.000000000 -0400
@@ -1,7 +1,7 @@
 Sony Programmable I/O Control Device Driver Readme
 --------------------------------------------------
 	Copyright (C) 2001-2004 Stelian Pop <stelian@...ies.net>
-	Copyright (C) 2001-2002 Alcôve <www.alcove.com>
+	Copyright (C) 2001-2002 Alcôve <www.alcove.com>
 	Copyright (C) 2001 Michael Ashley <m.ashley@...w.edu.au>
 	Copyright (C) 2001 Junichi Morita <jun1m@...s.dti.ne.jp>
 	Copyright (C) 2000 Takaya Kinjo <t-kinjo@....so-net.ne.jp>
diff -uprN linux-2.6.21-rc7.orig/Documentation/sound/oss/AD1816 linux-2.6.21-rc7.mod/Documentation/sound/oss/AD1816
--- linux-2.6.21-rc7.orig/Documentation/sound/oss/AD1816	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/sound/oss/AD1816	2007-04-17 12:44:09.000000000 -0400
@@ -17,7 +17,7 @@ Features:
 List of features supported by this driver:
 - full-duplex support
 - supported audio formats: unsigned 8bit, signed 16bit little endian, 
-                           signed 16bit big endian, µ-law, A-law
+                           signed 16bit big endian, µ-law, A-law
 - supported channels: mono and stereo
 - supported recording sources: Master, CD, Line, Line1, Line2, Mic
 - supports phat 3d stereo circuit (Line 3)
diff -uprN linux-2.6.21-rc7.orig/Documentation/sound/oss/mwave linux-2.6.21-rc7.mod/Documentation/sound/oss/mwave
--- linux-2.6.21-rc7.orig/Documentation/sound/oss/mwave	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/sound/oss/mwave	2007-04-17 12:44:09.000000000 -0400
@@ -163,7 +163,7 @@ OR the Default= line COULD be
 Default=SBPRO
 
 Reboot to Windows 95 and choose Linux. When booted, use sndconfig to configure
-the sound modules and voilà - ThinkPad sound with Linux.
+the sound modules and voilà - ThinkPad sound with Linux.
 
 Now the gotchas - you can either have CD sound OR Mixers but not both. That's a
 problem with the SB1.5 (CD sound) or SBPRO (Mixers) settings. No one knows why
diff -uprN linux-2.6.21-rc7.orig/Documentation/usb/CREDITS linux-2.6.21-rc7.mod/Documentation/usb/CREDITS
--- linux-2.6.21-rc7.orig/Documentation/usb/CREDITS	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/usb/CREDITS	2007-04-17 12:44:09.000000000 -0400
@@ -65,7 +65,7 @@ THANKS file in Inaky's driver):
           will sell keyboards to some of the 3 million (at least)
           Linux users.
 
-        - Many thanks to ing büro h doran [http://www.ibhdoran.com]!
+        - Many thanks to ing büro h doran [http://www.ibhdoran.com]!
           It was almost impossible to get a PC backplate USB connector
           for the motherboard here at Europe (mine, home-made, was
           quite lousy :). Now I know where to acquire nice USB stuff!
diff -uprN linux-2.6.21-rc7.orig/Documentation/usb/usb-serial.txt linux-2.6.21-rc7.mod/Documentation/usb/usb-serial.txt
--- linux-2.6.21-rc7.orig/Documentation/usb/usb-serial.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/usb/usb-serial.txt	2007-04-17 12:44:09.000000000 -0400
@@ -45,9 +45,9 @@ ConnectTech WhiteHEAT 4 port converter
   Stuart MacDonald at stuartm@...necttech.com
 
 
-HandSpring Visor, Palm USB, and Clié USB driver
+HandSpring Visor, Palm USB, and Clié USB driver
 
-  This driver works with all HandSpring USB, Palm USB, and Sony Clié USB
+  This driver works with all HandSpring USB, Palm USB, and Sony Clié USB
   devices.
 
   Only when the device tries to connect to the host, will the device show
@@ -69,7 +69,7 @@ HandSpring Visor, Palm USB, and Clié USB
   the port to use for the HotSync transfer. The "Generic" port can be used
   for other device communication, such as a PPP link.
 
-  For some Sony Clié devices, /dev/ttyUSB0 must be used to talk to the
+  For some Sony Clié devices, /dev/ttyUSB0 must be used to talk to the
   device.  This is true for all OS version 3.5 devices, and most devices
   that have had a flash upgrade to a newer version of the OS.  See the
   kernel system log for information on which is the correct port to use.
diff -uprN linux-2.6.21-rc7.orig/Documentation/video4linux/meye.txt linux-2.6.21-rc7.mod/Documentation/video4linux/meye.txt
--- linux-2.6.21-rc7.orig/Documentation/video4linux/meye.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/video4linux/meye.txt	2007-04-17 12:44:09.000000000 -0400
@@ -1,7 +1,7 @@
 Vaio Picturebook Motion Eye Camera Driver Readme
 ------------------------------------------------
 	Copyright (C) 2001-2004 Stelian Pop <stelian@...ies.net>
-	Copyright (C) 2001-2002 Alcôve <www.alcove.com>
+	Copyright (C) 2001-2002 Alcôve <www.alcove.com>
 	Copyright (C) 2000 Andrew Tridgell <tridge@...ba.org>
 
 This driver enable the use of video4linux compatible applications with the
diff -uprN linux-2.6.21-rc7.orig/Documentation/video4linux/ov511.txt linux-2.6.21-rc7.mod/Documentation/video4linux/ov511.txt
--- linux-2.6.21-rc7.orig/Documentation/video4linux/ov511.txt	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/video4linux/ov511.txt	2007-04-17 12:44:09.000000000 -0400
@@ -195,11 +195,11 @@ MODULE PARAMETERS:
   NAME: bandingfilter
   TYPE: integer (Boolean)
   DEFAULT: 0 (off)
-  DESC: Enables the sensor´s banding filter exposure algorithm. This reduces
+  DESC: Enables the sensor´s banding filter exposure algorithm. This reduces
 	or stabilizes the "banding" caused by some artificial light sources
 	(especially fluorescent). You might have to set lightfreq correctly for
 	this to work right. As an added bonus, this sometimes makes it
-	possible to capture your monitor´s output.
+	possible to capture your monitor´s output.
 
   NAME: fastset
   TYPE: integer (Boolean)
diff -uprN linux-2.6.21-rc7.orig/Documentation/video4linux/README.pvrusb2 linux-2.6.21-rc7.mod/Documentation/video4linux/README.pvrusb2
--- linux-2.6.21-rc7.orig/Documentation/video4linux/README.pvrusb2	2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/Documentation/video4linux/README.pvrusb2	2007-04-17 12:44:09.000000000 -0400
@@ -8,7 +8,7 @@ Background:
 
   This driver is intended for the "Hauppauge WinTV PVR USB 2.0", which
   is a USB 2.0 hosted TV Tuner.  This driver is a work in progress.
-  Its history started with the reverse-engineering effort by Björn
+  Its history started with the reverse-engineering effort by Björn
   Danielsson <pvrusb2@....nu> whose web page can be found here:
 
     http://pvrusb2.dax.nu/
diff -uprN linux-2.6.21-rc7.orig/Documentation/video4linux/Zoran linux-2.6.21-rc7.mod/Documentation/video4linux/Zoran
--- linux-2.6.21-rc7.orig/Documentation/video4linux/Zoran	2007-04-17 11:41:42.000000000 -0400
+++ linux-2.6.21-rc7.mod/Documentation/video4linux/Zoran	2007-04-17 12:44:09.000000000 -0400
@@ -242,7 +242,7 @@ can generate: PAL , NTSC , SECAM
 
 Conexant bt866 TV encoder
 is used in AVS6EYES, and
-can generate: NTSC/PAL, PAL­M, PAL­N
+can generate: NTSC/PAL, PAL­M, PAL­N
 
 The adv717x, should be able to produce PAL N. But you find nothing PAL N
 specific in the registers. Seem that you have to reuse a other standard
Download attachment "patch-Documentation.bin" of type "APPLICATION/octet-stream" (38032 bytes)

Powered by blists - more mailing lists