Messages in this thread Patch in this message |  | | Date | Fri, 13 Sep 2002 11:11:30 +0200 | From | Vojtech Pavlik <> | Subject | Minor input fixes [6/7] |
| |
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:<J5NQ478F7+$QE>]J4=FM=L*79ML]I'848]HW M3J(IYF%'0LRB3A)%B&!$*TQ9'#)T!)L=L9^O3PC%$4GXM.,Q3PB:`_%YP@'3 M`"<!H8"3E+&41V-,4XPA+T3=H^7ES<Y4RJ^T\T4#8P(3C#[`OT6_1/)8&1C- M4YC7Y;Z6V:@_!D:+%!:B4ILA4E80[&HC@[RQ@P"!TFTIM?71%^!QQ$*T?"PS MFOSF@Q`6&+T[<T$U$!X!#E]?/KDLZ[LN9&'".ZKB*55J':D8$[TFIPO[THX' MY1CCK",1B<.#CTZFG_?47W"CMA>A-JV>M=*7[7[A_4O[Q30A,0VGT9X:XX/? M*/G%;NRLW<C_:[=!CZ\PJ>\.;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 - 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/
|  |