From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753857Ab2E2MD1 (ORCPT ); Tue, 29 May 2012 08:03:27 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:61379 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951Ab2E2MDZ (ORCPT ); Tue, 29 May 2012 08:03:25 -0400 Date: Tue, 29 May 2012 07:03:12 -0500 From: Jonathan Nieder To: stable@vger.kernel.org Cc: Steven Harms , Marcel Holtmann , Gustavo Padovan , Johan Hedberg , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [3.0.y, 3.2.y] Re: [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module Message-ID: <20120529120312.GA16584@burratino> References: <1334342755-7371-1-git-send-email-sjharms@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1334342755-7371-1-git-send-email-sjharms@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ben and Greg, Steven Harms wrote: > This change adds 0x0489:0xe033 to the btusb module. > > This bluetooth usb device is integrated in the Acer TimelineX > AS4830TG-6808 notebook. [...] > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -107,6 +107,9 @@ static struct usb_device_id btusb_table[] = { > { USB_DEVICE(0x0a5c, 0x21f3) }, > { USB_DEVICE(0x413c, 0x8197) }, > > + /* Foxconn - Hon Hai */ > + { USB_DEVICE(0x0489, 0xe033) }, > + > { } /* Terminating entry */ Please consider 985140369be1 Add Foxconn / Hon Hai IDs for btusb module for application to the 3.0.y and 3.2.y kernels. The driver was tested by Steven Harms on a Acer TimelineX AS4830TG-6808 using Ubuntu's 3.2.y-based kernel: http://www.sharms.org/blog/2012/04/ Thanks, Jonathan