cregit-Linux how code gets into the kernel

Release 4.11 drivers/input/mouse/vmmouse.h

/*
 * Driver for Virtual PS/2 Mouse on VMware and QEMU hypervisors.
 *
 * Copyright (C) 2014, VMware, Inc. All Rights Reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */

#ifndef _VMMOUSE_H

#define _VMMOUSE_H

#ifdef CONFIG_MOUSE_PS2_VMMOUSE

#define VMMOUSE_PSNAME  "VirtualPS/2"

int vmmouse_detect(struct psmouse *psmouse, bool set_properties);
int vmmouse_init(struct psmouse *psmouse);
#else

static inline int vmmouse_detect(struct psmouse *psmouse, bool set_properties) { return -ENOSYS; }

Contributors

PersonTokensPropCommitsCommitProp
Thomas Hellstrom19100.00%1100.00%
Total19100.00%1100.00%


static inline int vmmouse_init(struct psmouse *psmouse) { return -ENOSYS; }

Contributors

PersonTokensPropCommitsCommitProp
Thomas Hellstrom16100.00%1100.00%
Total16100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Thomas Hellstrom76100.00%1100.00%
Total76100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.