This is patched version of IOHIDFamily-368.21 to use USB device from Chrome/Chromium on 10.7.5 (build 11G63).
Chrome/Chromium needs raw device descriptor (kIOHIDReportDescriptorKey) to recognize USB devices, but IOHIDDevice on 10.7 does not expose raw value.
Actual diff is only 1 byte (#if 0
to #if 1
) from original.
Some workarounds may need to build, so pre-built binary is available.
Replace existing IOHIDFamily.kext with new one, and rebuild kext cache with sudo kextcache -system-caches
, then reboot.