From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264953AbUG2O3o (ORCPT ); Thu, 29 Jul 2004 10:29:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265418AbUG2O2k (ORCPT ); Thu, 29 Jul 2004 10:28:40 -0400 Received: from styx.suse.cz ([82.119.242.94]:26262 "EHLO shadow.ucw.cz") by vger.kernel.org with ESMTP id S264953AbUG2OIL convert rfc822-to-8bit (ORCPT ); Thu, 29 Jul 2004 10:08:11 -0400 To: torvalds@osdl.org, vojtech@suse.cz, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=US-ASCII Subject: [PATCH 29/47] Add Audigy LS PCI ID to emu10k1-gp Content-Transfer-Encoding: 7BIT Date: Thu, 29 Jul 2004 16:09:55 +0200 X-Mailer: gregkh_patchbomb_levon_offspring In-Reply-To: <10911101952219@twilight.ucw.cz> From: Vojtech Pavlik Message-Id: <10911101951075@twilight.ucw.cz> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org You can pull this changeset from: bk://kernel.bkbits.net/vojtech/input =================================================================== ChangeSet@1.1722.148.16, 2004-06-23 22:19:54+02:00, James@superbug.demon.co.uk input: Add Audigy LS PCI ID to emu10k1-gp.c Signed-off-by: Vojtech Pavlik emu10k1-gp.c | 1 + 1 files changed, 1 insertion(+) =================================================================== diff -Nru a/drivers/input/gameport/emu10k1-gp.c b/drivers/input/gameport/emu10k1-gp.c --- a/drivers/input/gameport/emu10k1-gp.c Thu Jul 29 14:39:56 2004 +++ b/drivers/input/gameport/emu10k1-gp.c Thu Jul 29 14:39:56 2004 @@ -54,6 +54,7 @@ { 0x1102, 0x7002, PCI_ANY_ID, PCI_ANY_ID }, /* SB Live gameport */ { 0x1102, 0x7003, PCI_ANY_ID, PCI_ANY_ID }, /* Audigy gameport */ { 0x1102, 0x7004, PCI_ANY_ID, PCI_ANY_ID }, /* Dell SB Live */ + { 0x1102, 0x7005, PCI_ANY_ID, PCI_ANY_ID }, /* Audigy LS gameport */ { 0, } };