Update of /cvsroot/freevo/freevo/src/input
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16154

Added Files:
        __init__.py linux_input.py 
Log Message:
Support files for freevo input.


--- NEW FILE: linux_input.py ---
# -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------
# linux_input.py - An interface to the linux event input device translated
#                  from the kernel's linux/input.h.
# -----------------------------------------------------------------------
# $Id: linux_input.py,v 1.1 2004/09/25 04:37:41 rshortt Exp $
#
# Notes:
#  This file has lots of stuff left in comments to help me work on it and
#  complete it easier.  They will gradually go away.
#
# Todo:        
#  Test the ioctls and put some to use.
#
# -----------------------------------------------------------------------
# $Log: linux_input.py,v $
# Revision 1.1  2004/09/25 04:37:41  rshortt
# Support files for freevo input.
#
[...985 lines suppressed...]
#static inline void input_sync(struct input_dev *dev)
#{
# = input_event(dev, EV_SYN, SYN_REPORT, 0);
# = dev->regs = NULL;
#}
#
#static inline void input_set_abs_params(struct input_dev *dev, int axis, int min, int 
max, int fuzz, int flat)
#{
# = dev->absmin[axis] = min;
# = dev->absmax[axis] = max;
# = dev->absfuzz[axis] = fuzz;
# = dev->absflat[axis] = flat;
#
# = dev->absbit[LONG(axis)] |= BIT(axis);
#}
#
#extern struct class_simple *input_class;
#
##endif
##endif

--- NEW FILE: __init__.py ---



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to