From 7d3a6511e3d72ba43210fa159e1ca7e0beebd17f Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 4 Nov 2008 11:02:32 +0000 Subject: [PATCH] bug #24589: AT90USB64* have wrong signature Uncomment the correct, and delete the wrong signature for AT90USB646/647. Alas, the datasheet has never been corrected for years. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@782 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 7 +++++++ avrdude.conf.in | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e04ca7a..a12f8703 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-04 Joerg Wunsch + + bug #24589: AT90USB64* have wrong signature + * avrdude.conf.in: Uncomment the correct, and delete the wrong + signature for AT90USB646/647. Alas, the datasheet has never been + corrected for years. + 2008-10-31 Joerg Wunsch * jtagmkII.c: Fix a serious memory corruption that happened when diff --git a/avrdude.conf.in b/avrdude.conf.in index 8b879ebb..47d12e35 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -11008,8 +11008,7 @@ part part id = "usb646"; desc = "AT90USB646"; -# signature = 0x1e 0x96 0x82; ? - signature = 0x1e 0x97 0x82; + signature = 0x1e 0x96 0x82; ? has_jtag = yes; # stk500_devcode = 0xB2; # avr910_devcode = 0x43; @@ -11198,8 +11197,7 @@ part part id = "usb647"; desc = "AT90USB647"; -# signature = 0x1e 0x96 0x82; ? - signature = 0x1e 0x97 0x82; + signature = 0x1e 0x96 0x82; ? has_jtag = yes; # stk500_devcode = 0xB2; # avr910_devcode = 0x43;