Lines Matching full:mouse

19  * - Standard 1 button mouse
23 * - MicroSpeed mouse & trackball (needs testing)
25 * - Contour Design (Contour Mouse)
28 * - Mouse Systems A3 mice and trackballs <aidan@kublai.com>
29 * - MacAlly 2-buttons mouse (needs testing) <pochini@denise.shiny.it>
34 * Split mouse/kbd
63 #define MOUSE_DATAREG 0 /* reg# for movement/button codes from mouse */
253 /* Kind of mouse */
254 #define ADBMOUSE_STANDARD_100 0 /* Standard 100cpi mouse (handler 1) */
255 #define ADBMOUSE_STANDARD_200 1 /* Standard 200cpi mouse (handler 2) */
256 #define ADBMOUSE_EXTENDED 2 /* Apple Extended mouse (handler 4) */
260 #define ADBMOUSE_MICROSPEED 6 /* Microspeed mouse (&trackball ?), MacPoint */
262 #define ADBMOUSE_MS_A3 8 /* Mouse systems A3 trackball (handler 3) */
263 #define ADBMOUSE_MACALLY2 9 /* MacAlly 2-button mouse */
415 Handler 1 -- 100cpi original Apple mouse protocol. in adbhid_mouse_input()
416 Handler 2 -- 200cpi original Apple mouse protocol. in adbhid_mouse_input()
418 For Apple's standard one-button mouse protocol the data array will in adbhid_mouse_input()
426 Handler 4 -- Apple Extended mouse protocol. in adbhid_mouse_input()
428 For Apple's 3-button mouse protocol the data array will contain the in adbhid_mouse_input()
439 MacAlly 2-button mouse protocol. in adbhid_mouse_input()
441 For MacAlly 2-button mouse protocol the data array will contain the in adbhid_mouse_input()
844 sprintf(hid->name, "ADB mouse"); in adbhid_input_register()
1031 desc = "Mouse Systems A3 Mouse or compatible"; in adbhid_probe()
1076 printk(KERN_DEBUG "ADB mouse (%s) at %d has handler 0x%X\n", in adbhid_probe()
1211 0 - 3 Button is mouse (set also for double clicking!!!) in init_microspeed()
1214 12 1 = Extended mouse mode, 0 = normal mouse mode in init_microspeed()
1232 0x07); /* all buttons enabled as mouse buttons, no locking */ in init_microspeed()