MOTOSLVR L9
From Moto4Lin
[edit]
MOTOSLVR L9
This pages gives an overview of MOTOSLVR L9.
[edit]
Standard Features
- Transflash memory slot with 128MB card included
- Bluetooth
- Calendar
- Mini USB-Slot
- MP3 player
- FM-Radio
- 2.0 MegaPixel
- J2ME™ MIDP 2.0
To make moto4lin work with L9, find and replace two similar lines (near line #944 in release and near #1026 in trunk) in p2kproc.cpp as following:
ret=usb_control_msg(dev, requesttype, request, value, index, bytes, size, timeout);
replace with
ret=usb_control_msg(dev, requesttype, request, value, 0x02, bytes, size, timeout);
