From a4129f22b45b945b40fe8487700a119db0485956 Mon Sep 17 00:00:00 2001 From: "jaehoon.you" Date: Tue, 2 Apr 2013 20:43:07 +0900 Subject: [PATCH] Add udev rules for supporting Ubuntu 12.10 In Ubuntu 12.10, modem-manager interrupt and close Tizen device. so, add exceptional udev rules for ttyACM connection. lthor Version 1.2 -> 1.3 Change-Id: I0c88084a8ff0f2e2f39d2b76e6568a81cf1a3e87 Signed-off-by: jaehoon.you --- 99-lthor.rules | 3 ++- CMakeLists.txt | 2 +- packaging/lthor.spec | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/99-lthor.rules b/99-lthor.rules index 97440fe..dcd694d 100644 --- a/99-lthor.rules +++ b/99-lthor.rules @@ -1 +1,2 @@ -SUBSYSTEM=="tty", KERNEL=="ttyACM0", MODE="0666" +SUBSYSTEM=="tty", KERNEL=="ttyACM*", MODE="0666" +SUBSYSTEM=="tty", KERNEL=="ttyACM*", ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="685d", ENV{ID_MM_CANDIDATE}="null" diff --git a/CMakeLists.txt b/CMakeLists.txt index 076aff3..5bd246e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ SET(PKGNAME "${PACKAGE}") SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(BINDIR "${PREFIX}/bin") -SET(PACKAGE_VERSION "1.2") +SET(PACKAGE_VERSION "1.3") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") diff --git a/packaging/lthor.spec b/packaging/lthor.spec index 313f0d4..ff239a9 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -3,7 +3,7 @@ # Name: lthor Summary: Flashing tool for Tizen lunchbox -Version: 1.0 +Version: 1.3 Release: 1 Group: Development/Tools/Other License: Apache -- 2.34.1