Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752426Ab0AKIHA (ORCPT ); Mon, 11 Jan 2010 03:07:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752346Ab0AKIG7 (ORCPT ); Mon, 11 Jan 2010 03:06:59 -0500 Received: from h3281.serverkompetenz.net ([81.169.158.52]:52842 "EHLO h3281.serverkompetenz.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752322Ab0AKIG6 (ORCPT ); Mon, 11 Jan 2010 03:06:58 -0500 Message-ID: <4B4ADC14.3060006@hillier.de> Date: Mon, 11 Jan 2010 09:06:44 +0100 From: Gernot Hillier User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Matthias Urlichs , Greg Kroah-Hartman , Oliver Neukum CC: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] option.c: Add chipset information for 4G W14 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1160 Lines: 28 From: Gernot Hillier Carsten Juttner thankfully investigated a bit and found out some details about the chipset used in the 4G W14 device I recently added to option.c. I think this information is useful for reference, so I'd be happy if you could include those bits. Signed-off-by: Gernot Hillier Index: linux-2.6/drivers/usb/serial/option.c =================================================================== --- linux-2.6.orig/drivers/usb/serial/option.c 2010-01-11 08:50:02.000000000 +0100 +++ linux-2.6/drivers/usb/serial/option.c 2010-01-11 08:52:55.000000000 +0100 @@ -338,6 +338,8 @@ /* 4G Systems products */ #define FOUR_G_SYSTEMS_VENDOR_ID 0x1c9e +/* This is the 4G XS Stick W14 a.k.a. Mobilcom Debitel Surf-Stick * + * It seems to contain a Qualcomm QSC6240/6290 chipset */ #define FOUR_G_SYSTEMS_PRODUCT_W14 0x9603 /* Haier products */ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/