From 7d3d42ac10a6482057101667afd603ce1e79b866 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 15 Oct 2008 15:28:42 +0100 Subject: Save name for the sixaxis controller The name won't be there until we connect otherwise --- input/sixpair.c | 1 + 1 file changed, 1 insertion(+) diff --git a/input/sixpair.c b/input/sixpair.c index 3a2bd326..5c58b9b0 100644 --- a/input/sixpair.c +++ b/input/sixpair.c @@ -206,6 +206,7 @@ handle_device (libusb_device *dev, struct libusb_config_descriptor *cfg, int itf str2ba(option_master, &src); str2ba(device, &dst); write_device_profiles(&src, &dst, ""); + write_device_name(&src, &dst, "PLAYSTATION(R)3 Controller"); sdp_record_free(rec); if (set_master_bdaddr (devh, itfnum, option_master) == FALSE) { -- cgit