summaryrefslogtreecommitdiff
path: root/ecos/packages/io/usb/serial/slave/current/ChangeLog
blob: 7bc063b2f8f2ffb6c0ce11630a3a4df21667baf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2010-10-27  John Dallaway  <john@dallaway.org.uk>

	* cdl/usb_serial.cdl: Place static endpoint struct options in a CDL
	component.
	* src/usbs_serial.c: Use usbs_get_[tr]x_endpoint() when static
	endpoint structs are disabled. [ Bugzilla 1001024 ]
	* tests/usbserial_echo.c, tests/usb2serial.c: Eliminate inclusion of
	the AT91 USB slave driver header file.
	* doc/usbs_serial.sgml: Mention the new static endpoint struct CDL
	component.

2009-11-13  John Dallaway  <john@dallaway.org.uk>

	* cdl/usb_serial.cdl: Specify test executable names for compatibility
	with the eCos Configuration Tool.

2008-11-03  Gabor Toeroek <tgabor84@gmail.com>

	* cdl/usbs_serial.cdl: Fix typo introduced by Andrew Lunn in the
	previous patch when CYGBLD_IO_USB_SLAVE_SERIAL_BUSPOWERED as
	renamed CYGOPT_IO_USB_SLAVE_SERIAL_BUSPOWERED.

2008-11-03  Gabor Toeroek <tgabor84@gmail.com>

	* cdl/usbs_serial.cdl:
	* src/usbs_serial.c (usb_configuration): Add to enumeration if the
	device is bus powered or self powered, and what power it will
	draw.

2008-08-09  Frank Pagliughi <fpagliughi@mindspring.com>

	* host/linux/ecos_usbserial.c (ecos_usbserial_probe): fix compiling
	on older kernels.

2008-07-13  Andrew Lunn  <andrew.lunn@ascom.ch>

	* host/linux/ecos_usbserial.c (ecos_usbserial_probe): new probe
	function so that we ignore the ACM interface, otherwise we end up
	with a useless /dev/ttyUSB device. Also allow to compile with
	kernel 2.6.26-rc9.
	
2008-07-12  Frank Pagliughi <fpagliughi@mindspring.com>

	* Generic USB Serial package created.  
  	  Some files were rearranged during the import and the Documentation
	  written Andrew Lunn.

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.                        
//
// This program is free software; you can redistribute it and/or modify     
// it under the terms of the GNU General Public License as published by     
// the Free Software Foundation; either version 2 or (at your option) any   
// later version.                                                           
//
// This program is distributed in the hope that it will be useful, but      
// WITHOUT ANY WARRANTY; without even the implied warranty of               
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
// General Public License for more details.                                 
//
// You should have received a copy of the GNU General Public License        
// along with this program; if not, write to the                            
// Free Software Foundation, Inc., 51 Franklin Street,                      
// Fifth Floor, Boston, MA  02110-1301, USA.                                
// -------------------------------------------                              
// ####GPLCOPYRIGHTEND####                                                  
//===========================================================================