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