Hello community,

here is the log from the commit of package avrdude for openSUSE:Factory checked 
in at 2012-11-21 14:57:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avrdude (Old)
 and      /work/SRC/openSUSE:Factory/.avrdude.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avrdude", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/avrdude/avrdude.changes  2011-09-23 
01:52:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.avrdude.new/avrdude.changes     2012-11-21 
14:57:07.000000000 +0100
@@ -1,0 +2,24 @@
+Thu Nov 21 00:29:51 UTC 2012 - [email protected]
+
+- retrying sr#110452, sr#141518, so that we can finally close bnc#736064
+- merged a commit that was only made to o:F
+
+-------------------------------------------------------------------
+Wed Mar 21 14:49:39 UTC 2012 - [email protected]
+
+- Reverted to version 5.11 -- the 5.11.1 tarball was missing.
+
+-------------------------------------------------------------------
+Tue Oct 18 13:51:22 UTC 2011 - [email protected]
+
+- Version 5.11.1 from savannah
+- Add libftdi1-devel to BuildRequires to support additional
+  programmers.
+
+-------------------------------------------------------------------
+Thu Sep 29 13:04:01 UTC 2011 - [email protected]
+
+- don't use download_files service - it breaks all the time
+- remove builddate from binary to avoid unnecessary republising
+
+-------------------------------------------------------------------
@@ -5,0 +30,12 @@
+
+-------------------------------------------------------------------
+Sun Aug 28 11:09:50 CEST 2011 - [email protected]
+
+- Version 5.11 from savannah
+
+-------------------------------------------------------------------
+Mon Jun 20 06:19:17 PM UTC 2011 - [email protected]
+
+- https://savannah.nongnu.org/patch/?7559
+  DTR/RTS twiddling didn't match the Arduino 'auto-reset' hardware
+  for the programmer type 'arduino'

Old:
----
  avrdude-5.10.tar.bz2
  avrdude-5.5.usbtiny.64bit.patch
  avrdude-doc-5.10.pdf
  avrdude-doc-5.10.tar.gz
  avrdude-use-serial-device-for-serbb.patch
  avrdude_butterfly_mk.patch
  tn4313.diff

New:
----
  _service
  avrdude-5.11-no-builddate.diff
  avrdude-5.11.tar.gz
  avrdude-doc-5.11.pdf
  avrdude-doc-5.11.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ avrdude.spec ++++++
--- /var/tmp/diff_new_pack.TG4YTu/_old  2012-11-21 14:57:09.000000000 +0100
+++ /var/tmp/diff_new_pack.TG4YTu/_new  2012-11-21 14:57:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package avrdude
+# spec file for package avrdude (Version 5.11)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           avrdude
-BuildRequires:  bison flex libusb-devel readline-devel
-Version:        5.10
-Release:        5
+BuildRequires:  bison flex libusb-devel readline-devel libftdi1-devel
+Version:        5.11
+Release:        1
 Url:            http://savannah.nongnu.org/projects/avrdude
 Group:          Development/Tools/Other
 License:        GPL-2.0+
 Summary:        Upload tool for AVR microcontrollers
-Source0:        
http://savannah.nongnu.org/download/%name/%name-%version.tar.bz2
+Source0:        http://savannah.nongnu.org/download/%name/%name-%version.tar.gz
 Source1:        
http://savannah.nongnu.org/download/%name/%name-doc-%version.tar.gz
 Source2:        
http://savannah.nongnu.org/download/%name/%name-doc-%version.pdf
 Source3:        modprobe.avrdude_parport
 Source4:        avrdude-udev.rules
-Patch0:         avrdude-use-serial-device-for-serbb.patch
-Patch1:         avrdude-5.5.usbtiny.64bit.patch
-Patch2:         avrdude_butterfly_mk.patch
-Patch3:         tn4313.diff
+Patch0:         avrdude-5.11-no-builddate.diff
+#Patch0:        xx.patch
 Provides:       avr-programmer
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         /bin/cat /sbin/modprobe
@@ -42,16 +38,13 @@
 %description
 avrdude is a tool for avr microcontrollers and drives many hardware
 in-system programmers. avrdude allows you to program your
