From ab3de47420c76a98cafedb15f7ceae51fbf2e8ba Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Fri, 27 Mar 2009 08:23:33 +0000
Subject: [PATCH] AVRISP Programmer code is no longer in the LUFA mainline,
 remove it's PID allocation.

---
 LUFA/ChangeLog.txt       | 1 -
 LUFA/VIDAndPIDValues.txt | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index e8dbba029..07847baf1 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -8,7 +8,6 @@
   *
   *  \section Sec_ChangeLogXXXXXX Version XXXXXX
   *
-  *  - Changed AVRISP Programmer descriptors to use a newly allocated 0x204F PID value
   *  - Fixed MagStripe project configuration descriptor containing an unused (blank) endpoint descriptor
   *  - Incorporated makefile changes by Denver Gingerich to retain compatibility with stock (non-WinAVR) AVR-GCC installations
   *  - Fixed makefile EEPROM programming targets programming FLASH data in addition to EEPROM data
diff --git a/LUFA/VIDAndPIDValues.txt b/LUFA/VIDAndPIDValues.txt
index 429bc2bbf..04a6060c9 100644
--- a/LUFA/VIDAndPIDValues.txt
+++ b/LUFA/VIDAndPIDValues.txt
@@ -216,7 +216,7 @@
  *     0x204F
  *    </td>
  *    <td>
- *     AVRISP Programmer Project
+ *     ** Not Currently Allocated **
  *    </td>
  *   </tr>
  *
-- 
GitLab