Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933945AbbEOKrt (ORCPT ); Fri, 15 May 2015 06:47:49 -0400 Received: from cantor2.suse.de ([195.135.220.15]:49402 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752739AbbEOKrq (ORCPT ); Fri, 15 May 2015 06:47:46 -0400 Date: Fri, 15 May 2015 12:47:44 +0200 (CEST) From: Jiri Kosina To: Nicholas Krause cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] hid:Change vendor id for USB_DEVICE_ID_MS_TYPE_COVER_3 to correct id in hid-ids.h In-Reply-To: <1431666292-27622-1-git-send-email-xerofoify@gmail.com> Message-ID: References: <1431666292-27622-1-git-send-email-xerofoify@gmail.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1371 Lines: 39 On Fri, 15 May 2015, Nicholas Krause wrote: > This fixes the bug,https://bugzilla.kernel.org/show_bug.cgi?id=97951 > related to incorrecting using 0x07dc for the vendor id for > USB_DEVICE_ID_MS_TYPE_COVER_3 devices and instead changing in > to the correct vendor id of 0x07de. > > Signed-off-by: Nicholas Krause > --- > drivers/hid/hid-ids.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h > index 41f167e..2e51947 100644 > --- a/drivers/hid/hid-ids.h > +++ b/drivers/hid/hid-ids.h > @@ -670,7 +670,7 @@ > #define USB_DEVICE_ID_MS_SURFACE_PRO_2 0x0799 > #define USB_DEVICE_ID_MS_TOUCH_COVER_2 0x07a7 > #define USB_DEVICE_ID_MS_TYPE_COVER_2 0x07a9 > -#define USB_DEVICE_ID_MS_TYPE_COVER_3 0x07dc > +#define USB_DEVICE_ID_MS_TYPE_COVER_3 0x07de > #define USB_DEVICE_ID_MS_TYPE_COVER_3_JP 0x07dd > > #define USB_VENDOR_ID_MOJO 0x8282 Why are you resending this without reacting to my original response to your mail? http://lkml.iu.edu/hypermail/linux/kernel/1505.1/01419.html -- Jiri Kosina SUSE Labs -- 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/