Tizen 2.1 base
[framework/system/usbutils.git] / ChangeLog
1 2009 Greg Kroah-Hartman <greg@kroah.com>
2         * switched over to git, look at the changelog there
3           instead of here.
4
5 2007-12-03 David Brownell <dbrownell@users.sourceforge.net>
6         * configure, configure.h.in: autoreconf
7         * usb.ids: update to current version
8         * lsusb.c: fix minor layout glitch
9
10 2007-11-14 Joe Peterson <lavajoe@gentoo.org>
11         * configure.in, lsusb.c: use AC_C_BIGENDIAN
12
13 2007-11-05 David Brownell <dbrownell@users.sourceforge.net>
14         * configure, config.h.in: autoreconf
15         * usb.ids: update to current version
16
17 2007-11-05 Joe Peterson <lavajoe@gentoo.org>
18         * configure.in, lsusb.c: use autotools instead of hard-coded
19           check for __FreeBSD__.
20
21 2007-10-31 Joe Peterson <lavajoe@gentoo.org>
22         * lsusb.c: compile on FreeBSD
23
24 2007-10-29 Robin H. Johnson <robbat2@gentoo.org>
25         * update-usbids.sh: add "-q" (quiet) option for cron jobs;
26           skip filesystems that are readonly
27
28 2007-10-23 David Brownell <dbrownell@users.sourceforge.net>
29         * usb.ids: update to current version (with new maintainer)
30         * lsusb.c: Stop hiding unrecognized/misplaced class specific
31           descriptors.  Don't require compressed format for usb.ids
32           files; when an uncompressed one is there (probably installed
33           by hand), prefer it.
34         * Makefile.am: remove broken uninstall code, 2.4-only usbmodules
35         * configure.in, lsusb.8: version 0.73; syntax fix for disble-zlib
36           helpstring
37         * Makefile.in, configure: autoreconf
38
39 2007-08-28 Brandon Philips <brandon@ifup.org>
40         * lsusb.c: Fix the offsets for the video class descriptors.
41
42 2007-07-17 David Brownell <dbrownell@users.sourceforge.net>
43         * lsusb.c: use correct endpoint maxpacket mask
44
45 2006-12-10 Aurelien Jarno <aurelien@aurel32.net> 
46         * lsusb.c, names.c, Makefile.am, configure.in: gzipped usb.ids
47         * configure, other autoconf stuff: regenerate 
48
49 2006-12-10 David Brownell <dbrownell@users.sourceforge.net>
50         * lsusb.c: bugfix GUID printing; byteorder matches rfc 4122 
51         * usb.ids: update to current version
52
53 2006-05-03 David Brownell <dbrownell@users.sourceforge.net>
54         * lsusb.c: handle another cdc descriptor type; endianness fix
55           for config descriptor length and endpoint maxpacket
56         * usb.ids: update to current version
57
58 2006-02-28 David Brownell <dbrownell@users.sourceforge.net>
59         * configure.in, lsusb.8: version 0.72
60         * configure, other autoconf stuff: regenerate 
61
62 2006-02-18 David Brownell <dbrownell@users.sourceforge.net>
63         * usbutils.spec: minor corrections; we still don't use this though.
64         * usbmodules.c, usbmodules.8: obsolete, don't build or distribute
65           it any more.  Any 2.4 based systems should use old usbutils.
66
67 2006-02-13 Bjorn Augustsson <august@chalmers.se>
68         * lsusb.c: (HID) prettyprinting of Unit and Unit Exponent Global items
69
70 2006-02-13 David Brownell <dbrownell@users.sourceforge.net>
71         * lsusb.c: whitespace fixes
72
73 2006-02-06 Laurent Pinchart <laurent.pinchart@skynet.be>
74         * lsusb.c: update video support, show camera info
75
76 2006-02-06 Vojtech Pavlik <vojtech@suse.cz>
77         * usb.ids: updated 
78
79 2006-02-01 David Brownell <dbrownell@users.sourceforge.net>
80         * lsusb.c: allow longer variable length bitfields in hub descriptors;
81           ignore all clearly-broken hub descriptors
82
83 2006-01-17  NIIBE Yutaka  <gniibe@fsij.org>
84         * lsusb.c (dump_hub): Format string fix.
85           (do_hub): Allocate enough space for the hub descriptor.
86           Check return value in different way.
87
88 2005-11-03 David Brownell <dbrownell@users.sourceforge.net>
89         * lsusb.c: better diagnostics: for invalid CDC descriptors of a
90           type we know, show that type with the message.
91
92 2005-10-21 Laurent Pinchart <laurent.pinchart@skynet.be>
93         * lsusb.c: add Video Class support, standard GUID printing
94         * names.c: support video terminal tags
95         * usb.ids: updated with video terminal tags
96
97 2005-10-08 David Brownell <dbrownell@users.sourceforge.net>
98         * lsusb.c: dump interface associations
99
100 2005-09-26 David Brownell <dbrownell@users.sourceforge.net>
101         * lsusb.c: dump device status; start dumping wireless info.  don't
102           yet dump security, BOS, "endpoint companion", or other new
103           descriptors.  (Security can work without wireles support...)
104         * usb.ids: update to current version
105
106 2005-06-19 Aurelien Jarno <aurelien@aurel32.net> 
107         * lsusb.c: correct dump of CCID supported voltages
108
109 2005-05-14 David Brownell <dbrownell@users.sourceforge.net>
110         Label as version 0.71
111         * usb.ids: update to current version
112
113 2005-05-13 Toby Ernst <tee@sgi.com>
114         * lsusb.c: /proc/bus/usb/BBB/DDD numbers are decimal not octal
115         * lsusb.8: ditto
116
117 2005-04-29 Olaf Hering <olh@suse.de>
118         * lsusb.c: fix some compiler warnings
119
120 2005-04-14 David Brownell <dbrownell@users.sourceforge.net>
121         * lsusb.c: add some more CDC WHCM dumping, matching a Sony 3G phone
122
123 2005-03-28 Aurelien Jarno <aurelien@aurel32.net> 
124         * lsusb.c: disallow decimal product and vendor codes (hex only)
125
126 2005-03-05 David Brownell <dbrownell@users.sourceforge.net>
127         * lsusb.c: add basic CDC MDLM dumping, to cope with new CDC
128           conformance lies from a Zaurus C-860
129
130 2005-02-11 Thierry Vignaud <tvignaud@mandrakesoft.com>
131         * usbmodules.8: fix --device /proc/usb/usb/BBB/DDD typo
132
133 2005-02-02 David Brownell <dbrownell@users.sourceforge.net>
134         * configure.in: fix typo, recommend libusb 0.1.8 not 1.8
135
136 2005-01-30 David Brownell <dbrownell@users.sourceforge.net>
137         Fix some more warnings reported by Aurelian, and configure
138         gcc for "-W -Wunused" to discourage more from appearing.
139
140 2005-01-27 Aurelien Jarno <aurelien@aurel32.net> 
141         Fix "configure --enable-usbmodules" glitch, and remove
142         some warnings reported by GCC 4.0 (and "gcc -Wall -W").
143
144 2005-01-22 David Brownell <dbrownell@users.sourceforge.net>
145         * lsusb.c:  for hubs, dump port status.
146         * AUTHORS, NEWS, README, lsusb.8:  update/correct
147         * configure.in, Makefile.am: bumped version, use more current
148           autotools, disable usbmodules by default.
149
150 2005-01-05 David Brownell <dbrownell@users.sourceforge.net>
151         * lsusb.c:  handle more descriptors; misplaced comm descriptors
152           get interpreted; some minor fixes.
153         * usb.ids: update to current version
154
155 2004-12-11 David Brownell <dbrownell@users.sourceforge.net>
156         * update-usbids.sh:  add, based on update-pciids.sh
157
158 2004-10-20 David Brownell <dbrownell@users.sourceforge.net>
159         * lsusb.c: minor formatting updates; add a warning when those HID
160           descriptors aren't available.
161
162 2004-10-20 Aurelien Jarno <aurelien@aurel32.net> 
163         * lsusb.c: bugfixes for reading HID descriptors
164
165 2004-10-15 David Brownell <dbrownell@users.sourceforge.net>
166         * lsusb.c: USB 2.0 updates for dual-speed and OTG devices, hubs.
167           Display all descriptors in the right sequence, and dump ones
168           we don't (yet) recognize.  Minor cleanups.
169         * usb.ids: update to current version
170
171 2004-02-20 Thomas Sailer  <sailer@eldrich.ee.ethz.ch>
172         Move to CVS at linux-usb.sf.net
173         Label as version 0.12.
174
175 2003-12-06 Aurelien Jarno <aurelien@aurel32.net> 
176         Update Debian with libusb based version.
177
178 2003-08-31 David Brownell <dbrownell@users.sourceforge.net>
179         * lsusb.c: (against 0.11) recognize CDC descriptors, USB 2.0 updates,
180           string handling updates, 
181
182 2003-??-??  Aurelien Jarno <aurelien@aurel32.net> 
183         Convert to latest libusb, supporting BSD and Darwin.
184
185 2002-08-02 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net>
186         * lsusb.c: (against 0.10) recognize USB MIDI class specific descriptors.
187
188 2000-11-06  Thomas Sailer  <sailer@eldrich.ee.ethz.ch>
189
190         * names.c, lsusb.c: Fixup of Gunther Mayer's patch; do not export
191         internal storage arch out of names.h; formatting beautification;
192         fixed several memory leaks and scribbles
193
194 2000-11-05  Gunther Mayer <Gunther.Mayer@t-online.de>
195         * lsusb.c: Hub Descriptor decode
196         * usb.std: New
197         * lsusb.c: HID Report Descriptor decode
198         * lsusb.c: String Descriptors w/ LANGID, assume Unicode-ASCII for the moment
199
200 2000-11-03  Adam J. Richter  <adam@yggdrasil.com>
201
202         * lsusb.c: Retry usb_control.
203
204 1999-12-03  Thomas Sailer  <sailer@spaceballs.ee.ethz.ch>
205
206         * lsusb.c: bogus error checks for open calls, reported by Matthew Darm
207
208 1999-09-17  Thomas Sailer  <sailer@ife.ee.ethz.ch>
209
210         * configure.in: bumped version number.
211
212         * usbutils.spec: likewise.
213
214         * names.c: added parsing routines for terminal types to be listed in usb.ids
215
216         * names.h: likewise.
217
218         * lsusb.c (dump_audiocontrol_interface): likewise.
219
220 1999-09-16  Thomas Sailer  <sailer@ife.ee.ethz.ch>
221
222         * lsusb.c (dump_audiocontrol_interface): fixed a couple of forgotten printf arguments
223
224 1999-09-13  Thomas Sailer  <sailer@ife.ee.ethz.ch>
225
226         * Created package
227