* Fixed style violations introduced by Rudolf.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37083 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-06-10 10:56:05 +00:00
parent a586cdf275
commit 4c75e72cde

View File

@ -10,6 +10,7 @@
* Clemens Zeidler <czeidler@gmx.de>
*/
/*! PS/2 mouse device driver
A PS/2 mouse is connected to the IBM 8042 controller, and gets its
@ -300,8 +301,8 @@ probe_standard_mouse(ps2_dev * dev)
}
}
if ((deviceId == PS2_DEV_ID_STANDARD) ||
(deviceId == PS2_DEV_ID_TOUCHPAD_RICATECH)) {
if (deviceId == PS2_DEV_ID_STANDARD
|| deviceId == PS2_DEV_ID_TOUCHPAD_RICATECH) {
INFO("ps2: probe_mouse Standard PS/2 mouse found\n");
dev->name = kStandardMousePath[dev->idx];
dev->packet_size = PS2_PACKET_STANDARD;