.destroy = totem_interface_destroy,
.device_added = totem_interface_device_added,
.device_removed = totem_interface_device_removed,
- .device_suspended = totem_interface_device_added, /* treat as remove */
- .device_resumed = totem_interface_device_removed, /* treat as add */
+ .device_suspended = totem_interface_device_removed, /* treat as remove */
+ .device_resumed = totem_interface_device_added, /* treat as add */
.post_added = totem_interface_initial_proximity,
.touch_arbitration_toggle = NULL,
.touch_arbitration_update_rect = NULL,