[PATCH] User level driver support for input subsystem

From: Marcel Holtmann (marcel_at_holtmann.org)
Date: 11/30/03

  • Next message: alexis_at_linuxcode.eu.org: "Bug with extraversion in kernel-2.4.23"
    To: Marcelo Tosatti <marcelo.tosatti@cyclades.com.br>
    Date:	Sun, 30 Nov 2003 23:00:23 +0100
    
    

    Hi Marcelo,

    this is a backport of the user level driver support for input subsystem
    from 2.6. Please consider including them into 2.4.24. We want to use it
    for Bluetooth HID devices which need access to the input subsystem from
    userspace.

    Regards

    Marcel

    Please do a

            bk pull http://linux-mh.bkbits.net/uinput-2.4

    This will update the following files:

     CREDITS | 1
     Documentation/Configure.help | 9
     Documentation/devices.txt | 1
     drivers/input/Config.in | 1
     drivers/input/Makefile | 1
     drivers/input/uinput.c | 428 +++++++++++++++++++++++++++++++++++++++++++
     include/linux/uinput.h | 79 +++++++
     7 files changed, 520 insertions(+)

    through these ChangeSets:

    <marcel@holtmann.org> (03/11/30 1.1196)
       [PATCH] User level driver support for input subsystem
       
       This driver adds support for user level drivers for input
       subsystem accessible under char device /dev/input/uinput.

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: alexis_at_linuxcode.eu.org: "Bug with extraversion in kernel-2.4.23"