Package: makedev Version: 2.3.1-76 Severity: normal Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Please add suport for creating /dev/input/uinput. Support for this device is in the uinput kernel modul. I need this device for the mouseemu package (ITP: #293240). I've attached a patch for MAKEDEV. This patch adds a new target uinput. I'm not sure if this deserves an own target, but I could not find one which it fits completely. Please feel free to downgrade if you think this is only whishlist. Thanks Gaudenz - -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (400, 'experimental') Architecture: powerpc (ppc) Kernel: Linux 2.6.9-powerpc Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1) Versions of packages makedev depends on: ii base-passwd 3.5.9 Debian base system master password - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCCf/e8rUqXQpftocRAmEtAJ9xK0xwYV4590RKKdOnefnhJZc6KACfcTjS jeSTRbqYg99mZOzKsp0oZDg= =zdJC -----END PGP SIGNATURE-----
--- /sbin/MAKEDEV 2005-02-07 21:49:06.000000000 +0100 +++ MAKEDEV 2005-02-09 13:15:55.549112584 +0100 @@ -1128,6 +1128,9 @@ systrace) makedev systrace c 10 226 $private ;; + uinput) + makedev input/uinput c 10 223 $mouse + ;; js) major=`Major Joystick 13` || continue for unit in 0 1 2 3