From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QWDni-00057B-5J for garchives@archives.gentoo.org; Mon, 13 Jun 2011 20:31:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C090E1C023; Mon, 13 Jun 2011 20:31:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D8741C023 for ; Mon, 13 Jun 2011 20:31:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A1501B4017 for ; Mon, 13 Jun 2011 20:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 80B618003C for ; Mon, 13 Jun 2011 20:31:49 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: Subject: [gentoo-commits] proj/genkernel:master commit in: /, arch/x86_64/, arch/x86/, defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog arch/x86/kernel-config arch/x86_64/kernel-config defaults/kernel-config X-VCS-Directories: / arch/x86_64/ arch/x86/ defaults/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: b20494438aa689bb66677f6c6968c0ecbdfd769c Date: Mon, 13 Jun 2011 20:31:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e891cc082d23f9d8f54e07562f1e4489 commit: b20494438aa689bb66677f6c6968c0ecbdfd769c Author: Sebastian Pipping pipping org> AuthorDate: Mon Jun 13 20:31:18 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Jun 13 20:31:18 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Db2049443 Apply CONFIG_USB_HID=3Dy to archs amd64/x86/default (bug #270983) --- ChangeLog | 4 ++++ arch/x86/kernel-config | 2 +- arch/x86_64/kernel-config | 2 +- defaults/kernel-config | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20eca7c..c019af4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,10 @@ =20 13 Jun 2011; Sebastian Pipping arch/x86/kernel-conf= ig, arch/x86_64/kernel-config, defaults/kernel-config: + Apply CONFIG_USB_HID=3Dy to archs amd64/x86/default (bug #270983) + + 13 Jun 2011; Sebastian Pipping arch/x86/kernel-conf= ig, + arch/x86_64/kernel-config, defaults/kernel-config: Unset CONFIG_IDE on archs amd64/x86/default (bug #357213) =20 07 Jun 2011; Sebastian Pipping genkernel: diff --git a/arch/x86/kernel-config b/arch/x86/kernel-config index ab38c09..259defc 100644 --- a/arch/x86/kernel-config +++ b/arch/x86/kernel-config @@ -2877,7 +2877,7 @@ CONFIG_HIDRAW=3Dy # # USB Input Devices # -CONFIG_USB_HID=3Dm +CONFIG_USB_HID=3Dy CONFIG_USB_HIDINPUT_POWERBOOK=3Dy CONFIG_HID_FF=3Dy CONFIG_HID_PID=3Dy diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config index ef43dc1..5a0f58e 100644 --- a/arch/x86_64/kernel-config +++ b/arch/x86_64/kernel-config @@ -2546,7 +2546,7 @@ CONFIG_HIDRAW=3Dy # # USB Input Devices # -CONFIG_USB_HID=3Dm +CONFIG_USB_HID=3Dy # CONFIG_HID_PID is not set CONFIG_USB_HIDDEV=3Dy =20 diff --git a/defaults/kernel-config b/defaults/kernel-config index 9ea854b..b4f2899 100644 --- a/defaults/kernel-config +++ b/defaults/kernel-config @@ -2877,7 +2877,7 @@ CONFIG_HIDRAW=3Dy # # USB Input Devices # -CONFIG_USB_HID=3Dm +CONFIG_USB_HID=3Dy CONFIG_USB_HIDINPUT_POWERBOOK=3Dy CONFIG_HID_FF=3Dy CONFIG_HID_PID=3Dy