From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 13 Sep 2002 05:08:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 13 Sep 2002 05:08:06 -0400 Received: from twilight.ucw.cz ([195.39.74.230]:32401 "EHLO twilight.ucw.cz") by vger.kernel.org with ESMTP id ; Fri, 13 Sep 2002 05:07:09 -0400 Date: Fri, 13 Sep 2002 11:11:30 +0200 From: Vojtech Pavlik To: Vojtech Pavlik Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Minor input fixes [6/7] Message-ID: <20020913111130.A28494@ucw.cz> References: <20020913110453.A28145@ucw.cz> <20020913110600.B28378@ucw.cz> <20020913110641.C28378@ucw.cz> <20020913111014.A28426@ucw.cz> <20020913111051.A28479@ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020913111051.A28479@ucw.cz>; from vojtech@suse.cz on Fri, Sep 13, 2002 at 11:10:51AM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi! You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. 'bk pull bk://linux-input.bkbits.net/linux-input' should work as well. =================================================================== ChangeSet@1.595, 2002-09-12 09:44:57+02:00, bhards@bigpond.net.au Change "D: Drivers=" to "H: Handlers=" in /proc/bus/input/devices. input.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) =================================================================== diff -Nru a/drivers/input/input.c b/drivers/input/input.c --- a/drivers/input/input.c Thu Sep 12 23:39:03 2002 +++ b/drivers/input/input.c Thu Sep 12 23:39:03 2002 @@ -605,7 +605,7 @@ len += sprintf(buf + len, "N: Name=\"%s\"\n", dev->name ? dev->name : ""); len += sprintf(buf + len, "P: Phys=%s\n", dev->phys ? dev->phys : ""); - len += sprintf(buf + len, "D: Drivers="); + len += sprintf(buf + len, "H: Handlers="); list_for_each(hnode,&dev->h_list) { struct input_handle * handle = to_handle(hnode); =================================================================== This BitKeeper patch contains the following changesets: 1.595 ## Wrapped with gzip_uu ## begin 664 bkpatch25368 M'XL(`'<)@3T``\V476_;(!2&K\VO.$IO-F6Q@8"_)D_9FFF95FE1IOX`#*3V MFIC(8%>K_./GQ%%;=5&C?5S,6$8<#O!PWE>^@&NKZ]1KS7>G98$N8&&L2SW; M6.W+^WZ\,J8?!X79ZN"8%>2W05GM&H?Z^:5PLH!6US;UB#]]B+@?.YUZJX^? MKJ_>KQ#*,K@L1'6COVD'68:]J4=FM=L*79ML]I'848]HW M3J(IYF%'0LRB3A)%B&!$*TQ9'#)T!)L=L9^O3PC%$4GXM.,Q3PB:`_%YP@'3 M`"A-JV>M=*7[7[A_4O[Q30A,0VGT9X:XX/? M*/G%;NRLW\.;V^?Y6EI_L"'\Q#'0-#GH?.\C:Y@G('=U67E FUJ_R9@UCZ(-OGC&_?OOX2Y*%EK>VV68:"\TEY^@GM,"4CNT$```` ` end -- Vojtech Pavlik SuSE Labs