[Title] build maru_touchscreen
authorgiwoong.kim <giwoong.kim@samsung.com>
Thu, 8 Mar 2012 12:12:56 +0000 (21:12 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Thu, 8 Mar 2012 12:12:56 +0000 (21:12 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/Makefile.tizen
tizen/src/hw/maru_touchscreen.c

index a42afae..5aae37f 100644 (file)
@@ -26,7 +26,7 @@ obj-i386-y += maru_codec.o
 obj-i386-y += maru_pm.o
 obj-i386-y += maru_vga.o
 obj-i386-y += maru_brightness.o
-#obj-i386-y += maru_touchscreen.o
+obj-i386-y += maru_touchscreen.o
 
 # maru skin
 obj-i386-y += maruskin_sdl.o maruskin_client.o maruskin_server.o maruskin_operation.o
index 623db34..9a393b4 100644 (file)
@@ -108,6 +108,7 @@ static const USBDescDevice desc_device_touchscreen = {
             .bConfigurationValue   = 1,
             .bmAttributes          = 0x80,
             .bMaxPower             = 40,
+            .nif = 1,
             .ifs = &desc_iface_touchscreen,
         },
     },