From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manuel Reimer Subject: PS4 controller with Bluetooth: Only the touch pad sends events? Date: Sat, 23 Jan 2016 17:20:01 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from plane.gmane.org ([80.91.229.3]:59947 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750759AbcAWQUN (ORCPT ); Sat, 23 Jan 2016 11:20:13 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aN0v5-0000Ly-1X for linux-input@vger.kernel.org; Sat, 23 Jan 2016 17:20:11 +0100 Received: from p5dd5670f.dip0.t-ipconnect.de ([93.213.103.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jan 2016 17:20:11 +0100 Received: from Manuel.Spam by p5dd5670f.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jan 2016 17:20:11 +0100 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-input@vger.kernel.org Hello, I'm currently trying to get my PS4 controller to work via Bluetooth. My kernel is: $ uname -a Linux manuelspc 4.3.3-3-ARCH #1 SMP PREEMPT Wed Jan 20 08:12:23 CET 2016 x86_64 GNU/Linux If I run "evtest" on the event device, created by the controller, then I only get events if the touch pad is touched. Even pressing the touch pad doesn't create a event and all other buttons and sticks don't send events either. What's the reason for this? If I connect via USB, I don't have any issues and all buttons and axis work well... Thank you very much in advance. Best regards, Manuel