..:: PCSX2 Forums ::..

Full Version: XInput Wrapper for DS3 and Play.com USB Dual DS2 Controller
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510
Bluetooth Beta 1 (ScpServer-0.7.0.96.7z)

Note : The Bluetooth Driver requires that you dedicate a Bluetooth Dongle to DS3 use. It will not be usable by other Bluetooth devices after the driver has been installed.

1. ScpDriver - UAC manifest control. (no need to right-click "Run as Administrator").
2. ScpDriver - Install log (saved to <install-dir>\ScpDriver.log).
3. ScpDriver - Removed legacy GUID check.
4. ScpMonitor - Settings serialization (Visibility and Form locations saved between runs).
5. ScpMonitor - Configuration Form (right-click Tray Icon and select Configuration) See attachment 1.
6. ScpControl - Configuration serialization (saved to <install-dir>\ScpControl.xml).
7. ScpControl - Added check to reject BTH connection if already connected via USB.
8. ScpControl - Added Quick Disconnect (press and hold L1+R1, then press and hold PS - DS3 will disconnect after 2 seconds).
9. ScpControl - Idle Disconnect timer configurable (Disabled, 1 - 30mins).
10. ScpControl - Stick Axis Flippable for XInput.
11. Bluetooth Driver - Removed REV requirements from Inf file*.
12. DS3 Driver - Added Navigation Controller support.
13. XInput Wrapper - Added PS/Guide button support for LilyPad-Scp/Pokopom.
14. LilyPad-Scp - Added PS button support.
15. Virtual Bus - code tidy up, removed unused code.

* Currently supported Bluetooth Dongle hardware ids :

USB\VID_0A12&PID_0001
USB\VID_050D&PID_016A
USB\VID_0CF3&PID_3002
USB\VID_0A5C&PID_2148
USB\VID_0A5C&PID_21E8
USB\VID_0461&PID_4D75
USB\VID_0B05&PID_1783
USB\VID_0B05&PID_179C
USB\VID_0B05&PID_B700
USB\VID_04CA&PID_3006
USB\VID_0489&PID_E011

(if your dongle is not listed - post your hardware id, and I will add it to the list and provide an update package)


Important - make sure your Bluetooth dongle and DS3(s) are plugged in via USB before running ScpDriver.exe. Make sure you have the latest DirectX redist installed and the latest X360 drivers available.

New Install
1. Connect your Dongle and DS3 via USB and let Windows install it's default drivers.
2. Unpack the archive.
3. Create a directory where you want the Service to run from [I used C:\Program Files\Scarlet.Crush Productions - create from an elevated command prompt]
4. Copy the contents of the ScpServer\bin to the directory you created.
5. Run ScpDriver.exe.
6. Click Install.
7. Click Exit.

Upgrade from Alpha 2
1. Close ScpMonitor.
2. Run <install dir>\ScpDriver.exe.
3. Ensure Configure Service is checked, then click Uninstall.
4. Unpack the archive.
5. Copy the contents of the ScpServer\bin to the directory you created.
6. Run ScpDriver.exe.
7. Click Install.
8. Click Exit.

Pairing a DS3 to your Bluetooth Dongle - plug in the DS3 to USB while the Service is running, the DS3 will be automatically paired if required.

Install / Trouble Shooting guide is not quite ready yet, I will post as soon as it is complete.

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-1.7z)

USB\VID_13D3&PID_3304
USB\VID_0930&PID_0215

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-2.7z)

USB\VID_07D1&PID_F101

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-3.7z)

USB\VID_0489&PID_E04E

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-4.7z)

USB\VID_1131&PID_1004

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-5.7z)

USB\VID_0A5C&PID_21E1

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-6.7z)

USB\VID_0DB0&PID_3801

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-7.7z)

USB\VID_046D&PID_C709

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-8.7z)

USB\VID_0B05&PID_17B5

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-9.7z)

USB\VID_0A5C&PID_2146
USB\VID_0C10&PID_0000
USB\VID_413C&PID_8126

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-10.7z)

USB\VID_13D3&PID_3362

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-11.7z)

USB\VID_05AC&PID_821A

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-12.7z)

USB\VID_0A5C&PID_2153

Edit : Added BTH Update - hardware ids (ScpServer-0.7.0.96-Bth-Update-13.7z)

USB\VID_0489&PID_E042
USB\VID_1131&PID_1001

Install Update
1. Unpack the archive.
2. Copy the contents of the ScpServer\bin to the directory you created.
3. Stop the Service [net stop "SCP DS3 Service" - from an elevated command prompt, or use Service Control Manager]
4. Run ScpDriver.exe
5. Uncheck Configure Service, then click Install.
6. Start the Service [net Start "SCP DS3 Service" - from an elevated command prompt, or use Service Control Manager]
Just wanted to say thank you very much for this driver. I've been searching for months for something like this, but I've steered clear of MiJ due to all the bad rap it gets, and my experience with libusb in the past was unsavory.

So far it seems to connect fine with my hardware (built in bluetooth from my ASUS P8Z68-V Pro) and performs wonderfully in PCSX2.
so simply copying this over the other contents in the directory and running the installer should be fine ?
@mikezilla2: yes, just make sure none of the executables are running first.
Great work once again Scarlet!
Thank you for your amazing work, Scarlet! Considering it's beta, it's already works flawlessly. When you release an RC version, we can finally ditch and bury that bloatware MIJ.
Please add USB\VID_13D3&PID_3304 to a list. It's a built-in module that could be found in a lot of laptops.
Thank you again and keep it up! Biggrin
I registered just say thanks for all your work on this =) Finally got to dump motion-joy. Could you add this Hardware Id. USB\VID_0930&PID_0215&REV_0001, USB\VID_0930&PID_0215
Again thanks Cool
Awesome work mate. I had been using libUSB to avoid using motion and joy, but now I have something better than either one Laugh. Using the bluetooth alpha (and soon the beta). Great work dude.

I do have a weird issue to report. Using the original drivers (not the bluetooth alpha), Dolphin locks up when first running it with your modified Xinput dll. Removing and reinserting my Asus BT-211 bluetooth dongle fixes it. The bluetooth alpha doesn't have the issue, so I don't know why that is going on. *shrug* Maybe it's nothing. Either way it's not bugging me since I'm using the bluetooth version now.
@dead_pixel:
@skydragon26:

added your hardware ids, see Post #301
hello all, i just registered to thank you Scarlet for all your work and ask you for some advice Sad

i want to play with my ds3 via belkin bluetooth. i follow your post #301.
-downloaded the pack
-installed driver

controller tester shows pad is connected
server .. uhm shows some processing
monitor shows some adress but 4 pads disconnected
scpservice wont open: "windows service start failure - cannot start from command line or a debugger...."

i have no clue what to do now :/

indentifier of that dongle is USB\VID_0A5C&PID_21E8&REV_0112 ; USB\VID_0A5C&PID_21E8 but after installing your drivers i cant see bt hw in control panel so cant tell much more
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510