input: Send the seat name if the client advertises verson 2 of wl_seat
diff --git a/src/input.c b/src/input.c
index ae75054..d299d98 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1252,6 +1252,8 @@
 		caps |= WL_SEAT_CAPABILITY_TOUCH;
 
 	wl_seat_send_capabilities(resource, caps);
+	if (version >= 2)
+		wl_seat_send_name(resource, seat->seat_name);
 }
 
 int