From: <dg...@su...> - 2009-02-05 09:31:03
|
Author: bellmich Date: Thu Feb 5 10:29:17 2009 New Revision: 917 URL: http://libsyncml.opensync.org/changeset/917 Log: added Samsung SGH-F480 to the list of the supported models This patch was provided by Frederic Brin (duckx). Modified: trunk/libsyncml/transports/obex_client_samsung.c Modified: trunk/libsyncml/transports/obex_client_samsung.c ============================================================================== --- trunk/libsyncml/transports/obex_client_samsung.c Thu Feb 5 10:25:18 2009 (r916) +++ trunk/libsyncml/transports/obex_client_samsung.c Thu Feb 5 10:29:17 2009 (r917) @@ -53,6 +53,7 @@ !g_strcasecmp("SGH-E770", env->model) || !g_strcasecmp("SGH-E860", env->model) || !g_strcasecmp("SGH-E900", env->model) || + !g_strcasecmp("SGH-F480", env->model) || !g_strcasecmp("SGH-S500i", env->model) || !g_strcasecmp("SGH-T609", env->model) || !g_strcasecmp("SGH-X800", env->model) || |