From 3ffa7543a05761a0c69144c9b66196b08d8f1249 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 21 Sep 2009 10:49:06 +0000 Subject: Finish initial draft of the Host Mode HID Class driver. Add new MouseHostWithParser and KeyboardHostWithParser Host Class driver demos. --- Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c | 2 +- Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h | 2 +- Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c | 2 +- Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Demos/Device/ClassDriver/MassStorageKeyboard') diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c index fb24e56f9..284039c07 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c @@ -8,7 +8,7 @@ /* Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com) - Copyright 2009 Matthias Hullin (matthias [at] hullin [dot] net) + Copyright 2009 Matthias Hullin (lufa [at] matthias [dot] hullin [dot] net) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h index 1605878e1..31cfe9f70 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h @@ -8,7 +8,7 @@ /* Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com) - Copyright 2009 Matthias Hullin (matthias [at] hullin [dot] net) + Copyright 2009 Matthias Hullin (lufa [at] matthias [dot] hullin [dot] net) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c index 9b22f1108..fc7d136f0 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c @@ -8,7 +8,7 @@ /* Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com) - Copyright 2009 Matthias Hullin (matthias [at] hullin [dot] net) + Copyright 2009 Matthias Hullin (lufa [at] matthias [dot] hullin [dot] net) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h index 7334aca4e..3ca03f105 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.h @@ -8,7 +8,7 @@ /* Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com) - Copyright 2009 Matthias Hullin (matthias [at] hullin [dot] net) + Copyright 2009 Matthias Hullin (lufa [at] matthias [dot] hullin [dot] net) Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby -- cgit v1.2.3