From patchwork Mon May 3 15:18:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 51505 X-Patchwork-Delegate: stefan.bader@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 10914B7D40 for ; Tue, 4 May 2010 01:19:29 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1O8xQX-0006b5-WE; Mon, 03 May 2010 16:19:22 +0100 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1O8xQV-0006av-Nh for kernel-team@lists.ubuntu.com; Mon, 03 May 2010 16:19:19 +0100 Received: from sepang.rtg.net (unknown [10.0.2.5]) by mail.tpi.com (Postfix) with ESMTP id 11F9435934; Mon, 3 May 2010 08:19:18 -0700 (PDT) Received: by sepang.rtg.net (Postfix, from userid 1000) id 9CF56F899A; Mon, 3 May 2010 09:18:58 -0600 (MDT) To: stefan.bader@canonical.com Subject: Lucid pre-stable pull request, lp511066 Message-Id: <20100503151858.9CF56F899A@sepang.rtg.net> Date: Mon, 3 May 2010 09:18:58 -0600 (MDT) From: timg@tpi.com (Tim Gardner) Cc: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit ef7b5faa1cd3f952b2cdc09ff4b315b4fe85c62c: Leann Ogasawara (1): UBUNTU: [Config] Add ahci.ko to virtual sub-flavour are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-lucid lp511066 William Lightning (1): (pre-stable) USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem. drivers/usb/serial/sierra.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) From c67f116b560e08889b89bf9b208a2bba981f4dff Mon Sep 17 00:00:00 2001 From: William Lightning Date: Fri, 26 Mar 2010 10:51:20 -0700 Subject: [PATCH] (pre-stable) USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem. BugLink: http://bugs.launchpad.net/bugs/511066 Signed-off-by: William Lightning Signed-off-by: Greg Kroah-Hartman (cherry picked from commit cfbaa39347b34837f26e01fe8f4f8dbbae60b520) Signed-off-by: Tim Gardner Acked-by: Andy Whitcroft Acked-by: Leann Ogasawara --- drivers/usb/serial/sierra.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index 3689077..54f8494 100644 --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c @@ -195,6 +195,7 @@ static const struct sierra_iface_info direct_ip_interface_blacklist = { static struct usb_device_id id_table [] = { { USB_DEVICE(0x0F3D, 0x0112) }, /* Airprime/Sierra PC 5220 */ { USB_DEVICE(0x03F0, 0x1B1D) }, /* HP ev2200 a.k.a MC5720 */ + { USB_DEVICE(0x03F0, 0x211D) }, /* HP ev2210 a.k.a MC5725 */ { USB_DEVICE(0x03F0, 0x1E1D) }, /* HP hs2300 a.k.a MC8775 */ { USB_DEVICE(0x1199, 0x0017) }, /* Sierra Wireless EM5625 */