public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* usbutils 006 release
@ 2012-07-06 20:35 Greg KH
  2012-07-09 15:22 ` Alan Stern
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2012-07-06 20:35 UTC (permalink / raw)
  To: linux-usb; +Cc: linux-kernel

Here's the 006 release of usbutils.

Some USB 3.0 updates, a new usb.ids file update, and a number of other
fixes and updates for annoying problems that people had reported.  Full
shortlog information is below if people are curious.

The package can be downladed from kernel.org:
        http://www.kernel.org/pub/linux/utils/usb/usbutils/

We've switched over to using git for development now, which makes things
much easier than the old cvs tree.  The tree can be found on both
kernel.org and github.com if you want to fork it and send us changes
easier:
	http://git.kernel.org/?p=linux/kernel/git/gregkh/usbutils.git
	http://github.com/gregkh/usbutils/tree/master

thanks,

greg k-h

-----------

Aurelien Jarno (1):
      usb-devices(1): fix a typo

Diego Elio Pettenò (1):
      build: add a --disable-usbids option to avoid installing usb.ids

Greg Kroah-Hartman (8):
      update usbhid-dump to 1.3
      Merge branch 'master' of github.com:gregkh/usbutils
      Merge pull request #8 from Flameeyes/master
      Merge pull request #7 from veltzer/master
      Merge pull request #10 from rogerable/master
      lsusb.c: remove unused variables and the unused -x command line option
      Make 'lsusb -t' use the correct device class string names
      Update usb.ids file with latest version.

Lukas Nykryn (7):
      Possible buffer overflow when using SYSFS_STR
      Reading 26 item in array with size 12.
      Using uninitialized value as index
      Possible resource leak
      Wrong shifting of bmMPEGFeatures byte
      Buffer overun
      lsusb-t: don't show error when driver link is missing

Mark Veltzer (1):
      --tree, --help, and better build documentation

Nikolai Kondrashov (1):
      Update usbhid-dump to complete 1.3 release

Roger Tseng (1):
      Option -V(version) doesn't require an argument.

Sarah Sharp (3):
      usbutils: Dump BOS descriptor for USB 2.01 devices.
      lsusb: Show USB 3.0 U1, U2, and LTM status.
      lsusb: Fix LTM capabilities reporting.

Thierry Vignaud (3):
      set arrays to NULL when freeing them.
      simplify get_string()
      make treedump() work if the database isn't there.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: usbutils 006 release
  2012-07-06 20:35 usbutils 006 release Greg KH
@ 2012-07-09 15:22 ` Alan Stern
  2013-06-06 23:28   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Stern @ 2012-07-09 15:22 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-usb, linux-kernel

On Fri, 6 Jul 2012, Greg KH wrote:

> Here's the 006 release of usbutils.
> 
> Some USB 3.0 updates, a new usb.ids file update, and a number of other
> fixes and updates for annoying problems that people had reported.  Full
> shortlog information is below if people are curious.
> 
> The package can be downladed from kernel.org:
>         http://www.kernel.org/pub/linux/utils/usb/usbutils/
> 
> We've switched over to using git for development now, which makes things
> much easier than the old cvs tree.  The tree can be found on both
> kernel.org and github.com if you want to fork it and send us changes
> easier:
> 	http://git.kernel.org/?p=linux/kernel/git/gregkh/usbutils.git

This link doesn't work for me.  Are you sure the repository is 
installed at git.kernel.org?

> 	http://github.com/gregkh/usbutils/tree/master

Alan Stern


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: usbutils 006 release
  2012-07-09 15:22 ` Alan Stern
@ 2013-06-06 23:28   ` Greg KH
  2013-06-07 14:19     ` Alan Stern
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2013-06-06 23:28 UTC (permalink / raw)
  To: Alan Stern; +Cc: linux-usb, linux-kernel

On Mon, Jul 09, 2012 at 11:22:22AM -0400, Alan Stern wrote:
> On Fri, 6 Jul 2012, Greg KH wrote:
> 
> > Here's the 006 release of usbutils.
> > 
> > Some USB 3.0 updates, a new usb.ids file update, and a number of other
> > fixes and updates for annoying problems that people had reported.  Full
> > shortlog information is below if people are curious.
> > 
> > The package can be downladed from kernel.org:
> >         http://www.kernel.org/pub/linux/utils/usb/usbutils/
> > 
> > We've switched over to using git for development now, which makes things
> > much easier than the old cvs tree.  The tree can be found on both
> > kernel.org and github.com if you want to fork it and send us changes
> > easier:
> > 	http://git.kernel.org/?p=linux/kernel/git/gregkh/usbutils.git
> 
> This link doesn't work for me.  Are you sure the repository is 
> installed at git.kernel.org?

It wasn't, sorry, I've pushed it there now, and should show up in a few
hours.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: usbutils 006 release
  2013-06-06 23:28   ` Greg KH
@ 2013-06-07 14:19     ` Alan Stern
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Stern @ 2013-06-07 14:19 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-usb, linux-kernel

On Thu, 6 Jun 2013, Greg KH wrote:

> On Mon, Jul 09, 2012 at 11:22:22AM -0400, Alan Stern wrote:
> > On Fri, 6 Jul 2012, Greg KH wrote:
> > 
> > > Here's the 006 release of usbutils.
> > > 
> > > Some USB 3.0 updates, a new usb.ids file update, and a number of other
> > > fixes and updates for annoying problems that people had reported.  Full
> > > shortlog information is below if people are curious.
> > > 
> > > The package can be downladed from kernel.org:
> > >         http://www.kernel.org/pub/linux/utils/usb/usbutils/
> > > 
> > > We've switched over to using git for development now, which makes things
> > > much easier than the old cvs tree.  The tree can be found on both
> > > kernel.org and github.com if you want to fork it and send us changes
> > > easier:
> > > 	http://git.kernel.org/?p=linux/kernel/git/gregkh/usbutils.git
> > 
> > This link doesn't work for me.  Are you sure the repository is 
> > installed at git.kernel.org?
> 
> It wasn't, sorry, I've pushed it there now, and should show up in a few
> hours.

A mere eleven months late...  :-)

Alan Stern


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-07 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06 20:35 usbutils 006 release Greg KH
2012-07-09 15:22 ` Alan Stern
2013-06-06 23:28   ` Greg KH
2013-06-07 14:19     ` Alan Stern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox