Input: serio_raw - allow attaching to translated (SERIO_I8042XL) ports
[pandora-kernel.git] / drivers / input / serio / serio_raw.c
index c9397c8..470770c 100644 (file)
@@ -373,6 +373,12 @@ static struct serio_device_id serio_raw_serio_ids[] = {
                .id     = SERIO_ANY,
                .extra  = SERIO_ANY,
        },
+       {
+               .type   = SERIO_8042_XL,
+               .proto  = SERIO_ANY,
+               .id     = SERIO_ANY,
+               .extra  = SERIO_ANY,
+       },
        { 0 }
 };