View Single Post
Posts: 8 | Thanked: 0 times | Joined on Jun 2010
#708
Hiho,

I have been trying a lot to make a "PS(R) Controller" i.e. Snakebyte Premium Bluetooth Controller work with sixad. I got as far as it asked me repeatedly to allow connection, as reported by other users with genuine controllers.

I'd like to know why it HAS to be a genuine controller considering I got that far at all.

Is there something hardcoded that I would have to change so it resembles my model? It's just an HID after all which works great on either PS3 or PC. It ought to be possible to figure that out.

Here is the USB device info on the Snakebyte pad,
Code:
Device Descriptor:
bcdUSB:             0x0200
bDeviceClass:         0x00
bDeviceSubClass:      0x00
bDeviceProtocol:      0x00
bMaxPacketSize0:      0x40 (64)
idVendor:           0x054C (Sony Corporation)
idProduct:          0x0268
bcdDevice:          0x0100
iManufacturer:        0x01
iProduct:             0x02
iSerialNumber:        0x00
bNumConfigurations:   0x01

ConnectionStatus: DeviceConnected
Current Config Value: 0x01
Device Bus Speed:     Full
Device Address:       0x02
Open Pipes:              2

Endpoint Descriptor:
bEndpointAddress:     0x02  OUT
Transfer Type:   Interrupt
wMaxPacketSize:     0x0040 (64)
bInterval:            0x01

Endpoint Descriptor:
bEndpointAddress:     0x81  IN
Transfer Type:   Interrupt
wMaxPacketSize:     0x0040 (64)
bInterval:            0x01
maybe someone can point me to an idea?