lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 22 Feb 2012 12:53:37 -0800
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PATCH] USB bug fixes for 3.3-rc4

The following changes since commit fe250923bbbbcbccc9aa7b84d05ee7a060450534:

  Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2012-02-09 13:50:54 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ usb-3.3-rc4

for you to fetch changes up to c6c1e4491dc8d1ed2509fa6aacffa7f34614fc38:

  USB: Added Kamstrup VID/PIDs to cp210x serial driver. (2012-02-21 16:29:15 -0800)

----------------------------------------------------------------
USB bugfixes for 3.3-rc4

A number of new device ids, and a cleanup/fix for some of the option
device ids that shouldn't have been added in the first place.

There's also a few USB 3 fixes for problems that people have reported,
and a usb-storage bugfix to round it out.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Alan Stern (1):
      usb-storage: fix freezing of the scanning thread

Andrew Lunn (1):
      USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable id

Bruno Thomsen (1):
      USB: Added Kamstrup VID/PIDs to cp210x serial driver.

Elric Fu (1):
      USB: Set hub depth after USB3 hub reset

Greg Kroah-Hartman (3):
      Merge tag 'for-usb-linus-2012-02-10' of git://git.kernel.org/.../sarah/xhci into usb-linus
      Merge tag 'for-usb-linus-2012-02-14' of git://git.kernel.org/.../sarah/xhci into usb-linus
      Merge tag 'for-usb-linus-2012-02-21' of git://git.kernel.org/.../sarah/xhci into usb-linus

Sarah Sharp (5):
      USB: Remove duplicate USB 3.0 hub feature #defines.
      xhci: Fix oops caused by more USB2 ports than USB3 ports.
      USB: Don't fail USB3 probe on missing legacy PCI IRQ.
      USB: Fix handoff when BIOS disables host PCI device.
      xhci: Fix encoding for HS bulk/control NAK rate.

li.rui27@....com.cn (1):
      USB: option: cleanup zte 3g-dongle's pid in option.c

 drivers/usb/core/hcd-pci.c            |    5 +-
 drivers/usb/core/hcd.c                |    6 +-
 drivers/usb/core/hub.c                |   30 ++++---
 drivers/usb/host/pci-quirks.c         |   11 +++
 drivers/usb/host/xhci-hub.c           |    2 +-
 drivers/usb/host/xhci-mem.c           |   32 ++++++--
 drivers/usb/host/xhci.c               |    5 +
 drivers/usb/serial/cp210x.c           |    2 +
 drivers/usb/serial/option.c           |  143 +++------------------------------
 drivers/usb/serial/ti_usb_3410_5052.c |    6 +-
 drivers/usb/serial/ti_usb_3410_5052.h |    4 +
 drivers/usb/storage/usb.c             |   90 +++++++--------------
 drivers/usb/storage/usb.h             |    7 +-
 include/linux/usb/ch11.h              |   10 +--
 14 files changed, 126 insertions(+), 227 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