Author: [email protected]
Date: Sun Mar 15 17:34:37 2009
New Revision: 855
Modified:
trunk/include/peripheral/usb/usb_cdc_test_config.jal
trunk/include/peripheral/usb/usb_defs.jal
trunk/include/peripheral/usb/usb_drv_cdc_class.jal
trunk/include/peripheral/usb/usb_drv_core.jal
trunk/include/peripheral/usb/usb_hid_generic_config.jal
trunk/include/peripheral/usb/usb_hid_keyboard_config.jal
trunk/include/peripheral/usb/usb_hid_mouse_config.jal
Log:
fixed compiler note in usb related files, fixed validation errors in
keyboard and generic HID files
Modified: trunk/include/peripheral/usb/usb_cdc_test_config.jal
==============================================================================
--- trunk/include/peripheral/usb/usb_cdc_test_config.jal (original)
+++ trunk/include/peripheral/usb/usb_cdc_test_config.jal Sun Mar 15
17:34:37 2009
@@ -1,7 +1,7 @@
-- Title: USB Communication Device Class Descriptor constants
-- Author: Albert Faber, Copyright (c) 2008..2009, all rights reserved.
-- Adapted-by: -
--- Compiler: >=2.4i
+-- Compiler: >=2.4j
--
-- This file is part of jallib (http://jallib.googlecode.com)
-- Released under the BSD license
(http://www.opensource.org/licenses/bsd-license.php)
@@ -11,7 +11,7 @@
--
-- Sources: http://www.usb.org for USB specifications
--
--- Notes: not sure about the compiler version
+-- Notes:
--
-- ------------------------------------------------------
-- ------------------------------------------------------
Modified: trunk/include/peripheral/usb/usb_defs.jal
==============================================================================
--- trunk/include/peripheral/usb/usb_defs.jal (original)
+++ trunk/include/peripheral/usb/usb_defs.jal Sun Mar 15 17:34:37 2009
@@ -1,7 +1,7 @@
-- Title: USB constant definitions
-- Author: Albert Faber, Copyright (c) 2008..2009, all rights reserved.
-- Adapted-by: -
--- Compiler: >=2.4i
+-- Compiler: >=2.4j
--
-- This file is part of jallib (http://jallib.googlecode.com)
-- Released under the BSD license
(http://www.opensource.org/licenses/bsd-license.php)
@@ -11,7 +11,7 @@
--
-- Sources: http://www.usb.org for USB specifications
--
--- Notes: not sure about the compiler version
+-- Notes:
--
-- ------------------------------------------------------
-- ------------------------------------------------------
Modified: trunk/include/peripheral/usb/usb_drv_cdc_class.jal
==============================================================================
--- trunk/include/peripheral/usb/usb_drv_cdc_class.jal (original)
+++ trunk/include/peripheral/usb/usb_drv_cdc_class.jal Sun Mar 15 17:34:37
2009
@@ -1,7 +1,7 @@
-- Title: USB Communication Device Class driver
-- Author: Albert Faber, Copyright (c) 2008..2009, all rights reserved.
-- Adapted-by: -
--- Compiler: >=2.4i
+-- Compiler: >=2.4j
--
-- This file is part of jallib (http://jallib.googlecode.com)
-- Released under the BSD license
(http://www.opensource.org/licenses/bsd-license.php)
@@ -11,7 +11,7 @@
--
-- Sources: http://www.usb.org for USB specifications
--
--- Notes: not sure about the compiler version
+-- Notes:
--
-- ------------------------------------------------------
-- ------------------------------------------------------
Modified: trunk/include/peripheral/usb/usb_drv_core.jal
==============================================================================
--- trunk/include/peripheral/usb/usb_drv_core.jal (original)
+++ trunk/include/peripheral/usb/usb_drv_core.jal Sun Mar 15 17:34:37 2009
@@ -1,7 +1,7 @@
-- Title: USB driver library
-- Author: Albert Faber, Copyright (c) 2008..2009, all rights reserved.
-- Adapted-by: -
--- Compiler: >=2.4i
+-- Compiler: >=2.4j
--
-- This file is part of jallib (http://jallib.googlecode.com)
-- Released under the BSD license
(http://www.opensource.org/licenses/bsd-license.php)
@@ -12,7 +12,7 @@
--
-- Sources: http://www.usb.org for USB specifications
--
--- Notes: not sure about the compiler version
+-- Notes:
--
-- ------------------------------------------------------
-- ------------------------------------------------------
Modified: trunk/include/peripheral/usb/usb_hid_generic_config.jal
==============================================================================
--- trunk/include/peripheral/usb/usb_hid_generic_config.jal (original)
+++ trunk/include/peripheral/usb/usb_hid_generic_config.jal Sun Mar 15
17:34:37 2009
@@ -3,15 +3,15 @@
-- Adapted-by: -
-- Compiler: >=2.4j
--
--- This file is part of jallib (http:--jallib.googlecode.com)
--- Released under the BSD license
(http:--www.opensource.org/licenses/bsd-license.php)
+-- This file is part of jallib (http://jallib.googlecode.com)
+-- Released under the BSD license
(http://www.opensource.org/licenses/bsd-license.php)
--
-- Description: Constants for configuring the USB device
-- --
--
-- Sources: http:--www.usb.org for USB specifications
--
--- Notes: not sure about the compiler version
+-- Notes:
--
-- ------------------------------------------------------
-- ------------------------------------------------------
Modified: trunk/include/peripheral/usb/usb_hid_keyboard_config.jal
==============================================================================
--- trunk/include/peripheral/usb/usb_hid_keyboard_config.jal (original)
+++ trunk/include/peripheral/usb/usb_hid_keyboard_config.jal Sun Mar 15
17:34:37 2009
@@ -1,17 +1,17 @@
-- Title: USB Communication HID Device descriptor constants
-- Author: Albert Faber, Copyright (c) 2008..2009, all rights reserved.
-- Adapted-by: -
--- Compiler: >=2.4i
+-- Compiler: >=2.4j
--
--- This file is part of jallib (http:--jallib.googlecode.com)
--- Released under the BSD license
(http:--www.opensource.org/licenses/bsd-license.php)
+-- This file is part of jallib (http://jallib.googlecode.com)
+-- Released under the BSD license
(http://www.opensource.org/licenses/bsd-license.php)
--
-- Description: Constants for configuring the USB device
-- --
--
-- Sources: http:--www.usb.org for USB specifications
--
--- Notes: not sure about the compiler version
+-- Notes:
--
-- ------------------------------------------------------
-- ------------------------------------------------------
Modified: trunk/include/peripheral/usb/usb_hid_mouse_config.jal
==============================================================================
--- trunk/include/peripheral/usb/usb_hid_mouse_config.jal (original)
+++ trunk/include/peripheral/usb/usb_hid_mouse_config.jal Sun Mar 15
17:34:37 2009
@@ -1,7 +1,7 @@
-- Title: USB Communication HID Device descriptor constants
-- Author: Albert Faber, Copyright (c) 2008..2009, all rights reserved.
-- Adapted-by: -
--- Compiler: >=2.4i
+-- Compiler: >=2.4j
--
-- This file is part of jallib (http://jallib.googlecode.com)
-- Released under the BSD license
(http://www.opensource.org/licenses/bsd-license.php)
@@ -11,7 +11,7 @@
--
-- Sources: http://www.usb.org for USB specifications
--
--- Notes: not sure about the compiler version
+-- Notes:
--
-- ------------------------------------------------------
-- ------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---