* Drivers for Bitland Dual Accelerometer
@ 2016-05-19 18:14 Lasse Schuirmann
2016-05-19 21:12 ` Jonathan Cameron
0 siblings, 1 reply; 7+ messages in thread
From: Lasse Schuirmann @ 2016-05-19 18:14 UTC (permalink / raw)
To: linux-iio
Hi,
I'm trying to use Linux on a Lenovo Yoga 300 and can't get the
accelerometer running. It was suggested at
https://github.com/hadess/iio-sensor-proxy/issues/83#issuecomment-220399560
that I contact this mailing list as no driver seems to exist yet.
The device in question is an accelerometer from "Bitland Corporation"
with the APCI ID "DUAL250E".
Windows drivers seem to be available at
http://driverlibs.com/download/Dual-Accelerometer.
I wonder if somebody possibly has the same problem and/or would be
interested in helping getting this to work.
Sincerely,
Lasse Schuirmann
lasse@schuirmann.net
http://coala-analyzer.org/ - http://viperdev.io/ - http://gitmate.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Drivers for Bitland Dual Accelerometer
2016-05-19 18:14 Drivers for Bitland Dual Accelerometer Lasse Schuirmann
@ 2016-05-19 21:12 ` Jonathan Cameron
2016-05-20 13:53 ` jic23
0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Cameron @ 2016-05-19 21:12 UTC (permalink / raw)
To: Lasse Schuirmann, linux-iio
On 19 May 2016 19:14:52 BST, Lasse Schuirmann <lasse.schuirmann@gmail.com> wrote:
>Hi,
>
>I'm trying to use Linux on a Lenovo Yoga 300 and can't get the
>accelerometer running. It was suggested at
>https://github.com/hadess/iio-sensor-proxy/issues/83#issuecomment-220399560
>that I contact this mailing list as no driver seems to exist yet.
>
>The device in question is an accelerometer from "Bitland Corporation"
>with the APCI ID "DUAL250E".
>
>Windows drivers seem to be available at
>http://driverlibs.com/download/Dual-Accelerometer.
>
>I wonder if somebody possibly has the same problem and/or would be
>interested in helping getting this to work.
>
>Sincerely,
>
>Lasse Schuirmann
Hmm long shot but any idea if it could be a rebadged bma250e which is a Bosch
sensortech part? Not sure what the dual bit would be about though.
Digging in those windows drivers may give us more info. They are on lenovos
website as well.
On phone right now but will have a look tomorrow.
Jonathan
>
>lasse@schuirmann.net
>http://coala-analyzer.org/ - http://viperdev.io/ - http://gitmate.com/
>--
>To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Drivers for Bitland Dual Accelerometer
2016-05-19 21:12 ` Jonathan Cameron
@ 2016-05-20 13:53 ` jic23
2016-05-20 13:56 ` Lasse Schuirmann
0 siblings, 1 reply; 7+ messages in thread
From: jic23 @ 2016-05-20 13:53 UTC (permalink / raw)
To: Lasse Schuirmann, linux-iio; +Cc: linux-iio-owner
On 19.05.2016 22:12, Jonathan Cameron wrote:
> On 19 May 2016 19:14:52 BST, Lasse Schuirmann
> <lasse.schuirmann@gmail.com> wrote:
>> Hi,
>>
>> I'm trying to use Linux on a Lenovo Yoga 300 and can't get the
>> accelerometer running. It was suggested at
>> https://github.com/hadess/iio-sensor-proxy/issues/83#issuecomment-220399560
>> that I contact this mailing list as no driver seems to exist yet.
>>
>> The device in question is an accelerometer from "Bitland Corporation"
>> with the APCI ID "DUAL250E".
>>
>> Windows drivers seem to be available at
>> http://driverlibs.com/download/Dual-Accelerometer.
>>
>> I wonder if somebody possibly has the same problem and/or would be
>> interested in helping getting this to work.
>>
>> Sincerely,
>>
>> Lasse Schuirmann
>
> Hmm long shot but any idea if it could be a rebadged bma250e which is a
> Bosch
> sensortech part? Not sure what the dual bit would be about though.
>
> Digging in those windows drivers may give us more info. They are on
> lenovos
> website as well.
>
> On phone right now but will have a look tomorrow.
>
Hmm. The driver in question is based on Microsoft's example
accelerometer driver
for an ADXL345.
https://msdn.microsoft.com/en-us/library/windows/hardware/dn760713(v=vs.85).aspx
Not sure this is going to get us much further though...
No usefully named function names that I can get out of the
DualSPDAccelerometer.dll
Not sure where to go next on reverse engineering this. Are you willing
to
open things up to take a look at what is on the board?
Few times I've gotten involved with doing this it's always been a case
of getting
some probes on the chip. There probably are other ways of doing it but
I've no idea how in windows!
My gut feeling is that Bitland don't make Mems devices so are getting it
from
someone else. Could be wrong, but it's someway from what their core
business
seems to be (putting generic stuff together to make machines for other
people).
Jonathan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Drivers for Bitland Dual Accelerometer
2016-05-20 13:53 ` jic23
@ 2016-05-20 13:56 ` Lasse Schuirmann
2016-05-21 17:46 ` Jonathan Cameron
0 siblings, 1 reply; 7+ messages in thread
From: Lasse Schuirmann @ 2016-05-20 13:56 UTC (permalink / raw)
To: jic23; +Cc: linux-iio, linux-iio-owner
On 20 May 2016 at 15:53, <jic23@jic23.retrosnub.co.uk> wrote:
> On 19.05.2016 22:12, Jonathan Cameron wrote:
>>
>> On 19 May 2016 19:14:52 BST, Lasse Schuirmann
>> <lasse.schuirmann@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> I'm trying to use Linux on a Lenovo Yoga 300 and can't get the
>>> accelerometer running. It was suggested at
>>>
>>> https://github.com/hadess/iio-sensor-proxy/issues/83#issuecomment-220399560
>>> that I contact this mailing list as no driver seems to exist yet.
>>>
>>> The device in question is an accelerometer from "Bitland Corporation"
>>> with the APCI ID "DUAL250E".
>>>
>>> Windows drivers seem to be available at
>>> http://driverlibs.com/download/Dual-Accelerometer.
>>>
>>> I wonder if somebody possibly has the same problem and/or would be
>>> interested in helping getting this to work.
>>>
>>> Sincerely,
>>>
>>> Lasse Schuirmann
>>
>>
>> Hmm long shot but any idea if it could be a rebadged bma250e which is a
>> Bosch
>> sensortech part? Not sure what the dual bit would be about though.
>>
>> Digging in those windows drivers may give us more info. They are on
>> lenovos
>> website as well.
>>
>> On phone right now but will have a look tomorrow.
>>
>
> Hmm. The driver in question is based on Microsoft's example accelerometer
> driver
> for an ADXL345.
>
> https://msdn.microsoft.com/en-us/library/windows/hardware/dn760713(v=vs.85).aspx
>
> Not sure this is going to get us much further though...
>
> No usefully named function names that I can get out of the
> DualSPDAccelerometer.dll
> Not sure where to go next on reverse engineering this. Are you willing to
> open things up to take a look at what is on the board?
This is not my device so I can't say definitely but I may well be able
to open it up once if you tell me what you're looking for as I'm not
much of a hardware person.
> Few times I've gotten involved with doing this it's always been a case of
> getting
> some probes on the chip. There probably are other ways of doing it but
> I've no idea how in windows!
>
> My gut feeling is that Bitland don't make Mems devices so are getting it
> from
> someone else. Could be wrong, but it's someway from what their core
> business
> seems to be (putting generic stuff together to make machines for other
> people).
>
> Jonathan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Drivers for Bitland Dual Accelerometer
2016-05-20 13:56 ` Lasse Schuirmann
@ 2016-05-21 17:46 ` Jonathan Cameron
2016-05-23 16:48 ` Lasse Schuirmann
0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Cameron @ 2016-05-21 17:46 UTC (permalink / raw)
To: Lasse Schuirmann, jic23; +Cc: linux-iio, linux-iio-owner
On 20/05/16 14:56, Lasse Schuirmann wrote:
> On 20 May 2016 at 15:53, <jic23@jic23.retrosnub.co.uk> wrote:
>> On 19.05.2016 22:12, Jonathan Cameron wrote:
>>>
>>> On 19 May 2016 19:14:52 BST, Lasse Schuirmann
>>> <lasse.schuirmann@gmail.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> I'm trying to use Linux on a Lenovo Yoga 300 and can't get the
>>>> accelerometer running. It was suggested at
>>>>
>>>> https://github.com/hadess/iio-sensor-proxy/issues/83#issuecomment-220399560
>>>> that I contact this mailing list as no driver seems to exist yet.
>>>>
>>>> The device in question is an accelerometer from "Bitland Corporation"
>>>> with the APCI ID "DUAL250E".
>>>>
>>>> Windows drivers seem to be available at
>>>> http://driverlibs.com/download/Dual-Accelerometer.
>>>>
>>>> I wonder if somebody possibly has the same problem and/or would be
>>>> interested in helping getting this to work.
>>>>
>>>> Sincerely,
>>>>
>>>> Lasse Schuirmann
>>>
>>>
>>> Hmm long shot but any idea if it could be a rebadged bma250e which is a
>>> Bosch
>>> sensortech part? Not sure what the dual bit would be about though.
>>>
>>> Digging in those windows drivers may give us more info. They are on
>>> lenovos
>>> website as well.
>>>
>>> On phone right now but will have a look tomorrow.
>>>
>>
>> Hmm. The driver in question is based on Microsoft's example accelerometer
>> driver
>> for an ADXL345.
>>
>> https://msdn.microsoft.com/en-us/library/windows/hardware/dn760713(v=vs.85).aspx
>>
>> Not sure this is going to get us much further though...
>>
>> No usefully named function names that I can get out of the
>> DualSPDAccelerometer.dll
>> Not sure where to go next on reverse engineering this. Are you willing to
>> open things up to take a look at what is on the board?
>
> This is not my device so I can't say definitely but I may well be able
> to open it up once if you tell me what you're looking for as I'm not
> much of a hardware person.
Pretty much playing guess which chip is the accelerometer - tend to be perhaps
3x3mm and see if it has a logo on the top or a more detailed part number.
Otherwise, I'm guessing the laptop no longer has windows on it, so
trying to snoop on bus transfers is going to be 'tricky'.
J
>
>> Few times I've gotten involved with doing this it's always been a case of
>> getting
>> some probes on the chip. There probably are other ways of doing it but
>> I've no idea how in windows!
>>
>> My gut feeling is that Bitland don't make Mems devices so are getting it
>> from
>> someone else. Could be wrong, but it's someway from what their core
>> business
>> seems to be (putting generic stuff together to make machines for other
>> people).
>>
>> Jonathan
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Drivers for Bitland Dual Accelerometer
2016-05-21 17:46 ` Jonathan Cameron
@ 2016-05-23 16:48 ` Lasse Schuirmann
2016-05-29 19:10 ` Jonathan Cameron
0 siblings, 1 reply; 7+ messages in thread
From: Lasse Schuirmann @ 2016-05-23 16:48 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: jic23, linux-iio, linux-iio-owner
On 21 May 2016 at 19:46, Jonathan Cameron <jic23@kernel.org> wrote:
> On 20/05/16 14:56, Lasse Schuirmann wrote:
>> On 20 May 2016 at 15:53, <jic23@jic23.retrosnub.co.uk> wrote:
>>> On 19.05.2016 22:12, Jonathan Cameron wrote:
>>>>
>>>> On 19 May 2016 19:14:52 BST, Lasse Schuirmann
>>>> <lasse.schuirmann@gmail.com> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I'm trying to use Linux on a Lenovo Yoga 300 and can't get the
>>>>> accelerometer running. It was suggested at
>>>>>
>>>>> https://github.com/hadess/iio-sensor-proxy/issues/83#issuecomment-220399560
>>>>> that I contact this mailing list as no driver seems to exist yet.
>>>>>
>>>>> The device in question is an accelerometer from "Bitland Corporation"
>>>>> with the APCI ID "DUAL250E".
>>>>>
>>>>> Windows drivers seem to be available at
>>>>> http://driverlibs.com/download/Dual-Accelerometer.
>>>>>
>>>>> I wonder if somebody possibly has the same problem and/or would be
>>>>> interested in helping getting this to work.
>>>>>
>>>>> Sincerely,
>>>>>
>>>>> Lasse Schuirmann
>>>>
>>>>
>>>> Hmm long shot but any idea if it could be a rebadged bma250e which is a
>>>> Bosch
>>>> sensortech part? Not sure what the dual bit would be about though.
>>>>
>>>> Digging in those windows drivers may give us more info. They are on
>>>> lenovos
>>>> website as well.
>>>>
>>>> On phone right now but will have a look tomorrow.
>>>>
>>>
>>> Hmm. The driver in question is based on Microsoft's example accelerometer
>>> driver
>>> for an ADXL345.
>>>
>>> https://msdn.microsoft.com/en-us/library/windows/hardware/dn760713(v=vs.85).aspx
>>>
>>> Not sure this is going to get us much further though...
>>>
>>> No usefully named function names that I can get out of the
>>> DualSPDAccelerometer.dll
>>> Not sure where to go next on reverse engineering this. Are you willing to
>>> open things up to take a look at what is on the board?
>>
>> This is not my device so I can't say definitely but I may well be able
>> to open it up once if you tell me what you're looking for as I'm not
>> much of a hardware person.
> Pretty much playing guess which chip is the accelerometer - tend to be perhaps
> 3x3mm and see if it has a logo on the top or a more detailed part number.
>
> Otherwise, I'm guessing the laptop no longer has windows on it, so
> trying to snoop on bus transfers is going to be 'tricky'.
windows is still present.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Drivers for Bitland Dual Accelerometer
2016-05-23 16:48 ` Lasse Schuirmann
@ 2016-05-29 19:10 ` Jonathan Cameron
0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Cameron @ 2016-05-29 19:10 UTC (permalink / raw)
To: Lasse Schuirmann; +Cc: jic23, linux-iio, linux-iio-owner
On 23/05/16 17:48, Lasse Schuirmann wrote:
> On 21 May 2016 at 19:46, Jonathan Cameron <jic23@kernel.org> wrote:
>> On 20/05/16 14:56, Lasse Schuirmann wrote:
>>> On 20 May 2016 at 15:53, <jic23@jic23.retrosnub.co.uk> wrote:
>>>> On 19.05.2016 22:12, Jonathan Cameron wrote:
>>>>>
>>>>> On 19 May 2016 19:14:52 BST, Lasse Schuirmann
>>>>> <lasse.schuirmann@gmail.com> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I'm trying to use Linux on a Lenovo Yoga 300 and can't get the
>>>>>> accelerometer running. It was suggested at
>>>>>>
>>>>>> https://github.com/hadess/iio-sensor-proxy/issues/83#issuecomment-220399560
>>>>>> that I contact this mailing list as no driver seems to exist yet.
>>>>>>
>>>>>> The device in question is an accelerometer from "Bitland Corporation"
>>>>>> with the APCI ID "DUAL250E".
>>>>>>
>>>>>> Windows drivers seem to be available at
>>>>>> http://driverlibs.com/download/Dual-Accelerometer.
>>>>>>
>>>>>> I wonder if somebody possibly has the same problem and/or would be
>>>>>> interested in helping getting this to work.
>>>>>>
>>>>>> Sincerely,
>>>>>>
>>>>>> Lasse Schuirmann
>>>>>
>>>>>
>>>>> Hmm long shot but any idea if it could be a rebadged bma250e which is a
>>>>> Bosch
>>>>> sensortech part? Not sure what the dual bit would be about though.
>>>>>
>>>>> Digging in those windows drivers may give us more info. They are on
>>>>> lenovos
>>>>> website as well.
>>>>>
>>>>> On phone right now but will have a look tomorrow.
>>>>>
>>>>
>>>> Hmm. The driver in question is based on Microsoft's example accelerometer
>>>> driver
>>>> for an ADXL345.
>>>>
>>>> https://msdn.microsoft.com/en-us/library/windows/hardware/dn760713(v=vs.85).aspx
>>>>
>>>> Not sure this is going to get us much further though...
>>>>
>>>> No usefully named function names that I can get out of the
>>>> DualSPDAccelerometer.dll
>>>> Not sure where to go next on reverse engineering this. Are you willing to
>>>> open things up to take a look at what is on the board?
>>>
>>> This is not my device so I can't say definitely but I may well be able
>>> to open it up once if you tell me what you're looking for as I'm not
>>> much of a hardware person.
>> Pretty much playing guess which chip is the accelerometer - tend to be perhaps
>> 3x3mm and see if it has a logo on the top or a more detailed part number.
>>
>> Otherwise, I'm guessing the laptop no longer has windows on it, so
>> trying to snoop on bus transfers is going to be 'tricky'.
>
> windows is still present.
Hmm. Anyone know how / if to snoop on ACPI calls in windows?
Jonathan
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-05-29 19:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 18:14 Drivers for Bitland Dual Accelerometer Lasse Schuirmann
2016-05-19 21:12 ` Jonathan Cameron
2016-05-20 13:53 ` jic23
2016-05-20 13:56 ` Lasse Schuirmann
2016-05-21 17:46 ` Jonathan Cameron
2016-05-23 16:48 ` Lasse Schuirmann
2016-05-29 19:10 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).