-microcontroller through the parallel port of your computer.
+microcontroller through USB or parallel port of your computer.
 
 %prep 
 %setup -q -a 1
 cp -a %{S:2} %name.pdf
 mv %name-html html
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 touch lexer.l
 
 %build

++++++ _service ++++++
<services>
</services>
++++++ avrdude-5.11-no-builddate.diff ++++++
diff --git a/main.c b/main.c
index d224bd6..a88af3d 100644
--- a/main.c
+++ b/main.c
@@ -565,10 +565,10 @@ int main(int argc, char * argv [])
      * they are running
      */
     fprintf(stderr,
-            "\n%s: Version %s, compiled on %s at %s\n"
+            "\n%s: Version %s, (openSUSE Buildservice)\n"
             "%sCopyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/\n";
            "%sCopyright (c) 2007-2009 Joerg Wunsch\n\n",
-            progname, version, __DATE__, __TIME__, progbuf, progbuf);
+            progname, version, progbuf, progbuf);
   }
 
   if (verbose) {
++++++ avrdude-doc-5.10.tar.gz -> avrdude-5.11.tar.gz ++++++
++++ 92257 lines of diff (skipped)

++++++ avrdude-doc-5.10.pdf -> avrdude-doc-5.11.pdf ++++++
(binary differes)

++++++ avrdude-doc-5.10.tar.gz -> avrdude-doc-5.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude.html 
new/avrdude-html/avrdude.html
--- old/avrdude-html/avrdude.html       2010-01-19 11:43:31.000000000 +0100
+++ new/avrdude-html/avrdude.html       2011-08-27 23:20:08.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -77,7 +77,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_1.html 
new/avrdude-html/avrdude_1.html
--- old/avrdude-html/avrdude_1.html     2010-01-19 11:43:31.000000000 +0100
+++ new/avrdude-html/avrdude_1.html     2011-08-27 23:20:08.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -102,9 +102,14 @@
 abysmally slow.
 </p>
 <p>The STK500, JTAG ICE, avr910, and avr109/butterfly use the serial port to 
communicate with the PC.
-The STK600, JTAG ICE mkII, AVRISP mkII, USBasp, and USBtinyISP
+The STK600, JTAG ICE mkII, AVRISP mkII, USBasp, avrftdi (and derivitives), and 
USBtinyISP
 programmers communicate through the USB, using <code>libusb</code> as a
 platform abstraction layer.
+The avrftdi adds support for the FT2232C/D, FT2232H, and FT4232H devices. 
These all use 
+the MPSSE mode, which has a specific pin mapping. Bit 1 (the lsb of the byte 
in the config
+file) is SCK. Bit 2 is MOSI, and Bit 3 is MISO. Bit 4 usually reset. The 
2232C/D parts
+are only supported on interface A, but the H parts can be either A or B 
(specified by the
+usbdev config parameter).
 The STK500, STK600, JTAG ICE, and avr910 contain on-board logic to control the 
programming of the target
 device.
 The avr109 bootloader implements a protocol similar to avr910, but is
@@ -129,11 +134,11 @@
 For ATxmega devices, the JTAG ICE mkII is supported in PDI mode, provided it
 has a revision 1 hardware and firmware version of at least 5.37 (decimal).
 </p>
-<p>The AVR Dragon is supported in all modes (ISP, JTAG, HVSP, PP, debugWire).
+<p>The AVR Dragon is supported in all modes (ISP, JTAG, PDI, HVSP, PP, 
debugWire).
 When used in JTAG and debugWire mode, the AVR Dragon behaves similar to a
 JTAG ICE mkII, so all device-specific comments for that device
 will apply as well.
-When used in ISP mode, the AVR Dragon behaves similar to an
+When used in ISP and PDI mode, the AVR Dragon behaves similar to an
 AVRISP mkII (or JTAG ICE mkII in ISP mode), so all device-specific
 comments will apply there.
 In particular, the Dragon starts out with a rather fast ISP clock
@@ -142,6 +147,10 @@
 For ATxmega devices, the AVR Dragon is supported in PDI mode, provided it
 has a firmware version of at least 6.11 (decimal).
 </p>
+<p>Wiring boards are supported, utilizing STK500 V2.x protocol, but
+a simple DTR/RTS toggle to set the boards into programming mode.
+The programmer type is &ldquo;wiring&rdquo;.
+</p>
 <p>The Arduino (which is very similar to the STK500 1.x) is supported via
 its own programmer type specification &ldquo;arduino&rdquo;.
 </p>
@@ -173,7 +182,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_10.html 
new/avrdude-html/avrdude_10.html
--- old/avrdude-html/avrdude_10.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_10.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -103,7 +103,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_11.html 
new/avrdude-html/avrdude_11.html
--- old/avrdude-html/avrdude_11.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_11.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -77,6 +77,11 @@
 option.
 </p>
 </dd>
+<dt> <code>default_bitclock = 
&quot;<var>default-bitclock</var>&quot;;</code></dt>
+<dd><p>Assign the default bitclock value.  Can be overridden using the 
&lsquo;<samp>-B</samp>&rsquo;
+option.
+</p>
+</dd>
 </dl>
 
 
@@ -91,7 +96,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_12.html 
new/avrdude-html/avrdude_12.html
--- old/avrdude-html/avrdude_12.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_12.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -92,7 +92,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_13.html 
new/avrdude-html/avrdude_13.html
--- old/avrdude-html/avrdude_13.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_13.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -185,7 +185,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_14.html 
new/avrdude-html/avrdude_14.html
--- old/avrdude-html/avrdude_14.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_14.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -125,7 +125,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_15.html 
new/avrdude-html/avrdude_15.html
--- old/avrdude-html/avrdude_15.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_15.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -77,7 +77,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_16.html 
new/avrdude-html/avrdude_16.html
--- old/avrdude-html/avrdude_16.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_16.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -157,7 +157,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_17.html 
new/avrdude-html/avrdude_17.html
--- old/avrdude-html/avrdude_17.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_17.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -79,7 +79,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_18.html 
new/avrdude-html/avrdude_18.html
--- old/avrdude-html/avrdude_18.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_18.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -95,8 +95,8 @@
 
 <p>To build and install from the source tarball on Unix like systems:
 </p>
-<table><tr><td>&nbsp;</td><td><pre class="example">$ gunzip -c 
avrdude-5.10.tar.gz | tar xf -
-$ cd avrdude-5.10
+<table><tr><td>&nbsp;</td><td><pre class="example">$ gunzip -c 
avrdude-5.11.tar.gz | tar xf -
+$ cd avrdude-5.11
 $ ./configure
 $ make
 $ su root -c 'make install'
@@ -109,8 +109,8 @@
 <p>If you do not have root access to your system, you can do the the
 following instead:
 </p>
-<table><tr><td>&nbsp;</td><td><pre class="example">$ gunzip -c 
avrdude-5.10.tar.gz | tar xf -
-$ cd avrdude-5.10
+<table><tr><td>&nbsp;</td><td><pre class="example">$ gunzip -c 
avrdude-5.11.tar.gz | tar xf -
+$ cd avrdude-5.11
 $ ./configure --prefix=$HOME/local
 $ make
 $ make install
@@ -187,8 +187,8 @@
 can build and install the rpm binaries directly from the tarball:
 </p>
 <table><tr><td>&nbsp;</td><td><pre class="example">$ su - root
-# rpmbuild -tb avrdude-5.10.tar.gz
-# rpm -Uvh /usr/src/redhat/RPMS/i386/avrdude-5.10-1.i386.rpm
+# rpmbuild -tb avrdude-5.11.tar.gz
+# rpm -Uvh /usr/src/redhat/RPMS/i386/avrdude-5.11-1.i386.rpm
 </pre></td></tr></table>
 
 <p>Note that the path to the resulting rpm package, differs from system
@@ -361,7 +361,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_19.html 
new/avrdude-html/avrdude_19.html
--- old/avrdude-html/avrdude_19.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_19.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -101,20 +101,29 @@
 <a 
href="http://sourceforge.net/projects/winavr";>http://sourceforge.net/projects/winavr</a>.
 WinAVR is a suite of executable, 
 open source software development tools for the AVR for the Windows platform.
 </p>
-<p>To build avrdude from the source You must have Cygwin (<a 
href="http://www.cygwin.com/";>http://www.cygwin.com/</a>).
+<p>There are two options to build avrdude from source under Windows.
+The first one is to use Cygwin (<a 
href="http://www.cygwin.com/";>http://www.cygwin.com/</a>).
 </p>
 <p>To build and install from the source tarball for Windows (using Cygwin):
 </p>
 <table><tr><td>&nbsp;</td><td><pre class="example">$ set PREFIX=&lt;your 
install directory path&gt;
 $ export PREFIX
-$ gunzip -c avrdude-5.10.tar.gz | tar xf -
-$ cd avrdude-5.10
+$ gunzip -c avrdude-5.11.tar.gz | tar xf -
+$ cd avrdude-5.11
 $ ./configure LDFLAGS=&quot;-static&quot; --prefix=$PREFIX --datadir=$PREFIX 
 --sysconfdir=$PREFIX/bin --enable-versioned-doc=no
 $ make
 $ make install
 </pre></td></tr></table>
 
+<p>Note that recent versions of Cygwin (starting with 1.7) removed the
+MinGW support from the compiler that is needed in order to build a
+native Win32 API binary that does not require to install the Cygwin
+library <code>cygwin1.dll</code> at run-time.  Either try using an older
+compiler version that still supports MinGW builds, or use MinGW
+(<a href="http://www.mingw.org/";>http://www.mingw.org/</a>) directly.
+</p>
+
 
 <hr size="6">
 <a name="Windows-Configuration-Files"></a>
@@ -505,7 +514,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_2.html 
new/avrdude-html/avrdude_2.html
--- old/avrdude-html/avrdude_2.html     2010-01-19 11:43:31.000000000 +0100
+++ new/avrdude-html/avrdude_2.html     2011-08-27 23:20:08.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -94,7 +94,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_20.html 
new/avrdude-html/avrdude_20.html
--- old/avrdude-html/avrdude_20.html    2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_20.html    2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -169,10 +169,26 @@
 Problem: Multiple USBasp or USBtinyISP programmers connected simultaneously 
are not
 found.
 
-<p>Solution: none at this time.  The simplicity of these programmers
-doesn&rsquo;t offer a method to distinguish multiple programmers that are
-connected simultaneously, so effectively only one of them is supported.
-</p>
+<p>Solution: The USBtinyISP code supports distinguishing multiple
+programmers based on their bus:device connection tuple that describes
+their place in the USB hierarchy on a specific host.  This tuple can
+be added to the <var>-P usb</var> option, similar to adding a serial number
+on other USB-based programmers.
+</p>
+<p>The actual naming convention for the bus and device names is
+operating-system dependant; AVRDUDE will print out what it found
+on the bus when running it with (at least) one <var>-v</var> option.
+By specifying a string that cannot match any existing device
+(for example, <var>-P usb:xxx</var>), the scan will list all possible
+candidate devices found on the bus.
+</p>
+<p>Examples:
+</p><table><tr><td>&nbsp;</td><td><pre class="example">avrdude -c usbtiny -p 
atmega8 -P usb:003:025 (Linux)
+avrdude -c usbtiny -p atmega8 -P usb:/dev/usb:/dev/ugen1.3 (FreeBSD 8+)
+avrdude -c usbtiny -p atmega8 \
+  -P usb:bus-0:\\.\libusb0-0001--0x1781-0x0c9f (Windows)
+</pre></td></tr></table>
+
 </li><li>
 Problem: I cannot do &hellip; when the target is in debugWire mode.
 
@@ -203,7 +219,7 @@
 entered.
 </p>
 </li><li>
-Problem: I want to use my JTAG ICE mkII or AVR Dragon to program an
+Problem: I want to use my JTAG ICE mkII to program an
 Xmega device through PDI.  The documentation tells me to use the
 <em>XMEGA PDI adapter for JTAGICE mkII</em> that is supposed to ship
 with the kit, yet I don&rsquo;t have it.
@@ -225,6 +241,22 @@
 <tr><td width="20%">10 (GND)</td><td width="20%"></td><td 
width="20%">Brown</td><td width="20%"></td></tr>
 </table>
 
+</li><li>
+Problem: I want to use my AVR Dragon to program an
+Xmega device through PDI.  
+
+<p>Solution: Use the 6 pin ISP header on the Dragon and the following pin 
mapping:
+</p>
+<table>
+<tr><td width="20%"><strong>Dragon</strong></td><td 
width="20%"><strong>Target</strong></td></tr>
+<tr><td width="20%"><strong>ISP Header</strong></td><td 
width="20%"><strong>pins</strong></td></tr>
+<tr><td width="20%">1 (MISO)</td><td width="20%">PDI_DATA</td></tr>
+<tr><td width="20%">2 (VCC)</td><td width="20%">VCC</td></tr>
+<tr><td width="20%">3 (SCK)</td><td width="20%"></td></tr>
+<tr><td width="20%">4 (MOSI)</td><td width="20%"></td></tr>
+<tr><td width="20%">5 (RESET)</td><td width="20%">PDI_CLK / RST</td></tr>
+<tr><td width="20%">6 (GND)</td><td width="20%">GND</td></tr>
+</table>
 
 </li><li>
 Problem: I want to use my AVRISP mkII to program an
@@ -244,6 +276,43 @@
 </table>
 
 </li><li>
+Problem: I want to program an ATtiny4/5/9/10 device using a serial/parallel 
+bitbang programmer.  How to connect the pins?
+
+<p>Solution: Since TPI has only 1 pin for bi-directional data transfer, both 
+<var>MISO</var> and <var>MOSI</var> pins should be connected to the 
<var>TPIDATA</var> pin 
+on the ATtiny device.
+However, a 1K resistor should be placed between the <var>MOSI</var> and 
<var>TPIDATA</var>.
+The <var>MISO</var> pin connects to <var>TPIDATA</var> directly.
+The <var>SCK</var> pin is connected to <var>TPICLK</var>.
+</p>
+<p>In addition, the <var>Vcc</var>, <var>/RESET</var> and <var>GND</var> pins 
should 
+be connected to their respective ports on the ATtiny device.
+</p>
+</li><li>
+Problem: How can I use a FTDI FT232R USB-to-Serial device for bitbang 
programming?
+
+<p>Solution: When connecting the FT232 directly to the pins of the target 
Atmel device, 
+the polarity of the pins defined in the <code>programmer</code> definition 
should be 
+inverted by prefixing a tilde. For example, the <var>dasa</var> programmer 
would 
+look like this when connected via a FT232R device (notice the tildes in 
+front of pins 7, 4, 3 and 8):
+</p>
+<table><tr><td>&nbsp;</td><td><pre class="example">programmer
+  id    = &quot;dasa_ftdi&quot;;
+  desc  = &quot;serial port banging, reset=rts sck=dtr mosi=txd miso=cts&quot;;
+  type  = serbb;
+  reset = ~7;
+  sck   = ~4;
+  mosi  = ~3;
+  miso  = ~8;
+;
+</pre></td></tr></table>
+
+<p>Note that this uses the FT232 device as a normal serial port, not using the 
+FTDI drivers in the special bitbang mode.
+</p>
+</li><li>
 Problem: My ATtiny4/5/9/10 reads out fine, but any attempt to program
 it (through TPI) fails.  Instead, the memory retains the old contents.
 
@@ -263,6 +332,19 @@
 <p>It is said that the AVR Dragon can only program devices from the A4
 Xmega sub-family.
 </p>
+</li><li>
+Problem: when programming with an AVRISPmkII or STK600, AVRDUDE hangs
+when programming files of a certain size (e.g. 246 bytes).  Other
+(larger or smaller) sizes work though.
+
+<p>Solution: This is a bug caused by an incorrect handling of zero-length
+packets (ZLPs) in some versions of the libusb 0.1 API wrapper that ships
+with libusb 1.x in certain Linux distributions.  All Linux systems with
+kernel versions &lt; 2.6.31 and libusb &gt;= 1.0.0 &lt; 1.0.3 are reported to 
be
+affected by this.
+</p>
+<p>See also: <a 
href="http://www.libusb.org/ticket/6";>http://www.libusb.org/ticket/6</a>
+</p>
 </li></ul>
 
 
@@ -278,7 +360,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_3.html 
new/avrdude-html/avrdude_3.html
--- old/avrdude-html/avrdude_3.html     2010-01-19 11:43:31.000000000 +0100
+++ new/avrdude-html/avrdude_3.html     2011-08-27 23:20:08.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -82,7 +82,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_4.html 
new/avrdude-html/avrdude_4.html
--- old/avrdude-html/avrdude_4.html     2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_4.html     2011-08-27 23:20:08.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -106,7 +106,9 @@
 <tr><td width="15%"><code>m164</code></td><td width="30%">ATmega164</td></tr>
 <tr><td width="15%"><code>m164p</code></td><td width="30%">ATmega164P</td></tr>
 <tr><td width="15%"><code>m168</code></td><td width="30%">ATmega168</td></tr>
+<tr><td width="15%"><code>m168p</code></td><td width="30%">ATmega168P</td></tr>
 <tr><td width="15%"><code>m169</code></td><td width="30%">ATmega169</td></tr>
+<tr><td width="15%"><code>m16u2</code></td><td width="30%">ATmega16U2</td></tr>
 <tr><td width="15%"><code>m2560</code></td><td width="30%">ATmega2560 
(**)</td></tr>
 <tr><td width="15%"><code>m2561</code></td><td width="30%">ATmega2561 
(**)</td></tr>
 <tr><td width="15%"><code>m32</code></td><td width="30%">ATmega32</td></tr>
@@ -118,6 +120,7 @@
 <tr><td width="15%"><code>m3290</code></td><td width="30%">ATmega3290</td></tr>
 <tr><td width="15%"><code>m329p</code></td><td width="30%">ATmega329P</td></tr>
 <tr><td width="15%"><code>m3290p</code></td><td 
width="30%">ATmega3290P</td></tr>
+<tr><td width="15%"><code>m32u2</code></td><td width="30%">ATmega32U2</td></tr>
 <tr><td width="15%"><code>m32u4</code></td><td width="30%">ATmega32U4</td></tr>
 <tr><td width="15%"><code>m48</code></td><td width="30%">ATmega48</td></tr>
 <tr><td width="15%"><code>m64</code></td><td width="30%">ATmega64</td></tr>
@@ -132,6 +135,8 @@
 <tr><td width="15%"><code>m8515</code></td><td width="30%">ATmega8515</td></tr>
 <tr><td width="15%"><code>m8535</code></td><td width="30%">ATmega8535</td></tr>
 <tr><td width="15%"><code>m88</code></td><td width="30%">ATmega88</td></tr>
+<tr><td width="15%"><code>m88p</code></td><td width="30%">ATmega88P</td></tr>
+<tr><td width="15%"><code>m8u2</code></td><td width="30%">ATmega8U2</td></tr>
 <tr><td width="15%"><code>pwm2</code></td><td width="30%">AT90PWM2</td></tr>
 <tr><td width="15%"><code>pwm2b</code></td><td width="30%">AT90PWM2B</td></tr>
 <tr><td width="15%"><code>pwm3</code></td><td width="30%">AT90PWM3</td></tr>
@@ -145,6 +150,7 @@
 <tr><td width="15%"><code>t26</code></td><td width="30%">ATtiny26</td></tr>
 <tr><td width="15%"><code>t261</code></td><td width="30%">ATtiny261</td></tr>
 <tr><td width="15%"><code>t4</code></td><td width="30%">ATtiny4</td></tr>
+<tr><td width="15%"><code>t4313</code></td><td width="30%">ATtiny4313</td></tr>
 <tr><td width="15%"><code>t44</code></td><td width="30%">ATtiny44</td></tr>
 <tr><td width="15%"><code>t45</code></td><td width="30%">ATtiny45</td></tr>
 <tr><td width="15%"><code>t461</code></td><td width="30%">ATtiny461</td></tr>
@@ -203,6 +209,8 @@
 parameters to default values when the programming software signs
 off from the ICE, so for MCUs running at lower clock speeds, this
 parameter must be specified on the command-line.
+It can also be set in the configuration file by using the 
&rsquo;default_bitclock&rsquo;
+keyword.
 </p>
 </dd>
 <dt> <code>-c <var>programmer-id</var></code></dt>
@@ -218,6 +226,8 @@
 Currently, the following programmer ids are understood and supported:
 </p>
 <table>
+<tr><td width="20%"><code>2232HIO</code></td><td width="60%">FT2232H based 
generic programmer</td></tr>
+<tr><td width="20%"><code>89isp</code></td><td width="60%">Atmel at89isp 
cable</td></tr>
 <tr><td width="20%"><code>abcmini</code></td><td width="60%">ABCmini Board, 
aka Dick Smith HOTCHIP</td></tr>
 <tr><td width="20%"><code>alf</code></td><td width="60%">Nightshade 
ALF-PgmAVR,<br>
 <a 
href="http://nightshade.homeip.net/";>http://nightshade.homeip.net/</a></td></tr>
@@ -228,6 +238,7 @@
 <tr><td width="20%"><code>avr109</code></td><td width="60%">Atmel AppNote 
AVR109 Boot Loader</td></tr>
 <tr><td width="20%"><code>avr910</code></td><td width="60%">Atmel Low Cost 
Serial Programmer</td></tr>
 <tr><td width="20%"><code>avr911</code></td><td width="60%">Atmel AppNote 
AVR911 AVROSP (an alias for avr109)</td></tr>
+<tr><td width="20%"><code>avrftdi</code></td><td width="60%">FT2232D based 
generic programmer</td></tr>
 <tr><td width="20%"><code>avrisp</code></td><td width="60%">Atmel AVR ISP (an 
alias for stk500)</td></tr>
 <tr><td width="20%"><code>avrisp2</code></td><td width="60%">Atmel AVR ISP 
mkII in ISP mode, in PDI mode for ATxmega devices, or
 in TPI mode for ATtiny4/5/9/10</td></tr>
@@ -291,6 +302,8 @@
 <a 
href="http://www.fischl.de/usbasp/";>http://www.fischl.de/usbasp/</a></td></tr>
 <tr><td width="20%"><code>usbtiny</code></td><td width="60%">USBtiny simple 
USB programmer,<br>
 <a 
href="http://www.ladyada.net/make/usbtinyisp/";>http://www.ladyada.net/make/usbtinyisp/</a></td></tr>
+<tr><td width="20%"><code>wiring</code></td><td width="60%">Wiring board, 
utilizing STK500 V2.x protocol,<br>
+<a href="http://wiring.org.co/";>http://wiring.org.co/</a></td></tr>
 <tr><td width="20%"><code>xil</code></td><td width="60%">Xilinx JTAG 
cable</td></tr>
 </table>
 
@@ -367,6 +380,16 @@
 program exit.
 </p>
 </dd>
+<dt> <code>d_high</code></dt>
+<dd><p>This option will leave the 8 data pins on the parallel port active
+(i. e. high).
+</p>
+</dd>
+<dt> <code>d_low</code></dt>
+<dd><p>This option will leave the 8 data pins on the parallel port inactive
+(i. e. low).
+</p>
+</dd>
 </dl>
 
 <p>Multiple <var>exitspec</var> arguments can be separated with commas.
@@ -449,6 +472,11 @@
 but not on Windows. For more information about AVR-Doper see
 <a 
href="http://www.obdev.at/avrusb/avrdoper.html";>http://www.obdev.at/avrusb/avrdoper.html</a>.
 </p>
+<p>For the USBtinyISP, which is a simplicistic device not implementing
+serial numbers, multiple devices can be distinguished by their
+location in the USB hierarchy.
+See section <a href="avrdude_20.html#Troubleshooting">Troubleshooting</a> for 
examples.
+</p>
 <p>For programmers that attach to a serial port using some kind of
 higher level protocol (as opposed to bit-bang style programmers),
 <var>port</var> can be specified as 
<code>net</code>:<var>host</var>:<var>port</var>.
@@ -687,7 +715,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_5.html 
new/avrdude-html/avrdude_5.html
--- old/avrdude-html/avrdude_5.html     2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_5.html     2011-08-27 23:20:08.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -167,6 +167,19 @@
 </dl>
 
 </dd>
+<dt> <code>Wiring</code></dt>
+<dd>
+<p>When using the Wiring programmer type, the
+following optional extended parameter is accepted:
+</p><dl compact="compact">
+<dt> <code>&lsquo;<samp>snooze=<var>0..32767</var></samp>&rsquo;</code></dt>
+<dd><p>After performing the port open phase, AVRDUDE will wait/snooze for
+<var>snooze</var> milliseconds before continuing to the protocol sync phase.
+No toggling of DTR/RTS is performed if <var>snooze</var> &gt; 0.
+</p></dd>
+</dl>
+
+</dd>
 </dl>
 
 
@@ -181,7 +194,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_6.html 
new/avrdude-html/avrdude_6.html
--- old/avrdude-html/avrdude_6.html     2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_6.html     2011-08-27 23:20:08.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -226,7 +226,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_7.html 
new/avrdude-html/avrdude_7.html
--- old/avrdude-html/avrdude_7.html     2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_7.html     2011-08-27 23:20:08.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -88,7 +88,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_8.html 
new/avrdude-html/avrdude_8.html
--- old/avrdude-html/avrdude_8.html     2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_8.html     2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -184,7 +184,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_9.html 
new/avrdude-html/avrdude_9.html
--- old/avrdude-html/avrdude_9.html     2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_9.html     2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -166,7 +166,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_abt.html 
new/avrdude-html/avrdude_abt.html
--- old/avrdude-html/avrdude_abt.html   2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_abt.html   2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -50,7 +50,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -158,7 +158,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/avrdude-html/avrdude_toc.html 
new/avrdude-html/avrdude_toc.html
--- old/avrdude-html/avrdude_toc.html   2010-01-19 11:43:32.000000000 +0100
+++ new/avrdude-html/avrdude_toc.html   2011-08-27 23:20:09.000000000 +0200
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
 <html>
-<!-- Created on January 19, 2010 by texi2html 1.82
+<!-- Created on August 27, 2011 by texi2html 1.82
 texi2html was written by: 
             Lionel Cons <[email protected]> (original author)
             Karl Berry  <[email protected]>
@@ -133,7 +133,7 @@
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated by <em>Joerg Wunsch</em> on <em>January 19, 
2010</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
+  This document was generated by <em>Joerg Wunsch</em> on <em>August 27, 
2011</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
  </font>
  <br>
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to