Input: introduce device properties
[pandora-kernel.git] / drivers / input / misc / uinput.c
index bea8972..82542a1 100644 (file)
@@ -680,6 +680,10 @@ static long uinput_ioctl_handler(struct file *file, unsigned int cmd,
                        retval = uinput_set_bit(arg, swbit, SW_MAX);
                        break;
 
+               case UI_SET_PROPBIT:
+                       retval = uinput_set_bit(arg, propbit, INPUT_PROP_MAX);
+                       break;
+
                case UI_SET_PHYS:
                        if (udev->state == UIST_CREATED) {
                                retval = -EINVAL;