Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030324AbVKCEbn (ORCPT ); Wed, 2 Nov 2005 23:31:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030319AbVKCEbg (ORCPT ); Wed, 2 Nov 2005 23:31:36 -0500 Received: from smtp101.sbc.mail.re2.yahoo.com ([68.142.229.104]:16796 "HELO smtp101.sbc.mail.re2.yahoo.com") by vger.kernel.org with SMTP id S1030324AbVKCEbX (ORCPT ); Wed, 2 Nov 2005 23:31:23 -0500 Message-Id: <20051103042818.616523000.dtor_core@ameritech.net> References: <20051103042121.394220000.dtor_core@ameritech.net> Date: Wed, 02 Nov 2005 23:21:26 -0500 From: Dmitry Torokhov To: Linus Torvalds Cc: LKML , Andrew Morton , Vojtech Pavlik Subject: [patch 5/7] locomokbd: fix wrong bustype Content-Disposition: inline; filename=locomo-fix-bustype.patch Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1030 Lines: 30 From: Pavel Machek Input: locomokbd - fix wrong bustype Signed-off-by: Pavel Machek Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/locomokbd.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: work/drivers/input/keyboard/locomokbd.c =================================================================== --- work.orig/drivers/input/keyboard/locomokbd.c +++ work/drivers/input/keyboard/locomokbd.c @@ -230,7 +230,7 @@ static int locomokbd_probe(struct locomo input_dev->name = "LoCoMo keyboard"; input_dev->phys = locomokbd->phys; - input_dev->id.bustype = BUS_XTKBD; + input_dev->id.bustype = BUS_HOST; input_dev->id.vendor = 0x0001; input_dev->id.product = 0x0001; input_dev->id.version = 0x0100; - 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/