Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Accidently left in hidDevice.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jul 22, 2008
1 parent 5a0c7f4 commit becf356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/darwin/SDL_syshaptic.c
Expand Up @@ -205,7 +205,7 @@ HIDGetDeviceProduct(io_service_t dev, char *name)

hidProperties = usbProperties = 0;

ret = IORegistryEntryCreateCFProperties(hidDevice, &hidProperties,
ret = IORegistryEntryCreateCFProperties(dev, &hidProperties,
kCFAllocatorDefault,
kNilOptions);
if ((ret != KERN_SUCCESS) || !hidProperties) {
Expand Down

0 comments on commit becf356

Please sign in to comment.