Wish I could answer that question myself... 
Found in general.lua
Code:
-- SLI device type
mDeviceType =
{
"BU0386Otus",
"BU0386",
"BU0386a",
"BU0386lc",
"BU0386x",
"SLI-M",
"SLI-PRO",
"SPARE1",
"BU0710",
"SLIEMU",
"SLIF1"
}
I might have to do some LUA scripting for some of the functions on the wheel to work as well. That will be interesting 
Suddenly I remember a question I have had for a while. How do you calibrate the hall sensors? I mean, they operate at a certain distance from the magnet. What if you have fix start and stop positions of the magnet, which are both well within the entire range. Is there a way to normalize the measured values or another way of calibration??