On Wed, 2017-11-08 at 20:38 +0100, Bastien Nocera wrote: > This allows to skip SDP search for DualShock 3 devices, since some > DS3 clones do not provide any SDP record. This allows them to operate > nonetheless. > > The HID SDP record is lifted straight off an original DualShock 3 > controller. The PNPID SDP record is not set as not required to > provide > a working device. > > Tested with a "SHANWAN" clone controller. > --- > plugins/sixaxis.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/plugins/sixaxis.c b/plugins/sixaxis.c > index 22e4bb537..c5f90498d 100644 > --- a/plugins/sixaxis.c > +++ b/plugins/sixaxis.c > @@ -40,6 +40,8 @@ > > #include "lib/bluetooth.h" > #include "lib/sdp.h" > +#include "lib/sdp_lib.h" > +#include "lib/sdp.h" If whoever pushes this could remove this hunk of the patch, or I can spin a v3, let me know. -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html