1 |
786 |
skrzyp |
2010-10-27 John Dallaway
|
2 |
|
|
|
3 |
|
|
* cdl/usb_serial.cdl: Place static endpoint struct options in a CDL
|
4 |
|
|
component.
|
5 |
|
|
* src/usbs_serial.c: Use usbs_get_[tr]x_endpoint() when static
|
6 |
|
|
endpoint structs are disabled. [ Bugzilla 1001024 ]
|
7 |
|
|
* tests/usbserial_echo.c, tests/usb2serial.c: Eliminate inclusion of
|
8 |
|
|
the AT91 USB slave driver header file.
|
9 |
|
|
* doc/usbs_serial.sgml: Mention the new static endpoint struct CDL
|
10 |
|
|
component.
|
11 |
|
|
|
12 |
|
|
2009-11-13 John Dallaway
|
13 |
|
|
|
14 |
|
|
* cdl/usb_serial.cdl: Specify test executable names for compatibility
|
15 |
|
|
with the eCos Configuration Tool.
|
16 |
|
|
|
17 |
|
|
2008-11-03 Gabor Toeroek
|
18 |
|
|
|
19 |
|
|
* cdl/usbs_serial.cdl: Fix typo introduced by Andrew Lunn in the
|
20 |
|
|
previous patch when CYGBLD_IO_USB_SLAVE_SERIAL_BUSPOWERED as
|
21 |
|
|
renamed CYGOPT_IO_USB_SLAVE_SERIAL_BUSPOWERED.
|
22 |
|
|
|
23 |
|
|
2008-11-03 Gabor Toeroek
|
24 |
|
|
|
25 |
|
|
* cdl/usbs_serial.cdl:
|
26 |
|
|
* src/usbs_serial.c (usb_configuration): Add to enumeration if the
|
27 |
|
|
device is bus powered or self powered, and what power it will
|
28 |
|
|
draw.
|
29 |
|
|
|
30 |
|
|
2008-08-09 Frank Pagliughi
|
31 |
|
|
|
32 |
|
|
* host/linux/ecos_usbserial.c (ecos_usbserial_probe): fix compiling
|
33 |
|
|
on older kernels.
|
34 |
|
|
|
35 |
|
|
2008-07-13 Andrew Lunn
|
36 |
|
|
|
37 |
|
|
* host/linux/ecos_usbserial.c (ecos_usbserial_probe): new probe
|
38 |
|
|
function so that we ignore the ACM interface, otherwise we end up
|
39 |
|
|
with a useless /dev/ttyUSB device. Also allow to compile with
|
40 |
|
|
kernel 2.6.26-rc9.
|
41 |
|
|
|
42 |
|
|
2008-07-12 Frank Pagliughi
|
43 |
|
|
|
44 |
|
|
* Generic USB Serial package created.
|
45 |
|
|
Some files were rearranged during the import and the Documentation
|
46 |
|
|
written Andrew Lunn.
|
47 |
|
|
|
48 |
|
|
//===========================================================================
|
49 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
50 |
|
|
// -------------------------------------------
|
51 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
52 |
|
|
// Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
|
53 |
|
|
//
|
54 |
|
|
// This program is free software; you can redistribute it and/or modify
|
55 |
|
|
// it under the terms of the GNU General Public License as published by
|
56 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
57 |
|
|
// later version.
|
58 |
|
|
//
|
59 |
|
|
// This program is distributed in the hope that it will be useful, but
|
60 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
61 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
62 |
|
|
// General Public License for more details.
|
63 |
|
|
//
|
64 |
|
|
// You should have received a copy of the GNU General Public License
|
65 |
|
|
// along with this program; if not, write to the
|
66 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
67 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
68 |
|
|
// -------------------------------------------
|
69 |
|
|
// ####GPLCOPYRIGHTEND####
|
70 |
|
|
//===========================================================================
|