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, 14 May 2008 10:08:54 -0700
From:	Greg KH <gregkh@...e.de>
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 fixes for 2.6.26-rc2

Here are some USB fixes for your 2.6.25-git tree.

They include:
	- new usb-serial driver for Jeff Garzik's phone
	- new device ids
	- minor bugfixes
	- finally fix the issue of the kevent showing up before the
	  sysfs files for the usb devices are present in sysfs.  This
	  has made userspace programmers much happier now.
	- gadget serial driver rework and fixes (this is the majority of
	  the diff, it's a bit large, but worth it in the end as there
	  have been reports of problems with this code that these fixes
	  address.)
	- new usb header file for things in the published spec

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

All of these patches have been in the -mm tree for a while, as well as
-next.

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

thanks,

greg k-h

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

 drivers/usb/class/cdc-acm.c         |    3 +
 drivers/usb/core/endpoint.c         |   11 +-
 drivers/usb/core/message.c          |    1 +
 drivers/usb/core/sysfs.c            |  137 ++++---
 drivers/usb/core/usb.c              |    1 +
 drivers/usb/core/usb.h              |    4 +
 drivers/usb/gadget/amd5536udc.c     |   10 +-
 drivers/usb/gadget/atmel_usba_udc.c |   48 ++-
 drivers/usb/gadget/pxa27x_udc.c     |   17 +-
 drivers/usb/gadget/pxa27x_udc.h     |    8 +
 drivers/usb/gadget/serial.c         |  778 +++++++++++++++--------------------
 drivers/usb/host/isp1760-hcd.c      |    4 +-
 drivers/usb/host/isp1760-if.c       |    2 +-
 drivers/usb/host/ohci-sm501.c       |    2 +-
 drivers/usb/misc/ldusb.c            |    4 -
 drivers/usb/misc/usbtest.c          |    5 +
 drivers/usb/serial/Kconfig          |    9 +
 drivers/usb/serial/Makefile         |    1 +
 drivers/usb/serial/moto_modem.c     |   70 ++++
 drivers/usb/serial/option.c         |    9 +-
 drivers/usb/storage/unusual_devs.h  |   71 ++--
 include/linux/usb/association.h     |  150 +++++++
 22 files changed, 777 insertions(+), 568 deletions(-)
 create mode 100644 drivers/usb/serial/moto_modem.c
 create mode 100644 include/linux/usb/association.h

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

Alan Stern (1):
      USB: create attributes before sending uevent

Dan Williams (1):
      USB: option: add new Dell 5520 HSDPA variant

David Brownell (5):
      USB: serial gadget: cleanup/reorg
      USB: serial gadget: remove needless data structure
      USB: serial gadget: simplify endpoint handling
      USB: serial gadget: descriptor cleanup
      USB: atmel_usba_udc fixes, mostly disconnect()

Eugeniy Meshcheryakov (1):
      USB: do not handle device 1410:5010 in 'option' driver

Filip Aben (1):
      USB: unusual_devs: Add support for GI 0401 SD-Card interface

Greg Kroah-Hartman (3):
      USB: add new moto_modem driver for some Morotola phones
      USB: add association.h
      USB: add Telstra NextG CDMA id to option driver

Harvey Harrison (1):
      usb: fix integer as NULL pointer warnings found by sparse

Iain McFarlane (1):
      USB: add Zoom Telephonics Model 3095F V.92 USB Mini External modem to cdc-acm

Marcin Slusarz (1):
      usbtest: comment on why this code "expects" negative and positive errnos

Phil Dibowitz (1):
      USB: Fix unusual_devs.h ordering

Randy Dunlap (1):
      USB: isp1760: fix printk format

Robert Jarzmik (1):
      USB: pxa27x_udc: minor fixes

Sebastian Siewior (1):
      usb: fix compile warning in isp1760

Xiaofan Chen (1):
      USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb

andreoli@...ba.ing.unimo.it (2):
      USB: Support for the ET502HS HDSPA modem
      USB: Support for the ET502HS HDSPA modem in option driver

--
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