Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93322 Details for
Bug 141491
app-pda/synce-librapi2-0.9.2 doesn't work with Yakumo Alpha-X GPS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
synce-dccm-0.9.1-os-version.patch
synce-dccm-0.9.1-os-version.patch (text/plain), 613 bytes, created by
Sergio CERLESI
on 2006-08-03 02:29:48 UTC
(
hide
)
Description:
synce-dccm-0.9.1-os-version.patch
Filename:
MIME Type:
Creator:
Sergio CERLESI
Created:
2006-08-03 02:29:48 UTC
Size:
613 bytes
patch
obsolete
>--- synce-dccm-0.9.1/src/dccm.c.orig 2006-07-20 15:50:35.000000000 +0200 >+++ synce-dccm-0.9.1/src/dccm.c 2006-07-20 15:50:48.000000000 +0200 >@@ -487,7 +487,7 @@ > > /* Offset 0000 is always 24 00 00 00 ? */ > /* Offset 0004 contains the OS version, for example 03 00 = 3.0 */ >- client->os_version = letoh16(*(uint16_t*)(buffer + 0x04)); >+ client->os_version = *(uint8_t*)(buffer + 0x04); > /* Offset 0006 contains the build number, for example 0x2ba3 = 11171 */ > client->build_number = letoh16(*(uint16_t*)(buffer + 0x06)); > /* Offset 0008 contains the processor type, for example 0x0a11 = 2577 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141491
:
93321
| 93322