Logoj0ke.net Open Build Service > Projects > hardware:wwan > qcserial > qcserial.changes
Sign Up | Log In

File qcserial.changes of Package qcserial

 
1
-------------------------------------------------------------------
2
Sun Oct 10 17:35:00 UTC 2010 - cs@linux-administrator.com
3
4
- added patch to enable gps & diagnostic monitor
5
  Gobi 2000 device will provide 3 serial ports:
6
        # /dev/ttyUSB0 -> Diagnostics
7
        # /dev/ttyUSB1 -> 3G Modem
8
        # /dev/ttyUSB2 -> NMEA GPS port
9
10
* The Diagnostics Monitor uses Qualcomm's DM protocol; I used
11
  libqcdm (ModemManager) to talk to it, found it working, but at
12
  least DM commands 12 and 64 are not implemented on my device
13
  (Gobi 2000 built into Thinkpad x100e).
14
15
* Functionality of the 3G Modem port remains unchanged.
16
17
* The GPS port and how to enable it has been confirmed now in the
18
  Gobi 3000 source code at:
19
    https://www.codeaurora.org/patches/quic/gobi/
20
  Enable/disable GPS via:
21
        echo "\$GPS_START" > /dev/ttyUSB2
22
        # use GPS
23
        echo "\$GPS_STOP"  > /dev/ttyUSB2
24
 
25
26
-------------------------------------------------------------------
27
Fri Oct  8 08:45:49 UTC 2010 - cs@linux-administrator.com
28
29
- version bumped to 2.6.32
30
- added gobi patch for 2.6.32 which adds usb-wwan module
31
32
-------------------------------------------------------------------
33
Sun Mar 14 13:44:20 UTC 2010 - AxelKoellhofer@web.de - 2.6.31
34
35
- version bumped to 2.6.31 (qcserial.c did not change between 2.6.30 and 2.6.31)
36
- disabled build ec2-flavor on openSUSE 11.1 
37
38
* Fri May 01 2009 - AxelKoellhofer@web.de - 2.6.30
39
- initial package, sources from linux-2.6.30-rc3
40