]> err.no Git - linux-2.6/blobdiff - include/linux/input.h
[PATCH] libata-hp-prep: implement ap->hw_sata_spd_limit
[linux-2.6] / include / linux / input.h
index 8298b4bf5a07231e81743322b95f79821a5dba33..50e338d2ffda9cb5a835d67849e38ae0ceba1647 100644 (file)
@@ -56,6 +56,8 @@ struct input_absinfo {
 
 #define EVIOCGVERSION          _IOR('E', 0x01, int)                    /* get driver version */
 #define EVIOCGID               _IOR('E', 0x02, struct input_id)        /* get device ID */
+#define EVIOCGREP              _IOR('E', 0x03, int[2])                 /* get repeat settings */
+#define EVIOCSREP              _IOW('E', 0x03, int[2])                 /* set repeat settings */
 #define EVIOCGKEYCODE          _IOR('E', 0x04, int[2])                 /* get keycode */
 #define EVIOCSKEYCODE          _IOW('E', 0x04, int[2])                 /* set keycode */