diff --git a/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c b/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
index 3a8312d853f2caec188a98d03f8a0400750e43a3..7b7f5d61f74da47c54dcd5c727947d73c45a0c25 100644
--- a/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
+++ b/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
@@ -29,7 +29,7 @@
 */
 
 #define  __INCLUDE_FROM_SERIAL_C
-#include "Serial.h"
+#include "../Serial.h"
 
 FILE USARTSerialStream;
 
diff --git a/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c b/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
index b5f258dd3c82dcefb6a15960dbb5236f52e94ba5..edfc9865cf95b907dbbca943984a8116460a39c6 100644
--- a/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
+++ b/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
@@ -6,7 +6,7 @@
 */
 
 #define  __INCLUDE_FROM_TWI_C
-#include "TWI.h"
+#include "../TWI.h"
 
 uint8_t TWI_StartTransmission(const uint8_t SlaveAddress,
                               const uint8_t TimeoutMS)
diff --git a/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h b/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
index e0fee630b09cf9faf880dd23b92d6bfaf39e539f..dcafe63b56366188bd14faa057d820bcb68a8b1e 100644
--- a/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
+++ b/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
@@ -29,7 +29,7 @@
 */
 
 /** \file
- *  \brief USB Endpoint definitions for the UC3B microcontrollers.
+ *  \brief USB Endpoint definitions for the AVR32 UC3B microcontrollers.
  *  \copydetails Group_EndpointManagement_UC3B
  *
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver
diff --git a/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h b/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
index 92ec38a28ad2d28130a52b48d42256a2de5dbfad..b4d79acca9e8559668ecea7a020b0ae65deccc9b 100644
--- a/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
+++ b/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
@@ -29,7 +29,7 @@
 */
 
 /** \file
- *  \brief USB OTG definitions for the UC3B microcontrollers.
+ *  \brief USB OTG definitions for the AVR32 UC3B microcontrollers.
  *  \copydetails Group_OTG_UC3B
  *
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver
@@ -38,7 +38,7 @@
 
 /** \ingroup Group_OTG
  *  \defgroup Group_OTG_UC3B USB On The Go (OTG) Management (UC3B)
- *  \brief USB OTG definitions for the UC3B microcontrollers.
+ *  \brief USB OTG definitions for the AVR32 UC3B microcontrollers.
  *
  *  Architecture specific USB OTG definitions for the Atmel 32-bit AVR UC3B microcontrollers.
  *
diff --git a/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h b/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
index 9b24c5c84bfbe2f0fa9cb9709be9aaaac6365f16..eeeb1692e595270565bd3d6511c1f839747cb3ec 100644
--- a/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
+++ b/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
@@ -29,7 +29,7 @@
 */
 
 /** \file
- *  \brief USB Pipe definitions for the UC3B microcontrollers.
+ *  \brief USB Pipe definitions for the AVR32 UC3B microcontrollers.
  *  \copydetails Group_PipeManagement_UC3B
  *
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver