From patchwork Tue Jan 5 17:51:02 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 42147 X-Patchwork-Delegate: apw@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 7D48AB6EEF for ; Wed, 6 Jan 2010 04:51:23 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NSDYm-0006BQ-I7; Tue, 05 Jan 2010 17:51:12 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NSDYk-0006B6-9x for kernel-team@lists.ubuntu.com; Tue, 05 Jan 2010 17:51:10 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NSDYf-0000SW-1a for ; Tue, 05 Jan 2010 17:51:05 +0000 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.2]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NSDYe-0004KD-Lv for kernel-team@lists.ubuntu.com; Tue, 05 Jan 2010 17:51:05 +0000 Subject: [PATCH] [Lucid] UBUNTU: Add asix to nic-usb-modules file From: Leann Ogasawara To: kernel-team Date: Tue, 05 Jan 2010 09:51:02 -0800 Message-ID: <1262713862.3071.189.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 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: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit 053e58a4a71a0b7b86440433f1b5562e1b4a31d9: Tim Gardner (1): UBUNTU: Bump ABI are available in the git repository at: git://kernel.ubuntu.com/ogasawara/ubuntu-lucid lp499785 Leann Ogasawara (1): UBUNTU: Add asix to nic-usb-modules file debian.master/d-i/modules/nic-usb-modules | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) >From 8d70f84c784ffb7af02dba1c50fa03b1b78944d2 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Tue, 5 Jan 2010 09:38:28 -0800 Subject: [PATCH] UBUNTU: Add asix to nic-usb-modules file BugLink: http://bugs.launchpad.net/bugs/499785 Modern USB NIC adapters (USB2.0 / Gb networking) mostly use the asix chipset. In order to support them in the installer, we need to have the asix minimodule enabled. Add this to the d-i nic-usb-modules udeb. Signed-off-by: Leann Ogasawara --- debian.master/d-i/modules/nic-usb-modules | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian.master/d-i/modules/nic-usb-modules b/debian.master/d-i/modules/nic-usb-modules index 2c28188..33b1c11 100644 --- a/debian.master/d-i/modules/nic-usb-modules +++ b/debian.master/d-i/modules/nic-usb-modules @@ -10,3 +10,4 @@ rt2500usb ? rt73usb ? rt2570 ? cdc_ether ? +asix ?