#2695 closed task (fixed)
usbutils 0.73
| Reported by: | willimm | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BOOK | Version: | SVN |
| Severity: | medium | Keywords: | |
| Cc: |
Description
New version. From the Changelog:
2007-10-23 David Brownell <dbrownell@…>
- 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.
- usb.ids: update to current version (with new maintainer)
- configure.in, lsusb.8: version 0.73
2007-08-28 Brandon Philips <brandon@…>
- lsusb.c: Fix the offsets for the video class descriptors.
2007-07-17 David Brownell <dbrownell@…>
- lsusb.c: use correct endpoint maxpacket mask
2006-12-10 Aurelien Jarno <aurelien@…>
- lsusb.c, names.c, Makefile.am, configure.in: gzipped usb.ids
- configure, other autoconf stuff: regenerate
2006-12-10 David Brownell <dbrownell@…>
- lsusb.c: bugfix GUID printing; byteorder matches rfc 4122
- usb.ids: update to current version
2006-05-03 David Brownell <dbrownell@…>
- lsusb.c: handle another cdc descriptor type; endianness fix for config descriptor length and endpoint maxpacket
- usb.ids: update to current version
This update is overdue, this version dates from 2007-10-24. So, what kept you from upgrading this package in 6.3?
Change History (7)
follow-up: 2 comment:1 by , 18 years ago
comment:2 by , 18 years ago
Replying to dj@…:
Replying to willimm:
So, what kept you from upgrading this package in 6.3?
Hey, I got an idea. Why don't you go ahead and build the old lfs-6.3 and follow it up with a full BLFS-6.3. Be absolutely sure not make any changes except for the newer usbutils version, and let us know why it wasn't updated! Now, if I were to venture a guess, it probably had something to do with the fact that they broke every single package that used it on 2006-12-10, but feel free to confirm that.
I was just wondering.
comment:3 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:4 by , 18 years ago
Something similar to pciutils:
sed -e 's|DEST=|&/usr/share/|' \
-e 's@\$DEST$@\$DEST\ncat \$DEST | gzip -9 > \$DEST.gz@' \
-i update-usbids.sh &&
./configure --prefix=/usr &&
make &&
make install &&
install -v -m755 update-usbids.sh /usr/sbin/update-usbids

Replying to willimm:
Hey, I got an idea. Why don't you go ahead and build the old lfs-6.3 and follow it up with a full BLFS-6.3. Be absolutely sure not make any changes except for the newer usbutils version, and let us know why it wasn't updated! Now, if I were to venture a guess, it probably had something to do with the fact that they broke every single package that used it on 2006-12-10, but feel free to confirm that.