Mouse watching thread name computation wasn't following the same

Upperize/Capitalize on the bus name than in keyboard one. 
"USB Keyboard" but "Usb Mouse".
No functional change. Really.

alphabranch it as you want.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32943 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2009-09-05 14:37:06 +00:00
parent c3c10e905a
commit 155b826065
1 changed files with 3 additions and 0 deletions

View File

@ -308,6 +308,9 @@ MouseDevice::_BuildShortName() const
if (name == "ps2")
name = "PS/2";
if (name.Length() < 4)
name.ToUpper();
else
name.Capitalize();