* 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:
@@ -10,6 +10,7 @@
|
|||||||
* Clemens Zeidler <[email protected]>
|
* Clemens Zeidler <[email protected]>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*! PS/2 mouse device driver
|
/*! PS/2 mouse device driver
|
||||||
|
|
||||||
A PS/2 mouse is connected to the IBM 8042 controller, and gets its
|
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) ||
|
if (deviceId == PS2_DEV_ID_STANDARD
|
||||||
(deviceId == PS2_DEV_ID_TOUCHPAD_RICATECH)) {
|
|| deviceId == PS2_DEV_ID_TOUCHPAD_RICATECH) {
|
||||||
INFO("ps2: probe_mouse Standard PS/2 mouse found\n");
|
INFO("ps2: probe_mouse Standard PS/2 mouse found\n");
|
||||||
dev->name = kStandardMousePath[dev->idx];
|
dev->name = kStandardMousePath[dev->idx];
|
||||||
dev->packet_size = PS2_PACKET_STANDARD;
|
dev->packet_size = PS2_PACKET_STANDARD;
|
||||||
|
|||||||
Reference in New Issue
Block a user