diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-19 10:53:14 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-19 10:53:14 +0000 |
commit | d92e9133d392fe9abfde27b60b27b24f3b142fc3 (patch) | |
tree | f35522ea3de40eba6faf610426cd18ec3474ae39 /Demos/Device | |
parent | fc8e4837a936bb1b4bd19bdd54660878b3efe02c (diff) | |
download | lufa-d92e9133d392fe9abfde27b60b27b24f3b142fc3.tar.gz lufa-d92e9133d392fe9abfde27b60b27b24f3b142fc3.tar.bz2 lufa-d92e9133d392fe9abfde27b60b27b24f3b142fc3.zip |
Make bluetooth SDP code correctly unpack the search UUIDs and parameters.
Minor documentation improvements.
Diffstat (limited to 'Demos/Device')
-rw-r--r-- | Demos/Device/ClassDriver/Keyboard/Keyboard.c | 3 | ||||
-rw-r--r-- | Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c | 1 | ||||
-rw-r--r-- | Demos/Device/LowLevel/Keyboard/Keyboard.c | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/Demos/Device/ClassDriver/Keyboard/Keyboard.c b/Demos/Device/ClassDriver/Keyboard/Keyboard.c index db30ac579..ea4fbf819 100644 --- a/Demos/Device/ClassDriver/Keyboard/Keyboard.c +++ b/Demos/Device/ClassDriver/Keyboard/Keyboard.c @@ -7,8 +7,7 @@ */
/*
- Copyright 2010 Denver Gingerich (denver [at] ossguy [dot] com)
- Based on code by Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
diff --git a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c index 1c01730b0..1f87a7a6b 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c +++ b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c @@ -8,7 +8,6 @@ /*
Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
- Copyright 2010 Denver Gingerich (denver [at] ossguy [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
diff --git a/Demos/Device/LowLevel/Keyboard/Keyboard.c b/Demos/Device/LowLevel/Keyboard/Keyboard.c index 9ce4eb9ed..fd7e63e2b 100644 --- a/Demos/Device/LowLevel/Keyboard/Keyboard.c +++ b/Demos/Device/LowLevel/Keyboard/Keyboard.c @@ -7,8 +7,8 @@ */
/*
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Copyright 2010 Denver Gingerich (denver [at] ossguy [dot] com)
- Based on code by Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
|