Skip to content

Commit

Permalink
Add support for PS3 Rockband guitars
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay900 authored and AKuHAK committed Mar 23, 2023
1 parent 20628ba commit e8b915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pademu/ds34usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int usb_probe(int devId)
return 0;
}

if (device->idVendor == SONY_VID && device->idProduct == GUITAR_HERO_PS3_PID) {
if (device->idVendor == SONY_VID && (device->idProduct == GUITAR_HERO_PS3_PID || device->idProduct == ROCK_BAND_PS3_PID)) {
return 1;
}

Expand Down

0 comments on commit e8b915c

Please sign in to comment.