From 239fd643df005e1d41f6d7fd19c2b6020987c743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 1 Nov 2008 11:09:28 +0000 Subject: [PATCH] * Added Clemens Zeidler to list of authors of the Touchpad add-on. * Added myself to Mouse and Keyboard add-ons for my recent work on them. * Small cleanup in KeyboardInputDevice.h- git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28420 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../devices/keyboard/KeyboardInputDevice.cpp | 1 + .../devices/keyboard/KeyboardInputDevice.h | 17 +++++++++-------- .../devices/mouse/MouseInputDevice.cpp | 1 + .../devices/touchpad/TouchpadInputDevice.cpp | 3 ++- .../devices/touchpad/TouchpadInputDevice.h | 3 ++- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp b/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp index 20e86e3925..6618ba56bd 100644 --- a/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp +++ b/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.cpp @@ -1,6 +1,7 @@ /* * Copyright 2004-2006, Jérôme Duval. All rights reserved. * Copyright 2005-2008, Axel Dörfler, axeld@pinc-software.de. + * Copyright 2008, Stephan Aßmus, superstippi@gmx.de. * * Distributed under the terms of the MIT License. */ diff --git a/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.h b/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.h index 1fb22e9249..e34dffc959 100644 --- a/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.h +++ b/src/add-ons/input_server/devices/keyboard/KeyboardInputDevice.h @@ -1,5 +1,6 @@ /* * Copyright 2004-2008, Jérôme Duval. All rights reserved. + * Copyright 2008, Stephan Aßmus, superstippi@gmx.de. * Distributed under the terms of the MIT License. */ #ifndef KEYBOARD_INPUT_DEVICE_H @@ -47,16 +48,16 @@ private: int32 _Thread(); private: - KeyboardInputDevice* fOwner; - input_device_ref fDeviceRef; - char fPath[B_PATH_NAME_LENGTH]; - int fFD; - thread_id fThread; - kb_settings fSettings; + KeyboardInputDevice* fOwner; + input_device_ref fDeviceRef; + char fPath[B_PATH_NAME_LENGTH]; + int fFD; + thread_id fThread; + kb_settings fSettings; volatile bool fActive; - bool fIsAT; + bool fIsAT; volatile bool fInputMethodStarted; - uint32 fModifiers; + uint32 fModifiers; Keymap fKeymap; BLocker fKeymapLock; diff --git a/src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp b/src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp index ad23a07439..437d099b3a 100644 --- a/src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp +++ b/src/add-ons/input_server/devices/mouse/MouseInputDevice.cpp @@ -6,6 +6,7 @@ * Stefano Ceccherini (stefano.ceccherini@gmail.com) * Jérôme Duval * Axel Dörfler, axeld@pinc-software.de + * Stephan Aßmus, superstippi@gmx.de */ diff --git a/src/add-ons/input_server/devices/touchpad/TouchpadInputDevice.cpp b/src/add-ons/input_server/devices/touchpad/TouchpadInputDevice.cpp index 812413ca51..fafb0998c1 100644 --- a/src/add-ons/input_server/devices/touchpad/TouchpadInputDevice.cpp +++ b/src/add-ons/input_server/devices/touchpad/TouchpadInputDevice.cpp @@ -1,11 +1,12 @@ /* - * Copyright 2004-2007, Haiku. + * Copyright 2004-2008, Haiku. * Distributed under the terms of the MIT License. * * Authors: * Stefano Ceccherini (stefano.ceccherini@gmail.com) * Jérôme Duval * Axel Dörfler, axeld@pinc-software.de + * Clemens Zeidler, haiku@clemens-zeidler.de */ diff --git a/src/add-ons/input_server/devices/touchpad/TouchpadInputDevice.h b/src/add-ons/input_server/devices/touchpad/TouchpadInputDevice.h index 217d6266ce..98233a0706 100644 --- a/src/add-ons/input_server/devices/touchpad/TouchpadInputDevice.h +++ b/src/add-ons/input_server/devices/touchpad/TouchpadInputDevice.h @@ -1,9 +1,10 @@ /* - * Copyright 2004-2006, Haiku. + * Copyright 2004-2008, Haiku. * Distributed under the terms of the MIT License. * * Authors: * Stefano Ceccherini + * Clemens Zeidler, haiku@clemens-zeidler.de */ #ifndef MOUSE_INPUT_DEVICE_H #define MOUSE_INPUT_DEVICE_H