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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060928224250.GA23841@kroah.com>
Date:	Thu, 28 Sep 2006 15:42:50 -0700
From:	Greg KH <gregkh@...e.de>
To:	Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc:	linux-kernel@...r.kernel.org, linux-usb-devel@...ts.sourceforge.net
Subject: [GIT PATCH] More USB patches for 2.6.18

Here are some more USB bugfixes and device ids 2.6.18.  They should all
fix the reported problems in your current tree (if not, please let me
know.)

All of these changes have been in the -mm tree for a while.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/

The full patches will be sent to the linux-usb-devel mailing list, if
anyone wants to see them.

thanks,

greg k-h

 drivers/usb/core/driver.c          |   65 ++++-----
 drivers/usb/core/hcd.c             |    6 -
 drivers/usb/core/hub.c             |    4 -
 drivers/usb/core/usb.c             |   46 ++++++
 drivers/usb/core/usb.h             |   19 ++-
 drivers/usb/gadget/dummy_hcd.c     |   33 +++-
 drivers/usb/gadget/file_storage.c  |   35 ++++-
 drivers/usb/host/ohci-hcd.c        |   18 +-
 drivers/usb/host/ohci-hub.c        |  265 +++++++++++++++++++++---------------
 drivers/usb/host/ohci-pci.c        |    3 
 drivers/usb/host/ohci.h            |    1 
 drivers/usb/image/microtek.c       |   18 +-
 drivers/usb/image/microtek.h       |    4 -
 drivers/usb/input/hid-core.c       |    4 +
 drivers/usb/misc/phidgetkit.c      |   56 +++++---
 drivers/usb/net/asix.c             |    4 +
 drivers/usb/net/kaweth.c           |    1 
 drivers/usb/net/pegasus.c          |   18 +-
 drivers/usb/serial/cyberjack.c     |    6 -
 drivers/usb/serial/ftdi_sio.c      |    4 +
 drivers/usb/serial/ftdi_sio.h      |   10 +
 drivers/usb/serial/generic.c       |    6 -
 drivers/usb/serial/ipaq.c          |    1 
 drivers/usb/serial/ipw.c           |    6 -
 drivers/usb/serial/ir-usb.c        |    6 -
 drivers/usb/serial/keyspan_pda.c   |    6 -
 drivers/usb/serial/omninet.c       |    6 -
 drivers/usb/serial/pl2303.c        |    1 
 drivers/usb/serial/pl2303.h        |    4 +
 drivers/usb/serial/safe_serial.c   |    6 -
 drivers/usb/storage/unusual_devs.h |   14 ++
 include/linux/usb.h                |    2 
 32 files changed, 436 insertions(+), 242 deletions(-)

---------------

Alan Cox:
      ohci: Use ref-counting hotplug safe interfaces

Alan Stern:
      USB: unusual-devs entry for Nokia E60
      USB: create new workqueue thread for USB autosuspend
      USB: dummy-hcd: fix "warn-unused-result" messages
      USB: g_file_storage: fix "ignoring return value" warnings
      USB: allow both root-hub interrupts and polling
      OHCI: remove existing autosuspend code
      OHCI: add auto-stop support
      USB: fix autosuspend when CONFIG_PM isn't set
      USB: g_file_storage: Set sense info Valid bit only when needed

David Hollis:
      USB: asix - Add alternate device IDs for Dlink DUB-E100 Rev B1

Henrik Kretzschmar:
      USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patch
      USB: microtek usb scanner: Scsi_Cmnd conversion

Ian Abbott:
      USB serial ftdi_sio: Add support for Tactrix OpenPort devices

Jan Mate:
      USB Storage: unusual_devs.h entry for Sony Ericsson P990i

Justin Carlson:
      USB: add SeaLevel 2106 SeaLINK support to ftdi_sio

Matthias Urlichs:
      USB: another device ID for ipaq

Mikael Pettersson:
      USB: Fix alignment of buffer passed down to ->hub_control()

Oliver Neukum:
      USB: new id for kaweth

Peter Zijlstra:
      usb-serial: possible irq lock inversion (PPP vs. usb/serial)

Petko Manolov:
      USB: Pegasus driver failing for ADMtek 8515 network device

Raghavendra Biligiri:
      USB: add Raritan KVM USB Dongle to the HID_QUIRK_NOGET blacklist

Sean Young:
      USB: New PhidgetKit 8/8/8 reset outputs after 2 seconds

Wesley PA4WDH:
      USB: Add vendor / product ID to pl2303

-
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