Search found 4 matches

by hhzz
Fri May 18, 2018 7:52 am
Forum: Development
Topic: Questions about "officially licensed" wired PS3 controller 146b:0902
Replies: 7
Views: 9158

Re: Questions about "officially licensed" wired PS3 controller 146b:0902

Thanks for all the clarifications. Yes, the Linux hid-generic driver doesn't map the BigBen's L2/R2 buttons to pressure-sensitive data, but that's one thing I might be able to fix. I now have all the missing parts and also identified the meaning of the third byte in the force feedback command - it's...
by hhzz
Thu May 17, 2018 11:41 am
Forum: Development
Topic: Questions about "officially licensed" wired PS3 controller 146b:0902
Replies: 7
Views: 9158

Re: Questions about "officially licensed" wired PS3 controller 146b:0902

Just curious: Do you know if the Playstation actually uses button pressure? The gamepad I am looking at sends button pressure data via its HID report, but the Linux driver discards those and only returns "pressed" / "not pressed" to the application.
by hhzz
Thu May 17, 2018 10:18 am
Forum: Development
Topic: Questions about "officially licensed" wired PS3 controller 146b:0902
Replies: 7
Views: 9158

Re: Questions about "officially licensed" wired PS3 controller 146b:0902

This is the first HID device I look at more closely. So you say it's to be expected that the report descriptor doesn't necessarily properly describe the report?
by hhzz
Wed May 16, 2018 2:58 pm
Forum: Development
Topic: Questions about "officially licensed" wired PS3 controller 146b:0902
Replies: 7
Views: 9158

Questions about "officially licensed" wired PS3 controller 146b:0902

Hi there, this isn't GIMX specific, but since you guys are the experts on the Playstation USB HID traffic, can you help me make sense of the USB HID protocol used by a third party game controller for the PS3? My goal is to add support for this gamepad to Linux. First of all, thanks a lot for serialu...