Search found 2 matches
- Wed Jan 21, 2009 8:32 pm
- Forum: PS3 Linux Development
- Topic: ps3 controller not working with latest 2.6.28 kernel
- Replies: 7
- Views: 13468
Hi :) Nice patch you have there now, however, is it possible to disable the gyro stuff, it's impossible to configurate games when the game only accepts the changing gyro values all the time? Maybe comment out stuff in the source, etc? Also, for some reason, hal hotplugging wanted the ps3-controller ...
- Sun Jan 04, 2009 11:15 am
- Forum: PS3 Linux Development
- Topic: ps3 controller not working with latest 2.6.28 kernel
- Replies: 7
- Views: 13468
Hey! Nice one. Thought my ps3-controller was broke or something. Although, I couldn't quite follow that patch. static int sony_probe(struct hid_device *hdev, const struct hid_device_id *id) and no ; after? anyways. I got the ps3-controller to work by simply changing: if (ret) with if (ret < 0) manua...