-
Notifications
You must be signed in to change notification settings - Fork 3
/
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 <[email protected]>
* switched over to git, look at the changelog there
instead of here.
2007-12-03 David Brownell <[email protected]>
* configure, configure.h.in: autoreconf
* usb.ids: update to current version
* lsusb.c: fix minor layout glitch
2007-11-14 Joe Peterson <[email protected]>
* configure.in, lsusb.c: use AC_C_BIGENDIAN
2007-11-05 David Brownell <[email protected]>
* configure, config.h.in: autoreconf
* usb.ids: update to current version
2007-11-05 Joe Peterson <[email protected]>
* configure.in, lsusb.c: use autotools instead of hard-coded
check for __FreeBSD__.
2007-10-31 Joe Peterson <[email protected]>
* lsusb.c: compile on FreeBSD
2007-10-29 Robin H. Johnson <[email protected]>
* update-usbids.sh: add "-q" (quiet) option for cron jobs;
skip filesystems that are readonly
2007-10-23 David Brownell <[email protected]>
* 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 <[email protected]>
* lsusb.c: Fix the offsets for the video class descriptors.
2007-07-17 David Brownell <[email protected]>
* lsusb.c: use correct endpoint maxpacket mask
2006-12-10 Aurelien Jarno <[email protected]>
* lsusb.c, names.c, Makefile.am, configure.in: gzipped usb.ids
* configure, other autoconf stuff: regenerate
2006-12-10 David Brownell <[email protected]>
* lsusb.c: bugfix GUID printing; byteorder matches rfc 4122
* usb.ids: update to current version
2006-05-03 David Brownell <[email protected]>
* 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 <[email protected]>
* configure.in, lsusb.8: version 0.72
* configure, other autoconf stuff: regenerate
2006-02-18 David Brownell <[email protected]>
* 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 <[email protected]>
* lsusb.c: (HID) prettyprinting of Unit and Unit Exponent Global items
2006-02-13 David Brownell <[email protected]>
* lsusb.c: whitespace fixes
2006-02-06 Laurent Pinchart <[email protected]>
* lsusb.c: update video support, show camera info
2006-02-06 Vojtech Pavlik <[email protected]>
* usb.ids: updated
2006-02-01 David Brownell <[email protected]>
* lsusb.c: allow longer variable length bitfields in hub descriptors;
ignore all clearly-broken hub descriptors
2006-01-17 NIIBE Yutaka <[email protected]>
* 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 <[email protected]>
* lsusb.c: better diagnostics: for invalid CDC descriptors of a
type we know, show that type with the message.
2005-10-21 Laurent Pinchart <[email protected]>
* 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 <[email protected]>
* lsusb.c: dump interface associations
2005-09-26 David Brownell <[email protected]>
* 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 wireles support...)
* usb.ids: update to current version
2005-06-19 Aurelien Jarno <[email protected]>
* lsusb.c: correct dump of CCID supported voltages
2005-05-14 David Brownell <[email protected]>
Label as version 0.71
* usb.ids: update to current version
2005-05-13 Toby Ernst <[email protected]>
* lsusb.c: /proc/bus/usb/BBB/DDD numbers are decimal not octal
* lsusb.8: ditto
2005-04-29 Olaf Hering <[email protected]>
* lsusb.c: fix some compiler warnings
2005-04-14 David Brownell <[email protected]>
* lsusb.c: add some more CDC WHCM dumping, matching a Sony 3G phone
2005-03-28 Aurelien Jarno <[email protected]>
* lsusb.c: disallow decimal product and vendor codes (hex only)
2005-03-05 David Brownell <[email protected]>
* lsusb.c: add basic CDC MDLM dumping, to cope with new CDC
conformance lies from a Zaurus C-860
2005-02-11 Thierry Vignaud <[email protected]>
* usbmodules.8: fix --device /proc/usb/usb/BBB/DDD typo
2005-02-02 David Brownell <[email protected]>
* configure.in: fix typo, recommend libusb 0.1.8 not 1.8
2005-01-30 David Brownell <[email protected]>
Fix some more warnings reported by Aurelian, and configure
gcc for "-W -Wunused" to discourage more from appearing.
2005-01-27 Aurelien Jarno <[email protected]>
Fix "configure --enable-usbmodules" glitch, and remove
some warnings reported by GCC 4.0 (and "gcc -Wall -W").
2005-01-22 David Brownell <[email protected]>
* 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 <[email protected]>
* lsusb.c: handle more descriptors; misplaced comm descriptors
get interpreted; some minor fixes.
* usb.ids: update to current version
2004-12-11 David Brownell <[email protected]>
* update-usbids.sh: add, based on update-pciids.sh
2004-10-20 David Brownell <[email protected]>
* lsusb.c: minor formatting updates; add a warning when those HID
descriptors aren't available.
2004-10-20 Aurelien Jarno <[email protected]>
* lsusb.c: bugfixes for reading HID descriptors
2004-10-15 David Brownell <[email protected]>
* 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 <[email protected]>
Move to CVS at linux-usb.sf.net
Label as version 0.12.
2003-12-06 Aurelien Jarno <[email protected]>
Update Debian with libusb based version.
2003-08-31 David Brownell <[email protected]>
* lsusb.c: (against 0.11) recognize CDC descriptors, USB 2.0 updates,
string handling updates,
2003-??-?? Aurelien Jarno <[email protected]>
Convert to latest libusb, supporting BSD and Darwin.
2002-08-02 Pedro Lopez-Cabanillas <[email protected]>
* lsusb.c: (against 0.10) recognize USB MIDI class specific descriptors.
2000-11-06 Thomas Sailer <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* lsusb.c: Retry usb_control.
1999-12-03 Thomas Sailer <[email protected]>
* lsusb.c: bogus error checks for open calls, reported by Matthew Darm
1999-09-17 Thomas Sailer <[email protected]>
* 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 <[email protected]>
* lsusb.c (dump_audiocontrol_interface): fixed a couple of forgotten printf arguments
1999-09-13 Thomas Sailer <[email protected]>
* Created package