Guest User

Untitled

a guest
Mar 14th, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 88.28 KB | None | 0 0
  1. export PATH=/data/local/bin:$PATH
  2. $ export PATH=/data/local/bin:$PATH
  3. $su
  4. # fdisk -l
  5. # mount
  6. rootfs on / type rootfs (rw,relatime)
  7. tmpfs on /dev type tmpfs (rw,relatime,mode=755)
  8. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  9. proc on /proc type proc (rw,relatime)
  10. sysfs on /sys type sysfs (rw,relatime)
  11. none on /acct type cgroup (rw,relatime,cpuacct)
  12. tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
  13. tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
  14. none on /dev/cpuctl type cgroup (rw,relatime,cpu)
  15. tmpfs on /dev type tmpfs (rw,relatime,mode=755)
  16. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  17. tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
  18. tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
  19. none on /dev/cpuctl type cgroup (rw,relatime,cpu)
  20. /dev/block/mmcblk1p21 on /system type ext3 (ro,relatime,errors=continue,data=ordered)
  21. /dev/block/mmcblk1p22 on /cache type ext3 (rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered)
  22. /dev/block/mmcblk1p24 on /data type ext3 (rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered)
  23. tmpfs on /data/tmp type tmpfs (rw,relatime,size=2048k)
  24. /dev/block/mmcblk1p7 on /pds type ext3 (rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered)
  25. /dev/block/mmcblk1p23 on /preinstall type ext3 (rw,nosuid,nodev,noatime,nodiratime,data=ordered)
  26. /dev/block/vold/179:1 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
  27. /dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
  28. tmpfs on /mnt/sdcard/.android_secure type tmpfs (ro,relatime,size=0k,mode=000)
  29. # dmesg
  30. <6>[    0.000000] Initializing cgroup subsys cpu
  31. <5>[    0.000000] Linux version 2.6.32.9-g34b306d (bmvq37@zin22lnxdroid28) (gcc version 4.4.0 (GCC) ) #1 PREEMPT Sat Aug 20 10:40:49 IST 2011
  32. <4>[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
  33. <4>[    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  34. <4>[    0.000000] Machine: mapphone_
  35. <4>[    0.000000] parse_tag_powerup_reason: powerup reason=0x00000080
  36. <4>[    0.000000] Ignoring unrecognised tag 0xf1000402
  37. <4>[    0.000000] Ignoring unrecognised tag 0xf1000403
  38. <4>[    0.000000] Ignoring unrecognised tag 0xf1000404
  39. <4>[    0.000000] Ignoring unrecognised tag 0xf1000405
  40. <4>[    0.000000] Ignoring unrecognised tag 0xf1000406
  41. <6>[    0.000000] parse_tag_mbm_version: mbm_version=0x00003004
  42. <6>[    0.000000] parse_tag_mbm_loader_version: mbm_loader_version=0x000005a0
  43. <4>[    0.000000] Ignoring unrecognised tag 0xf1000409
  44. <6>[    0.000000] flat_dev_tree_address=0x89090000, flat_dev_tree_size == 0x00002010
  45. <4>[    0.000000] Ignoring unrecognised tag 0xf100040b
  46. <4>[    0.000000] Ignoring unrecognised tag 0xf100040c
  47. <4>[    0.000000] Ignoring unrecognised tag 0xf100040d
  48. <6>[    0.000000] parse_tag_battery_status_at_boot: battery_status_at_boot=0x00000001
  49. <4>[    0.000000] Ignoring unrecognised tag 0xf100040f
  50. <4>[    0.000000] Ignoring unrecognised tag 0xf1000410
  51. <4>[    0.000000] Ignoring unrecognised tag 0xf1000411
  52. <4>[    0.000000] Ignoring unrecognised tag 0xf1000412
  53. <4>[    0.000000] Ignoring unrecognised tag 0xf1000413
  54. <4>[    0.000000] Memory policy: ECC disabled, Data cache writeback
  55. <7>[    0.000000] On node 0 totalpages: 127488
  56. <7>[    0.000000] free_area_init_node: node 0, pgdat c05d3fa0, node_mem_map c07d4000
  57. <7>[    0.000000]   Normal zone: 996 pages used for memmap
  58. <7>[    0.000000]   Normal zone: 0 pages reserved
  59. <7>[    0.000000]   Normal zone: 126492 pages, LIFO batch:31
  60. <6>[    0.000000] OMAP3630 ES1.1 (l2cache iva sgx neon isp )
  61. <6>[    0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x100000
  62. <6>[    0.000000] Reserving 4194304 bytes SDRAM for VRAM
  63. <4>[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 126492
  64. <5>[    0.000000] Kernel command line: console=/dev/null rw mem=498M@0x80C00000 init=/init ip=off brdrev=P3A omap3_die_id androidboot.bootloader=0x0000 mmcparts=mmcblk1:p7(pds),p15(boot),p16(recovery),p17(cdrom),p18(misc),p19(cid),p20(kpanic),p21(system),p22(cache),p23(preinstall),p24(userdata) androidboot.mode=normal androidboot.bootloader=3004 androidboot.serialno=015DC1F501017012
  65. <6>[    0.000000] boot_mode=normal
  66. <6>[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  67. <6>[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  68. <6>[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  69. <6>[    0.000000] Memory: 498MB = 498MB total
  70. <5>[    0.000000] Memory: 486656KB available (5212K code, 2415K data, 180K init, 0K highmem)
  71. <6>[    0.000000] Hierarchical RCU implementation.
  72. <6>[    0.000000] NR_IRQS:368
  73. <6>[    0.000000] get_omap3630_revision_id: Default omap3630-variant 0x36301000
  74. <6>[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/1000 MHz
  75. <6>[    0.000000] Reprogramming SDRC clock to 400000000 Hz
  76. <6>[    0.000000] GPMC revision 5.0
  77. <6>[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  78. <6>[    0.000000] Total of 96 interrupts on 1 active controller
  79. <6>[    0.000000] OMAP GPIO hardware version 2.5
  80. <6>[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  81. <6>[    0.000000] Calibrating delay loop... 998.84 BogoMIPS (lpj=3899392)
  82. <4>[    0.000000] Mount-cache hash table entries: 512
  83. <6>[    0.000000] Initializing cgroup subsys cpuacct
  84. <6>[    0.000000] CPU: Testing write buffer coherency: ok
  85. <7>[    0.000000] Synthetic TSC timer will fire each 68 jiffies.
  86. <6>[    0.000000] regulator: core version 0.5
  87. <6>[    0.000000] NET: Registered protocol family 16
  88. <6>[    0.000000] Device tree prop padinit override done
  89. <6>[    0.000000] Device tree prop padwkupsinit override done
  90. <6>[    0.000000] Device tree prop offmodeinit override done
  91. <6>[    0.000000] Device tree prop offmodewkupsinit override done
  92. <6>[    0.000000] GPIO mapping write: pin = 28, name = akm8973_reset
  93. <6>[    0.000000] GPIO mapping write: pin = 160, name = lm3530_reset
  94. <6>[    0.000000] GPIO mapping write: pin = 29, name = lm3530_int
  95. <6>[    0.000000] GPIO mapping write: pin = 175, name = akm8973_int
  96. <6>[    0.000000] GPIO mapping write: pin = 179, name = bt_reset_b
  97. <6>[    0.000000] GPIO mapping write: pin = 8, name = bt_wake_b
  98. <6>[    0.000000] GPIO mapping write: pin = 178, name = bt_host_wake_b
  99. <6>[    0.000000] GPIO mapping write: pin = 186, name = wlan_reset
  100. <6>[    0.000000] GPIO mapping write: pin = 100, name = silence_data
  101. <6>[    0.000000] GPIO mapping write: pin = 9, name = lin_vib_amp_en
  102. <6>[    0.000000] GPIO mapping write: pin = 181, name = vib_control_en
  103. <6>[    0.000000] GPIO mapping write: pin = 176, name = power_off
  104. <6>[    0.000000] GPIO mapping write: pin = 109, name = touch_panel_int
  105. <6>[    0.000000] GPIO mapping write: pin = 164, name = touch_panel_rst
  106. <6>[    0.000000] GPIO mapping write: pin = 42, name = fm_enable
  107. <6>[    0.000000] GPIO mapping write: pin = 127, name = ipc_o_bp_pwron
  108. <6>[    0.000000] GPIO mapping write: pin = 128, name = ipc_o_bp_pshold
  109. <6>[    0.000000] GPIO mapping write: pin = 157, name = ipc_o_bp_flash_en
  110. <6>[    0.000000] GPIO mapping write: pin = 129, name = ipc_i_bp_resout
  111. <6>[    0.000000] GPIO mapping write: pin = 141, name = ipc_i_bp_ready
  112. <6>[    0.000000] GPIO mapping write: pin = 59, name = ipc_i_bp_ready2
  113. <6>[    0.000000] GPIO mapping write: pin = 140, name = ipc_o_usb_bypass
  114. <6>[    0.000000] GPIO mapping write: pin = 142, name = ipc_o_usb_susp
  115. <6>[    0.000000] GPIO mapping write: pin = 155, name = ipc_o_usb_txen_n
  116. <6>[    0.000000] GPIO mapping write: pin = 7, name = hdmi_mux_select
  117. <6>[    0.000000] GPIO mapping write: pin = 69, name = hdmi_mux_en_n
  118. <6>[    0.000000] GPIO mapping write: pin = 22, name = accel1_int
  119. <6>[    0.000000] GPIO mapping write: pin = 25, name = hdmi_int
  120. <6>[    0.000000] GPIO mapping write: pin = 180, name = proximity_int
  121. <6>[    0.000000] DT overwrite GPIO Mapping done!
  122. <6>[    0.000000] GPIO Mapping init done!
  123. <6>[    0.000000] ram_console: got buffer at 8e000000, size 20000
  124. <6>[    0.000000] ram_console: uncorrectable error in header
  125. <6>[    0.000000] ram_console: no valid data in buffer (sig = 0x55555555)
  126. <6>[    0.000000] console [ram-1] enabled
  127. <6>[    0.000000] Modem0 is 0x001e0000
  128. <6>[    0.000000] CPCAP: using default bus_num 1
  129. <6>[    0.000000] cpcap init size = 1
  130. <6>[    0.000000] CPCAP: Add new reg [156] setting!
  131. <6>[    0.000000] cpcap init size = 7
  132. <6>[    0.000000] CPCAP: Overwrite regulator init [6]!
  133. <6>[    0.000000] CPCAP: Overwrite regulator init [8]!
  134. <6>[    0.000000] CPCAP: Overwrite regulator init [13]!
  135. <6>[    0.000000] CPCAP: Overwrite regulator init [14]!
  136. <6>[    0.000000] CPCAP: Overwrite regulator init [15]!
  137. <6>[    0.000000] CPCAP: Overwrite regulator init [18]!
  138. <6>[    0.000000] CPCAP: Overwrite regulator init [19]!
  139. <6>[    0.000000] cpcap init size = 7
  140. <6>[    0.000000] CPCAP: Overwrite regulator mode [6]!
  141. <6>[    0.000000] CPCAP: Overwrite regulator mode [8]!
  142. <6>[    0.000000] CPCAP: Overwrite regulator mode [20]!
  143. <6>[    0.000000] CPCAP: Overwrite regulator mode [13]!
  144. <6>[    0.000000] CPCAP: Overwrite regulator mode [14]!
  145. <6>[    0.000000] CPCAP: Overwrite regulator mode [15]!
  146. <6>[    0.000000] CPCAP: Overwrite regulator mode [22]!
  147. <3>[    0.000000] Read property regulator_off_mode error!
  148. <3>[    0.000000] Read property stereo_loudspeaker error!
  149. <6>[    0.000000] CPCAP: delaying cpcap_usb probe
  150. <6>[    0.000000] CPCAP: delaying cpcap_usb_det probe
  151. <6>[    0.000000] CPCAP: delaying cpcap_audio probe
  152. <6>[    0.000000] CPCAP: delaying cpcap_3mm5 probe
  153. <6>[    0.000000] CPCAP: delaying bd7885 probe
  154. <6>[    0.000000] cpcap_leds_init Configuring CPCAP LED drivers
  155. <6>[    0.000000] CPCAP,ABMODE found.
  156. <6>[    0.000000] CPCAP LED found.
  157. <6>[    0.000000] type = 0X  210000
  158. <6>[    0.000000] CPCAP LED found.
  159. <6>[    0.000000] type = 0X  210001
  160. <6>[    0.000000] CPCAP,ADB found.
  161. <6>[    0.000000] CPCAP: delaying leds-cpcap-adb probe
  162. <6>[    0.000000] CPCAP LED found.
  163. <6>[    0.000000] type = 0X  210005
  164. <6>[    0.000000] CPCAP,RGB found.
  165. <6>[    0.000000] CPCAP: delaying leds-cpcap-rgb probe
  166. <6>[    0.000000] CPCAP: delaying flash-torch-3559 probe
  167. <6>[    0.000000] CPCAP: delaying cpcap_vio_active probe
  168. <3>[    0.000000] mapphone_als_init: Cann't get manual als config
  169. <6>[    0.000000] mapphone_als_init:Initializing
  170. <3>[    0.000000] mapphone_isl29030_init - unable to read /System@0/I2C@0/Proximity@0 node from device tree.
  171. <7>[    0.000000] cannot retrieve akm8975_reset from device tree
  172. <3>[    0.000000] adp8870_reset not in device_tree
  173. <6>[    0.000000] feature_mipi_cam 1
  174. <6>[    0.000000] Regulators for device: vcam
  175. <6>[    0.000000] Adding vcam to camera     regulator list
  176. <6>[    0.000000] mapphone_camera_init: MIPI camera
  177. <6>[    0.000000] mapphone_legacy_qtouch_init: Selecting legacy qtouch driver.
  178. <6>[    0.000000] mapphone_touch_init: Touch init successful.
  179. <6>[    0.000000] Modem0 is 0x001e0000
  180. <7>[    0.000000] mapphone_bt_init: misc_cpcap not null
  181. <3>[    0.000000] USB Overwrite nLuns 2
  182. <6>[    0.000000] USB PID overwritten for  msc with 0x4285
  183. <6>[    0.000000] USB PID overwritten for  cdrom with 0x41de
  184. <6>[    0.000000] USB PID overwritten for  msc_adb with 0x4286
  185. <6>[    0.000000] USB PID overwritten for  eth with 0x41d4
  186. <6>[    0.000000] USB PID overwritten for  mtp with 0x41d6
  187. <6>[    0.000000] USB PID overwritten for  acm with 0x6422
  188. <6>[    0.000000] USB PID overwritten for  eth_adb with 0x41ea
  189. <6>[    0.000000] USB PID overwritten for  acm_eth_mtp with 0x41d8
  190. <6>[    0.000000] USB PID overwritten for  mtp_adb with 0x41dc
  191. <6>[    0.000000] USB PID overwritten for  acm_eth_mtp_adb with 0x4284
  192. <6>[    0.000000] USB PID overwritten for  acm_eth_adb with 0x41e2
  193. <6>[    0.000000] USB PID overwritten for  msc_eth with 0x41d4
  194. <6>[    0.000000] USB PID overwritten for  msc_adb_eth with 0x41d4
  195. <6>[    0.000000] USB PID overwritten for  charge_only with 0x4287
  196. <6>[    0.000000] USB PID overwritten for  charge_adb with 0x428c
  197. <6>[    0.000000] DT overwrite of  USB PID's done!
  198. <6>[    0.000000] SIM device disabled.
  199. <3>[    0.000000] omap_init_mbox: platform not supported
  200. <6>[    0.000000] Enabling MIPI DLI Test
  201. <6>[    0.000000] I2C-1 devices: qtouch-obp-ts,lm3530_led,airc
  202. <6>[    0.000000] qtouch-obp-ts -> I2C bus-1
  203. <6>[    0.000000] lm3530_led -> I2C bus-1
  204. <6>[    0.000000] I2C-2 devices: akm8973,kxtf9
  205. <6>[    0.000000] akm8973 -> I2C bus-2
  206. <6>[    0.000000] kxtf9 -> I2C bus-2
  207. <6>[    0.000000] I2C-3 devices: HP_GEN_LENS,tda19989,ov8810,lm3559_led
  208. <6>[    0.000000] HP_GEN_LENS -> I2C bus-3
  209. <6>[    0.000000] tda19989 -> I2C bus-3
  210. <6>[    0.000000] ov8810 -> I2C bus-3
  211. <6>[    0.000000] lm3559_led -> I2C bus-3
  212. <6>[    4.320770] OMAP DMA hardware revision 5.0
  213. <6>[    4.320922] Reserving DMA channels 0 and 1 for HS ROM code
  214. <4>[    4.336547] bio: create slab <bio-0> at 0
  215. <3>[    4.337554] Invalid Console Name
  216. <4>[    4.337738] Invalid console paramter. UART Library Init Failed!
  217. <6>[    4.337829] !!!!!!!! Unable to recongnize Console UART........
  218. <6>[    4.337982] omap-uart.1: ttyS0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART1
  219. <3>[    4.338287] Invalid Console Name
  220. <4>[    4.338378] Invalid console paramter. UART Library Init Failed!
  221. <6>[    4.338531] !!!!!!!! Unable to recongnize Console UART........
  222. <6>[    4.338623] omap-uart.2: ttyS1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART2
  223. <3>[    4.338958] Invalid Console Name
  224. <4>[    4.339050] Invalid console paramter. UART Library Init Failed!
  225. <6>[    4.339233] !!!!!!!! Unable to recongnize Console UART........
  226. <6>[    4.339324] omap-uart.3: ttyS2 at MMIO 0x49020000 (irq = 74) is a OMAP UART3
  227. <4>[    4.345489] cpcap-regltr: probe of cpcap-regltr.0 failed with error -22
  228. <4>[    4.345825] cpcap-regltr: probe of cpcap-regltr.1 failed with error -22
  229. <4>[    4.346069] cpcap-regltr: probe of cpcap-regltr.2 failed with error -22
  230. <4>[    4.346374] cpcap-regltr: probe of cpcap-regltr.3 failed with error -22
  231. <6>[    4.346893] regulator: sw5: 5050 mV
  232. <6>[    4.347503] regulator: vusb: 3300 mV
  233. <6>[    4.348510] regulator: vcam: 2900 mV
  234. <6>[    4.350372] regulator: vcsi: 1800 mV
  235. <6>[    4.351409] regulator: vdac: 1800 mV
  236. <6>[    4.353332] regulator: vdig: 1875 mV
  237. <6>[    4.353790] regulator: vfuse: 1500 <--> 3150 mV
  238. <6>[    4.355407] regulator: vhvio: 2775 mV
  239. <6>[    4.356445] regulator: vsdio: 2900 mV
  240. <6>[    4.357513] regulator: vpll: 1800 mV
  241. <6>[    4.358154] regulator: vrf1: 2775 mV
  242. <6>[    4.359680] regulator: vrf2: 2775 mV
  243. <6>[    4.360717] regulator: vrfref: 2775 mV
  244. <6>[    4.361267] regulator: vwlan1: 1800 <--> 1900 mV
  245. <6>[    4.362213] regulator: vwlan2: 3000 mV
  246. <6>[    4.362701] regulator: vsim: 1800 <--> 2900 mV
  247. <6>[    4.363250] regulator: vsimcard: 1800 <--> 2900 mV
  248. <6>[    4.363769] regulator: vvib: 1300 <--> 3000 mV
  249. <6>[    4.365509] regulator: vaudio: 2775 mV normal standby
  250. <6>[    4.366302] cpcap_uc cpcap_uc: firmware: using built-in firmware cpcap/firmware_1_2x.fw
  251. <6>[    4.366455] cpcap_uc cpcap_uc: Loading 714 word(s) at 0x9130
  252. <6>[    4.538696] cpcap_uc cpcap_uc: Loading 1 word(s) at 0x9018
  253. <6>[    4.544372] cpcap_uc cpcap_uc: Loaded Sec SPI Init = 0: 0
  254. <6>[    4.544494] cpcap_uc cpcap_uc: Started macro 4: 0
  255. <6>[    4.559295] cpcap_adc cpcap_adc: CPCAP ADC device probed
  256. <6>[    4.559844] cpcap spi1.0: Probing CPCAP device cpcap_usb
  257. <6>[    4.560150] cpcap spi1.0: Probing CPCAP device cpcap_usb_det
  258. <6>[    4.560363] cpcap spi1.0: Probing CPCAP device cpcap_audio
  259. <6>[    4.560668] cpcap spi1.0: Probing CPCAP device cpcap_3mm5
  260. <6>[    4.560913] cpcap spi1.0: Probing CPCAP device bd7885
  261. <6>[    4.561187] cpcap spi1.0: Probing CPCAP device leds-cpcap-adb
  262. <6>[    4.561431] cpcap spi1.0: Probing CPCAP device leds-cpcap-rgb
  263. <6>[    4.561737] cpcap spi1.0: Probing CPCAP device flash-torch-3559
  264. <6>[    4.561950] cpcap spi1.0: Probing CPCAP device cpcap_vio_active
  265. <6>[    4.563171] cpcap_usb cpcap_usb: Initialized CPCAP USB module
  266. <6>[    4.563751] usbcore: registered new interface driver usbfs
  267. <6>[    4.564178] usbcore: registered new interface driver hub
  268. <6>[    4.564453] usbcore: registered new device driver usb
  269. <6>[    4.564544] enter bypass_init
  270. <6>[    4.565002] i2c_omap i2c_omap.1: bus 1 rev4.0 at 400 kHz
  271. <6>[    4.574829] i2c_omap i2c_omap.2: bus 2 rev4.0 at 400 kHz
  272. <6>[    4.590393] i2c_omap i2c_omap.3: bus 3 rev4.0 at 400 kHz
  273. <6>[    4.594390] Bluetooth: Core ver 2.15
  274. <6>[    4.594665] NET: Registered protocol family 31
  275. <6>[    4.594818] Bluetooth: HCI device and connection manager initialized
  276. <6>[    4.594909] Bluetooth: HCI socket layer initialized
  277. <6>[    4.595336] Switching to clocksource 32k_counter
  278. <6>[    4.596954] musb_hdrc: version 6.0, musb-dma, peripheral, debug=0
  279. <7>[    4.597229] musb_hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine (X), bulk split (X), HB-ISO Rx, HB-ISO Tx, SoftConn)
  280. <7>[    4.597381] musb_hdrc: MHDRC RTL version 1.800
  281. <7>[    4.597473] musb_hdrc: setup fifo_mode 4
  282. <7>[    4.597656] musb_hdrc: 28/31 max ep, 15424/16384 memory
  283. <6>[    4.597747] musb_hdrc: USB Peripheral mode controller at fa0ab000 using DMA, IRQ 92
  284. <6>[    4.598602] NET: Registered protocol family 2
  285. <6>[    4.598785] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  286. <6>[    4.599243] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  287. <6>[    4.599548] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
  288. <6>[    4.599822] TCP: Hash tables configured (established 16384 bind 16384)
  289. <6>[    4.599914] TCP reno registered
  290. <6>[    4.600189] NET: Registered protocol family 1
  291. <6>[    4.600433] Trying to unpack rootfs image as initramfs...
  292. <6>[    4.609252] Freeing initrd memory: 144K
  293. <6>[    4.610992] dspbridge_init: 600000 bytes @ 81c00000
  294. <6>[    4.611389] mapphone_dt_kp_init: Keypad device is ADP5588
  295. <6>[    4.611572] Keypad: using non-dt configuration
  296. <6>[    4.611694] adp5588_reset: ADP5588: RESET_GPIO not in device_tree
  297. <6>[    4.611846] adp5588_reset: ADP5588: RESET asserted
  298. <6>[    4.642425] adp5588_reset: ADP5588: RESET deasserted
  299. <4>[    4.643096] mapphone_wifi_init: start
  300. <6>[    4.643341] gpio_dev_size = 6
  301. <6>[    4.643432] GPIODev: Overwrite device [gps_reset] setting!
  302. <6>[    4.643615] GPIODev: Overwrite device [gps_standby] setting!
  303. <6>[    4.643707] GPIODev: Add new device [bt_wake] setting!
  304. <6>[    4.643859] GPIODev: Add new device [hdmi_mux_select] setting!
  305. <6>[    4.643951] GPIODev: Add new device [hdmi_mux_en_n] setting!
  306. <6>[    4.644104] GPIODev: Add new device [bt_hostwake] setting!
  307. <6>[    4.644348] LTTng will clear ccnt top bit every 137 jiffies.
  308. <6>[    4.649688] omap-iommu omap-iommu.0: isp registered
  309. <6>[    4.661956] ashmem: initialized
  310. <5>[    4.662384] VFS: Disk quotas dquot_6.5.2
  311. <4>[    4.662597] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  312. <4>[    4.663574] yaffs Aug 20 2011 10:40:31 Installing.
  313. <6>[    4.663757] msgmni has been set to 951
  314. <6>[    4.664031] alg: No test for cipher_null (cipher_null-generic)
  315. <6>[    4.664276] alg: No test for ecb(cipher_null) (ecb-cipher_null)
  316. <6>[    4.664459] alg: No test for digest_null (digest_null-generic)
  317. <6>[    4.664703] alg: No test for compress_null (compress_null-generic)
  318. <6>[    4.667175] alg: No test for stdrng (krng)
  319. <6>[    4.667388] io scheduler noop registered
  320. <6>[    4.667572] io scheduler cfq registered (default)
  321. <6>[    4.670959] GPIODev init successfully
  322. <6>[    4.677551] brd: module loaded
  323. <6>[    4.680847] loop: module loaded
  324. <6>[    4.729217] Android kernel panic handler initialized (bind=kpanic)
  325. <6>[    4.730316] input: compass as /devices/virtual/input/input0
  326. <6>[    4.730834] AK8975 compass driver: init
  327. <6>[    4.731140] <6>LIS331DLH accelerometer driver
  328. <6>[    4.731353] kxtf9 accelerometer driver
  329. <6>[    4.877197] input: accelerometer as /devices/virtual/input/input1
  330. <6>[    4.877685] kxtf9 2-000f: kxtf9 probed
  331. <6>[    4.878204] mdm_ctrl_probe: Loaded mdm_ctrl device driver
  332. <6>[    4.880859] ts27010 mux registered
  333. <3>[    4.881164] vib-pwm: vib_pwm_init
  334. <1>[    4.882720] vib-pwm probed
  335. <6>[    4.882995] Android kernel panic mmc handler initialized
  336. <6>[    4.884002] Syspanic cannot get wrigley mbox
  337. <6>[    4.884094] Loaded SysPanic device driver
  338. <6>[    4.884429] tcmd probe
  339. <6>[    4.885101] input: cpcap-key as /devices/virtual/input/input2
  340. <6>[    4.885223] cpcap_key cpcap_key: CPCAP key device probed
  341. <3>[    4.885833] regulator_check_voltage: operation not allowed for vaudio
  342. <6>[    4.886627] cpcap spi1.0: Headset key event: old=0, new=0
  343. <6>[    4.886840] cpcap spi1.0: New headset state: 0
  344. <6>[    4.887329] omap2-nand driver initializing
  345. <6>[    4.887695] PPP generic driver version 2.4.2
  346. <6>[    4.888122] PPP Deflate Compression module registered
  347. <6>[    4.888214] PPP BSD Compression module registered
  348. <6>[    4.889007] PPP MPPE Compression module registered
  349. <6>[    4.889099] NET: Registered protocol family 24
  350. <6>[    4.889251] tun: Universal TUN/TAP device driver, 1.6
  351. <6>[    4.889343] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  352. <5>[    4.889739] usbmon: debugfs is not available
  353. <6>[    4.889831] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  354. <6>[    4.890197] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  355. <6>[    4.890441] ohci ohci.0: OMAP OHCI
  356. <6>[    4.890594] ohci ohci.0: new USB bus registered, assigned bus number 1
  357. <6>[    4.890808] ohci ohci.0: irq 76, io mem 0x48064400
  358. <6>[    4.967742] usb usb1: configuration #1 chosen from 1 choice
  359. <6>[    4.968139] hub 1-0:1.0: USB hub found
  360. <6>[    4.968261] hub 1-0:1.0: 3 ports detected
  361. <6>[    4.969116] usbcore: registered new interface driver cdc_acm
  362. <6>[    4.969238] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
  363. <6>[    4.969696] usbcore: registered new interface driver usbserial
  364. <6>[    4.969787] usbserial: USB Serial Driver core
  365. <6>[    4.970062] USB Serial support registered for moto-modem
  366. <6>[    4.970306] usbcore: registered new interface driver moto-modem
  367. <6>[    4.970642] USB Serial support registered for QSC 6085 Modem Driver
  368. <6>[    4.970886] usbcore: registered new interface driver cdma-modem
  369. <6>[    4.971160] USB Serial support registered for moto-flashqsc
  370. <6>[    4.971374] usbcore: registered new interface driver moto-flashqsc
  371. <6>[    4.971649] USB Serial support registered for VIA-Telecom AP/CP USB Connection
  372. <6>[    4.971893] usbcore: registered new interface driver via-cbp
  373. <6>[    4.972045] enter bypass_register
  374. <6>[    4.972351] usbcore: registered new interface driver usb_ipc_data
  375. <6>[    4.972534] android init
  376. <6>[    4.972686] android_probe pdata: c0586ee8
  377. <6>[    4.972930] android_bind
  378. <7>[    4.973083] android_bind_config
  379. <6>[    4.973327] android_usb gadget: android_usb ready
  380. <6>[    4.973785] f_usbnet init
  381. <6>[    4.973907] android_register_function usbnet
  382. <6>[    4.973968] f_adb init
  383. <6>[    4.974060] android_register_function adb
  384. <6>[    4.974151] f_mass_storage init
  385. <6>[    4.974304] android_register_function usb_mass_storage
  386. <6>[    4.974395] f_mtp init
  387. <6>[    4.974487] android_register_function mtp
  388. <6>[    4.974639] f_acm init
  389. <6>[    4.974731] android_register_function acm
  390. <6>[    4.974822] f_rndis init
  391. <6>[    4.975097] android_register_function rndis
  392. <6>[    4.975250] f_via_cpbypass init
  393. <6>[    4.975341] android_register_function ets
  394. <6>[    4.975433] Gadget Usb: ACM Bind Config
  395. <6>[    4.975982] Gadget USB: usbnet_bind_config
  396. <7>[    4.976501] usb_ether_get_stats
  397. <6>[    4.976959] Gadget Usb: mtp_bind_config
  398. <6>[    4.977508] rndis_function_bind_config MAC: 02:03:46:37:44:43
  399. <4>[    4.977600] android_usb gadget: using random self ethernet address
  400. <4>[    4.977783] android_usb gadget: using random host ethernet address
  401. <6>[    4.978302] usb1: MAC 66:6b:43:14:c9:67
  402. <6>[    4.978546] usb1: HOST MAC e6:60:2b:75:b7:72
  403. <6>[    4.978851] Gadget Usb: mass_storage_bind_config
  404. <6>[    4.979217] fsg_probe pdata: c0586f10
  405. <6>[    4.979797] android_usb gadget: Number of LUNs=2
  406. <6>[    4.979888] Gadget Usb: adb_bind_config
  407. <6>[    4.980773] kevin:ets_function_bind():1 ret=0
  408. <6>[    4.980865] enter bypass_register
  409. <6>[    4.981750] qtouch_force_reset: Forcing HW reset
  410. <6>[    5.096099] qtouch_process_info_block: Build version is 0x16
  411. <6>[    5.096649] qtouch_process_info_block: Object 5 @ 0x00e6 (9) insts 1 rep_ids 0
  412. <6>[    5.097229] qtouch_process_info_block: Object 6 @ 0x00ef (6) insts 1 rep_ids 1
  413. <6>[    5.097747] qtouch_process_info_block: Object 38 @ 0x00f5 (8) insts 1 rep_ids 0
  414. <4>[    5.097930] qtouch_process_info_block: Unknown object type (38) encountered
  415. <6>[    5.098510] qtouch_process_info_block: Object 7 @ 0x00fd (3) insts 1 rep_ids 0
  416. <6>[    5.099060] qtouch_process_info_block: Object 8 @ 0x0100 (8) insts 1 rep_ids 0
  417. <6>[    5.099639] qtouch_process_info_block: Object 9 @ 0x0108 (31) insts 2 rep_ids 8
  418. <6>[    5.100219] qtouch_process_info_block: Object 15 @ 0x0146 (11) insts 1 rep_ids 1
  419. <6>[    5.100738] qtouch_process_info_block: Object 18 @ 0x0151 (2) insts 1 rep_ids 0
  420. <6>[    5.101318] qtouch_process_info_block: Object 19 @ 0x0153 (16) insts 1 rep_ids 1
  421. <6>[    5.101898] qtouch_process_info_block: Object 20 @ 0x0163 (12) insts 2 rep_ids 1
  422. <6>[    5.102416] qtouch_process_info_block: Object 22 @ 0x017b (17) insts 1 rep_ids 1
  423. <6>[    5.102996] qtouch_process_info_block: Object 23 @ 0x018c (15) insts 1 rep_ids 1
  424. <6>[    5.103607] qtouch_process_info_block: Object 25 @ 0x019b (18) insts 1 rep_ids 1
  425. <6>[    5.104125] qtouch_process_info_block: Object 28 @ 0x01ad (6) insts 1 rep_ids 1
  426. <6>[    5.104736] qtouch_process_info_block: Object 37 @ 0x0064 (130) insts 1 rep_ids 0
  427. <4>[    5.105224] qtouch_process_info_block: Checksum mismatch (0x00007364 != 0x00aff04b)
  428. <6>[    5.105316] qtouch_process_info_block: qtouch-obp-ts found. family 0x80, variant 0x5, ver 0x16, build 0xab, matrix 19x11, 15 objects.
  429. <6>[    5.105468] qtouch_ts_probe: FW version is 0x16 Build 0xAB
  430. <6>[    5.106079] input: qtouch-touchscreen as /devices/virtual/input/input3
  431. <6>[    5.106842] GPIO Matrix Keypad Driver: Start keypad matrix for sholes-keypad in interrupt mode
  432. <6>[    5.107055] GPIO Input Driver: Start gpio inputs for sholes-keypad in interrupt mode
  433. <6>[    5.107421] do_cmd_proc_msg:EEPROM checksum mismatch 0x  6A20A9
  434. <6>[    5.107513] qtouch_hw_init: Doing hw init
  435. <6>[    5.107879] input: sholes-keypad as /devices/virtual/input/input4
  436. <6>[    5.110992] input: proximity as /devices/virtual/input/input5
  437. <6>[    5.111785] sfh7743 sfh7743: sfh7743 probed
  438. <6>[    5.112335] using input dev qtouch-touchscreen for key reset
  439. <6>[    5.112518] using input dev sholes-keypad for key reset
  440. <6>[    5.113769] using rtc device, cpcap_rtc, for alarms
  441. <6>[    5.113891] cpcap_rtc cpcap_rtc: rtc core: registered cpcap_rtc as rtc0
  442. <6>[    5.114807] i2c /dev entries driver
  443. <6>[    5.115356] qtouch_force_calibration: Forcing calibration
  444. <6>[    5.116058] Linux video capture interface: v2.00
  445. <6>[    5.116271] mt9p012 driver loading
  446. <3>[    5.116851] MIPI DLI tester probe is finished.
  447. <6>[    5.117828] hp3a hp3a-omap: Registered hp3a driver.
  448. <6>[    5.118072] omap-iommu omap-iommu.0: isp: version 1.1
  449. <6>[    5.118316] isp_tmp_buf_alloc: allocating 16777216 bytes
  450. <6>[    5.201751] omap3isp omap3isp: Revision 15.0 found
  451. <7>[    5.202514] tda19989_probe
  452. <7>[    5.202667] tda19989 I2C probe
  453. <6>[    5.204772] Driver for 1-wire Dallas network protocol.
  454. <6>[    5.205688] omap_hdq omap_hdq.0: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode
  455. <6>[    5.392486] usb 1-3: new full speed USB device using ohci and address 2
  456. <3>[    5.400238] omap_hdq omap_hdq.0: break wait elapsed
  457. <6>[    5.400817] w1_master_driver w1 bus master: Family 89 for 89.000000000000.5b is not registered.
  458. <6>[    5.402496] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  459. <6>[    5.403289] Watchdog auto-pet enabled at 45 sec intervals
  460. <6>[    5.403717] device-mapper: uevent: version 1.0.3
  461. <6>[    5.404205] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
  462. <6>[    5.404327] Bluetooth: HCI UART driver ver 2.2
  463. <6>[    5.404510] Bluetooth: HCI H4 protocol initialized
  464. <6>[    5.404602] Bluetooth: HCILL protocol initialized
  465. <6>[    5.405059] cpuidle: using governor ladder
  466. <6>[    5.405151] cpuidle: using governor menu
  467. <6>[    5.406616] cpcap_bd7885_probe:CPCAP Probe enter
  468. <6>[    5.406799] cpcap_bd7885_probe:CPCAP probe exit
  469. <6>[    5.407287] BU9847 i2c driver : init is completed.
  470. <3>[    5.407440] ADP5588 keyboard led device  declared unavailable
  471. <6>[    5.408203] input: lm3530_led as /devices/virtual/input/input6
  472. <6>[    5.409942] Registered led device: lcd-backlight
  473. <6>[    5.410736] cpcap_lm3559_probe:CPCAP Probe enter
  474. <6>[    5.417907] Registered led device: torch-flash
  475. <6>[    5.418243] Registered led device: spotlight
  476. <6>[    5.418334] LM3559 torch initialized
  477. <6>[    5.418518] cpcap_lm3559_probe:CPCAP torch probe exit
  478. <6>[    5.419189] Registered led device: button-backlight
  479. <6>[    5.420074] Registered led device: red
  480. <6>[    5.420379] Registered led device: green
  481. <6>[    5.420593] Registered led device: blue
  482. <6>[    5.421295] usbcore: registered new interface driver usbhid
  483. <6>[    5.421478] usbhid: v2.6:USB HID core driver
  484. <6>[    5.422119] logger: created 1024K log 'log_main'
  485. <6>[    5.422454] logger: created 512K log 'log_events'
  486. <6>[    5.422729] logger: created 64K log 'log_radio'
  487. <6>[    5.422973] logger: created 64K log 'log_system'
  488. <4>[    5.425506] Netfilter messages via NETLINK v0.30.
  489. <4>[    5.425659] nf_conntrack version 0.5.0 (7612 buckets, 30448 max)
  490. <4>[    5.425994] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
  491. <4>[    5.426086] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
  492. <4>[    5.426269] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
  493. <4>[    5.426483] ctnetlink v0.93: registering with nfnetlink.
  494. <6>[    5.426635] xt_time: kernel timezone is -0000
  495. <6>[    5.426879] ip_tables: (C) 2000-2006 Netfilter Core Team
  496. <6>[    5.427124] arp_tables: (C) 2002 David S. Miller
  497. <6>[    5.427276] TCP cubic registered
  498. <6>[    5.427429] Initializing XFRM netlink socket
  499. <6>[    5.427764] NET: Registered protocol family 10
  500. <6>[    5.428192] lo: Disabled Privacy Extensions
  501. <6>[    5.428649] Mobile IPv6
  502. <6>[    5.428741] IPv6 over IPv4 tunneling driver
  503. <6>[    5.429382] sit0: Disabled Privacy Extensions
  504. <6>[    5.430053] ip6tnl0: Disabled Privacy Extensions
  505. <6>[    5.430206] NET: Registered protocol family 17
  506. <6>[    5.430328] NET: Registered protocol family 15
  507. <6>[    5.430511] Bluetooth: L2CAP ver 2.14
  508. <6>[    5.430572] Bluetooth: L2CAP socket layer initialized
  509. <6>[    5.430755] Bluetooth: SCO (Voice Link) ver 0.6
  510. <6>[    5.430847] Bluetooth: SCO socket layer initialized
  511. <6>[    5.431060] Bluetooth: RFCOMM TTY layer initialized
  512. <6>[    5.431213] Bluetooth: RFCOMM socket layer initialized
  513. <6>[    5.431304] Bluetooth: RFCOMM ver 1.11
  514. <6>[    5.431610] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  515. <6>[    5.431701] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  516. <6>[    5.432617] OMAP DSS rev 2.0
  517. <6>[    5.432739] OMAP DISPC rev 3.0
  518. <6>[    5.432983] OMAP DSI rev 1.0
  519. <6>[    5.525634] mmc1 set to SECTOR mode
  520. <6>[    5.548950] mmc1: new high speed MMC card at address 0001
  521. <6>[    5.549255] mmc1: enable Toshiba workaround
  522. <6>[    5.549560] mmcblk1: mmc1:0001 MMC08G 7.45 GiB
  523. <6>[    5.549835]  mmcblk1: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 >
  524. <6>[    5.559753] mmc_blk_probe: adding mmcblk1p20:kpanic
  525. <3>[    5.565063] apanic: Bound to mmc block device 'mmcblk1p20(179:52)'
  526. <6>[    5.565216] apanic: No panic data available
  527. <7>[    5.595581] DT: width= 480 height= 854
  528. <7>[    5.595764] DT: hfp=0 hsw=2 hbp=2 vfp=0 vsw=1 vbp=1
  529. <7>[    5.595855] DT: clk_lane=1 clk_pos=0  data1_lane=2 data1_pos=0
  530. <7>[    5.596008] DT: data2_lane= 3 data2_pos= 0 xfer_mode= 0
  531. <7>[    5.596099] DT: gpio_reset=126 panel_id=0x1a0000 te_scan_line=0x300
  532. <7>[    5.596252] DT: regn=13 regm=170 regm3=5 regm4=5 lp_clk_div=10 lck_div=1 pck_div=4
  533. <6>[    5.619537] qtouch_force_calibration: Forcing calibration
  534. <6>[    5.620025] do_cmd_proc_msg: Reset done.
  535. <6>[    5.620117] do_cmd_proc_msg: Self-calibration started.
  536. <6>[    5.629699] usb 1-3: configuration #1 chosen from 1 choice
  537. <6>[    5.633453] cdma-modem 1-3:1.0: QSC 6085 Modem Driver converter detected
  538. <6>[    5.634185] usb 1-3: QSC 6085 Modem Driver converter now attached to ttyUSB0
  539. <6>[    5.640045] cdma-modem 1-3:1.1: QSC 6085 Modem Driver converter detected
  540. <6>[    5.640838] usb 1-3: QSC 6085 Modem Driver converter now attached to ttyUSB1
  541. <6>[    5.643157] cdma-modem 1-3:1.2: QSC 6085 Modem Driver converter detected
  542. <6>[    5.645904] usb 1-3: QSC 6085 Modem Driver converter now attached to ttyUSB2
  543. <6>[    5.647460] cdma-modem 1-3:1.3: QSC 6085 Modem Driver converter detected
  544. <6>[    5.648101] usb 1-3: QSC 6085 Modem Driver converter now attached to ttyUSB3
  545. <6>[    5.653991] qtouch_hw_init: Doing hw init
  546. <6>[    5.659790] qtouch_force_calibration: Forcing calibration
  547. <4>[    5.806793] mmc0: host does not support reading read-only switch. assuming write-enable.
  548. <6>[    5.806915] mmc0: new high speed SDHC card at address e624
  549. <6>[    5.807434] mmcblk0: mmc0:e624 SU16G 14.8 GiB
  550. <6>[    5.807739]  mmcblk0: p1
  551. <4>[    5.879547] plane 1, # of overlays: 3
  552. <4>[    5.880462] plane 2, # of overlays: 3
  553. <2>[    5.881378] omap_is_SEC: fab_id = 1, it is UMC OMAP3630 Silicon
  554. <3>[    5.881530] Power Management for TI OMAP3.
  555. <6>[    5.884582]
  556. <6>[    5.884582] MAPPHONE PMIC SR init...
  557. <6>[    5.884857] SR1 : Fused Nvalues for 4 OPP
  558. <6>[    5.885040] VDD1 - OPP4 -  1G Nvalue = 0xAA9389
  559. <6>[    5.885131] VDD1 - OPP3 - 800 Nvalue = 0xAABAAA
  560. <6>[    5.885284] VDD1 - OPP2 - 600 Nvalue = 0x9A83F0
  561. <6>[    5.885375] VDD1 - OPP1 - 300 Nvalue = 0x99D1C1
  562. <6>[    5.885620] SR2 : Fused Nvalues for 2 OPP
  563. <6>[    5.885803] VDD2 - OPP2 - 200 Nvalue = 0x999387
  564. <6>[    5.885894] VDD2 - OPP1 - 100 Nvalue = 0x99D2C3
  565. <4>[    5.886169] SR: debugfs_create_file failed
  566. <6>[    5.886260] SmartReflex driver initialized
  567. <7>[    5.886352] Disabling unused clock "sr2_fck"
  568. <7>[    5.886505] Disabling unused clock "sr1_fck"
  569. <7>[    5.886596] Disabling unused clock "gpt2_ick"
  570. <7>[    5.886718] Disabling unused clock "gpt3_ick"
  571. <7>[    5.886871] Disabling unused clock "gpt4_ick"
  572. <7>[    5.886962] Disabling unused clock "gpt5_ick"
  573. <7>[    5.887115] Disabling unused clock "gpt6_ick"
  574. <7>[    5.887207] Disabling unused clock "gpt7_ick"
  575. <7>[    5.887298] Disabling unused clock "gpt8_ick"
  576. <7>[    5.887451] Disabling unused clock "gpt9_ick"
  577. <7>[    5.887542] Disabling unused clock "gpio2_dbck"
  578. <7>[    5.887634] Disabling unused clock "gpio3_dbck"
  579. <7>[    5.887817] Disabling unused clock "gpio4_dbck"
  580. <7>[    5.887908] Disabling unused clock "gpio5_dbck"
  581. <7>[    5.888061] Disabling unused clock "gpio6_dbck"
  582. <7>[    5.888153] Disabling unused clock "gpt9_fck"
  583. <7>[    5.888244] Disabling unused clock "gpt8_fck"
  584. <7>[    5.888397] Disabling unused clock "gpt7_fck"
  585. <7>[    5.888488] Disabling unused clock "gpt6_fck"
  586. <7>[    5.888641] Disabling unused clock "gpt5_fck"
  587. <7>[    5.888732] Disabling unused clock "gpt4_fck"
  588. <7>[    5.888824] Disabling unused clock "gpt3_fck"
  589. <7>[    5.889007] Disabling unused clock "gpt2_fck"
  590. <7>[    5.889099] Disabling unused clock "gpt12_ick"
  591. <7>[    5.889251] Disabling unused clock "wdt1_ick"
  592. <7>[    5.889343] Disabling unused clock "usim_ick"
  593. <7>[    5.889434] Disabling unused clock "gpio1_dbck"
  594. <7>[    5.889587] Disabling unused clock "usim_fck"
  595. <7>[    5.889678] Disabling unused clock "rng_ick"
  596. <7>[    5.889770] Disabling unused clock "ssi_ick"
  597. <7>[    5.889953] Disabling unused clock "mcbsp_ick"
  598. <7>[    5.890045] Disabling unused clock "mcbsp_ick"
  599. <7>[    5.890197] Disabling unused clock "gpt10_ick"
  600. <7>[    5.890289] Disabling unused clock "mspro_ick"
  601. <7>[    5.890380] Disabling unused clock "des2_ick"
  602. <7>[    5.890533] Disabling unused clock "sha12_ick"
  603. <7>[    5.890625] Disabling unused clock "aes2_ick"
  604. <7>[    5.890777] Disabling unused clock "icr_ick"
  605. <7>[    5.890869] Disabling unused clock "ssi_ssr_fck"
  606. <7>[    5.890991] Disabling unused clock "mcbsp_fck"
  607. <7>[    5.891143] Disabling unused clock "mcbsp_fck"
  608. <7>[    5.891235] Disabling unused clock "mspro_fck"
  609. <7>[    5.891326] Disabling unused clock "cpefuse_fck"
  610. <7>[    5.891479] Disabling unused clock "gpt10_fck"
  611. <7>[    5.891571] Disabling unused clock "dpll4_m6x2_ck"
  612. <7>[    5.891754] Disabling unused clock "dpll3_m3x2_ck"
  613. <7>[    5.891845] Disabling unused clock "sys_clkout1"
  614. <6>[    5.892364] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  615. <4>[    5.893615] regulator_init_complete: incomplete constraints, leaving vvib on
  616. <3>[    5.895751] regulator_check_voltage: operation not allowed for vusb
  617. <6>[    5.896484] cpcap_usb_det cpcap_usb_det: CPCAP USB detection device probed
  618. <6>[    5.901153] cpcap_rtc cpcap_rtc: setting system clock to 2011-11-14 21:17:13 UTC (1321305433)
  619. <7>[    5.901641] ov8810_sensor_power_set: power on
  620. <6>[    5.904998] mapphone_camera_reg_power - enable vcam
  621. <6>[    5.993041] ov8810 Chip version 0x03 detected
  622. <7>[    5.993133] ov8810_sensor_power_set: power off
  623. <6>[    6.002197] video4linux video0: video0 is now omap3/ov8810//
  624. <6>[    6.003234] HP_GEN_LENS 3-0004: lens probe called....
  625. <6>[    6.003356] video4linux video0: video0 is now omap3/ov8810/hplens/
  626. <3>[    6.003509] Registered hplens as V4L2 device.
  627. <6>[    6.003814] Freeing init memory: 180K
  628. <4>[    6.004028] Warning: unable to open an initial console.
  629. <3>[    6.007263] init: /init.mapphone_cdma.rc: 191: ignored duplicate definition of service 'dlnasrv'
  630. <6>[    6.111419] cpcap spi1.0: notify_accy: accy=3
  631. <6>[    6.121978] keychord: using input dev qtouch-touchscreen for fevent
  632. <6>[    6.122161] keychord: using input dev sholes-keypad for fevent
  633. <3>[    6.124328] init: Create mmc alias link error!
  634. <3>[    6.124542] init: Create mmc alias link error!
  635. <3>[    6.124664] init: Create mmc alias link error!
  636. <3>[    6.124755] init: Create mmc alias link error!
  637. <3>[    6.124938] init: Create mmc alias link error!
  638. <3>[    6.125061] init: Create mmc alias link error!
  639. <3>[    6.125244] init: Create mmc alias link error!
  640. <3>[    6.125335] init: Create mmc alias link error!
  641. <3>[    6.125457] init: Create mmc alias link error!
  642. <3>[    6.125610] init: Create mmc alias link error!
  643. <3>[    6.125732] init: Create mmc alias link error!
  644. <6>[    6.129425] kjournald starting.  Commit interval 5 seconds
  645. <6>[    6.141876] EXT3 FS on mmcblk1p21, internal journal
  646. <6>[    6.142059] EXT3-fs: mounted filesystem with ordered data mode.
  647. <6>[    6.166168] qtouch_force_reset: Forcing HW reset
  648. <6>[    6.318389] do_cmd_proc_msg:EEPROM checksum mismatch 0x  6A20A9
  649. <6>[    6.318572] qtouch_hw_init: Doing hw init
  650. <6>[    6.324920] qtouch_force_calibration: Forcing calibration
  651. <6>[    6.830749] qtouch_force_calibration: Forcing calibration
  652. <6>[    6.831268] do_cmd_proc_msg: Reset done.
  653. <6>[    6.831451] do_cmd_proc_msg: Self-calibration started.
  654. <4>[    8.137878] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  655. <6>[    8.138153] kjournald starting.  Commit interval 5 seconds
  656. <6>[    8.141448] EXT3 FS on mmcblk1p24, internal journal
  657. <6>[    8.141723] EXT3-fs: recovery complete.
  658. <6>[    8.145111] EXT3-fs: mounted filesystem with ordered data mode.
  659. <4>[    8.164520] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  660. <6>[    8.164764] kjournald starting.  Commit interval 5 seconds
  661. <6>[    8.168151] EXT3 FS on mmcblk1p23, internal journal
  662. <6>[    8.168334] EXT3-fs: recovery complete.
  663. <6>[    8.171875] EXT3-fs: mounted filesystem with ordered data mode.
  664. <6>[   14.375274] device_mode_change_write Mode change command=msc_adb
  665. <6>[   14.375305]
  666. <6>[   14.375488] musb_pullup - Disabling USB Pullups
  667. <6>[   14.392578] musb_pullup - Enabling USB Pullups
  668. <6>[   14.392669] device_mode_change_write - Successfully enabled function - msc_adb
  669. <6>[   14.392669]
  670. <6>[   14.727874] kjournald starting.  Commit interval 5 seconds
  671. <6>[   14.731292] EXT3 FS on mmcblk1p21, internal journal
  672. <6>[   14.731475] EXT3-fs: mounted filesystem with ordered data mode.
  673. <6>[   14.770935] kjournald starting.  Commit interval 5 seconds
  674. <6>[   14.774291] EXT3 FS on mmcblk1p22, internal journal
  675. <6>[   14.774536] EXT3-fs: recovery complete.
  676. <6>[   14.786163] EXT3-fs: mounted filesystem with ordered data mode.
  677. <4>[   14.789672] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  678. <6>[   14.789916] kjournald starting.  Commit interval 5 seconds
  679. <6>[   14.793457] EXT3 FS on mmcblk1p24, internal journal
  680. <6>[   14.793640] EXT3-fs: mounted filesystem with ordered data mode.
  681. <6>[   14.819671] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold
  682. <6>[   14.819824] CPUFREQ: Per core ondemand sysfs interface is deprecated - sampling_rate
  683. <6>[   14.820037] sr_vdd1_autocomp: Already set to 1
  684. <4>[   14.876983] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  685. <6>[   14.877716] kjournald starting.  Commit interval 5 seconds
  686. <6>[   14.881317] EXT3 FS on mmcblk1p7, internal journal
  687. <6>[   14.881835] EXT3-fs: recovery complete.
  688. <6>[   14.885437] EXT3-fs: mounted filesystem with ordered data mode.
  689. <4>[   14.900390] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  690. <6>[   14.901062] kjournald starting.  Commit interval 5 seconds
  691. <6>[   14.904479] EXT3 FS on mmcblk1p23, internal journal
  692. <6>[   14.905029] EXT3-fs: mounted filesystem with ordered data mode.
  693. <6>[   14.941741] Inserting sec module
  694. <3>[   14.962463] init: untracked pid 1126 exited
  695. <3>[   15.152374] init: cannot find '/system/bin/telnetd', disabling 'telnet'
  696. <3>[   15.153686] init: cannot find '/system/bin/catcommands', disabling 'catcommands'
  697. <3>[   15.155487] init: cannot find '/system/bin/modemlog', disabling 'modemlog'
  698. <3>[   15.155609] init: cannot find '/system/bin/aplogd', disabling 'aplogd'
  699. <3>[   15.157226] init: cannot find '/system/bin/vpnclientpm', disabling 'vpnclientpm'
  700. <4>[   15.238983] Mirror/redirect action on
  701. <3>[   15.400756] mdm_ctrl_ioctl: Unknown IO control command received. (1074065355)
  702. <4>[   15.448486] u32 classifier
  703. <4>[   15.448608]     Actions configured
  704. <3>[   15.489471] init: service 'console' requires console
  705. <3>[   15.593780] init: untracked pid 1561 exited
  706. <6>[   15.660827] warning: `rild' uses 32-bit capabilities (legacy support in use)
  707. <6>[   15.663146] cpcap spi1.0: CPCAP uC: open status:0
  708. <7>[   16.342651] --------Audio Platform Config-------
  709. <7>[   16.342651] Analog Downlink: true
  710. <7>[   16.342651] Independent BT bus: true
  711. <7>[   16.342651] I2S BP: true
  712. <7>[   16.342681] 19Mhz BP: true
  713. <7>[   16.342681] Mic3: true
  714. <7>[   16.342681] Stereo Loudspeaker: false
  715. <7>[   16.344757] --------CPCAP register dump---------
  716. <7>[   16.344848]  0x200 (512) = 0x75
  717. <7>[   16.344848]  0x201 (513) = 0x0
  718. <7>[   16.344848]  0x202 (514) = 0x0
  719. <7>[   16.344879]  0x203 (515) = 0x0
  720. <7>[   16.344879]  0x204 (516) = 0x0
  721. <7>[   16.344879]  0x205 (517) = 0x0
  722. <7>[   16.344879]  0x206 (518) = 0x0
  723. <7>[   16.344879]  0x207 (519) = 0x0
  724. <7>[   16.344879]  0x208 (520) = 0x0
  725. <7>[   16.344879]  0x209 (521) = 0x0
  726. <7>[   16.344879]  0x20A (522) = 0x0
  727. <7>[   16.344879]  0x20B (523) = 0x0
  728. <7>[   16.344909]  0x20C (524) = 0x0
  729. <7>[   16.344909]  0x20D (525) = 0x30
  730. <7>[   16.346496] -------End Audio Driver Dump--------
  731. <6>[   16.346923] AUDIO_DRIVER:spkr1 = 0x0, spkr2 = 0x0
  732. <7>[   16.361480] turning off regulator
  733. <7>[   16.367004] turning off regulator
  734. <7>[   16.373168] turning off regulator
  735. <7>[   16.378601] turning off regulator
  736. <7>[   16.384643] turning off regulator
  737. <6>[   20.941192] Panel is turned on
  738. <7>[   28.484619] usb_ether_get_stats
  739. <7>[   28.485137] usb_ether_get_stats
  740. <7>[   28.899444] turning off regulator
  741. <6>[   29.439331] request_suspend_state: wakeup (3->0) at 25367279067 (2011-11-14 21:17:37.038116414 UTC)
  742. <7>[   30.059539] usb_ether_get_stats
  743. <7>[   30.091644] usb_ether_get_stats
  744. <7>[   30.335815] usb_ether_get_stats
  745. <7>[   30.381683] usb_ether_get_stats
  746. <7>[   30.436218] usb_ether_get_stats
  747. <7>[   32.705902] turning off regulator
  748. <7>[   36.375244] turning off regulator
  749. <7>[   47.975036] turning off regulator
  750. # .
  751. # .
  752. # .
  753. # .
  754. # .
  755. # .
  756. # .
  757. # .
  758. # .
  759. # .
  760. # fdisk -l
  761. # mount
  762. rootfs on / type rootfs (rw,relatime)
  763. tmpfs on /dev type tmpfs (rw,relatime,mode=755)
  764. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  765. proc on /proc type proc (rw,relatime)
  766. sysfs on /sys type sysfs (rw,relatime)
  767. none on /acct type cgroup (rw,relatime,cpuacct)
  768. tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
  769. tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
  770. none on /dev/cpuctl type cgroup (rw,relatime,cpu)
  771. tmpfs on /dev type tmpfs (rw,relatime,mode=755)
  772. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  773. tmpfs on /mnt/asec type tmpfs (rw,relatime,mode=755,gid=1000)
  774. tmpfs on /mnt/obb type tmpfs (rw,relatime,mode=755,gid=1000)
  775. none on /dev/cpuctl type cgroup (rw,relatime,cpu)
  776. /dev/block/mmcblk1p21 on /system type ext3 (ro,relatime,errors=continue,data=ordered)
  777. /dev/block/mmcblk1p22 on /cache type ext3 (rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered)
  778. /dev/block/mmcblk1p24 on /data type ext3 (rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered)
  779. tmpfs on /data/tmp type tmpfs (rw,relatime,size=2048k)
  780. /dev/block/mmcblk1p7 on /pds type ext3 (rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered)
  781. /dev/block/mmcblk1p23 on /preinstall type ext3 (rw,nosuid,nodev,noatime,nodiratime,data=ordered)
  782. /dev/block/vold/179:1 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
  783. /dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0602,dmask=0602,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
  784. tmpfs on /mnt/sdcard/.android_secure type tmpfs (ro,relatime,size=0k,mode=000)
  785. # dmesg
  786. <6>[    0.000000] Initializing cgroup subsys cpu
  787. <5>[    0.000000] Linux version 2.6.32.9-g34b306d (bmvq37@zin22lnxdroid28) (gcc version 4.4.0 (GCC) ) #1 PREEMPT Sat Aug 20 10:40:49 IST 2011
  788. <4>[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
  789. <4>[    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  790. <4>[    0.000000] Machine: mapphone_
  791. <4>[    0.000000] parse_tag_powerup_reason: powerup reason=0x00000080
  792. <4>[    0.000000] Ignoring unrecognised tag 0xf1000402
  793. <4>[    0.000000] Ignoring unrecognised tag 0xf1000403
  794. <4>[    0.000000] Ignoring unrecognised tag 0xf1000404
  795. <4>[    0.000000] Ignoring unrecognised tag 0xf1000405
  796. <4>[    0.000000] Ignoring unrecognised tag 0xf1000406
  797. <6>[    0.000000] parse_tag_mbm_version: mbm_version=0x00003004
  798. <6>[    0.000000] parse_tag_mbm_loader_version: mbm_loader_version=0x000005a0
  799. <4>[    0.000000] Ignoring unrecognised tag 0xf1000409
  800. <6>[    0.000000] flat_dev_tree_address=0x89090000, flat_dev_tree_size == 0x00002010
  801. <4>[    0.000000] Ignoring unrecognised tag 0xf100040b
  802. <4>[    0.000000] Ignoring unrecognised tag 0xf100040c
  803. <4>[    0.000000] Ignoring unrecognised tag 0xf100040d
  804. <6>[    0.000000] parse_tag_battery_status_at_boot: battery_status_at_boot=0x00000001
  805. <4>[    0.000000] Ignoring unrecognised tag 0xf100040f
  806. <4>[    0.000000] Ignoring unrecognised tag 0xf1000410
  807. <4>[    0.000000] Ignoring unrecognised tag 0xf1000411
  808. <4>[    0.000000] Ignoring unrecognised tag 0xf1000412
  809. <4>[    0.000000] Ignoring unrecognised tag 0xf1000413
  810. <4>[    0.000000] Memory policy: ECC disabled, Data cache writeback
  811. <7>[    0.000000] On node 0 totalpages: 127488
  812. <7>[    0.000000] free_area_init_node: node 0, pgdat c05d3fa0, node_mem_map c07d4000
  813. <7>[    0.000000]   Normal zone: 996 pages used for memmap
  814. <7>[    0.000000]   Normal zone: 0 pages reserved
  815. <7>[    0.000000]   Normal zone: 126492 pages, LIFO batch:31
  816. <6>[    0.000000] OMAP3630 ES1.1 (l2cache iva sgx neon isp )
  817. <6>[    0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x100000
  818. <6>[    0.000000] Reserving 4194304 bytes SDRAM for VRAM
  819. <4>[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 126492
  820. <5>[    0.000000] Kernel command line: console=/dev/null rw mem=498M@0x80C00000 init=/init ip=off brdrev=P3A omap3_die_id androidboot.bootloader=0x0000 mmcparts=mmcblk1:p7(pds),p15(boot),p16(recovery),p17(cdrom),p18(misc),p19(cid),p20(kpanic),p21(system),p22(cache),p23(preinstall),p24(userdata) androidboot.mode=normal androidboot.bootloader=3004 androidboot.serialno=015DC1F501017012
  821. <6>[    0.000000] boot_mode=normal
  822. <6>[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  823. <6>[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  824. <6>[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  825. <6>[    0.000000] Memory: 498MB = 498MB total
  826. <5>[    0.000000] Memory: 486656KB available (5212K code, 2415K data, 180K init, 0K highmem)
  827. <6>[    0.000000] Hierarchical RCU implementation.
  828. <6>[    0.000000] NR_IRQS:368
  829. <6>[    0.000000] get_omap3630_revision_id: Default omap3630-variant 0x36301000
  830. <6>[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/1000 MHz
  831. <6>[    0.000000] Reprogramming SDRC clock to 400000000 Hz
  832. <6>[    0.000000] GPMC revision 5.0
  833. <6>[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  834. <6>[    0.000000] Total of 96 interrupts on 1 active controller
  835. <6>[    0.000000] OMAP GPIO hardware version 2.5
  836. <6>[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  837. <6>[    0.000000] Calibrating delay loop... 998.84 BogoMIPS (lpj=3899392)
  838. <4>[    0.000000] Mount-cache hash table entries: 512
  839. <6>[    0.000000] Initializing cgroup subsys cpuacct
  840. <6>[    0.000000] CPU: Testing write buffer coherency: ok
  841. <7>[    0.000000] Synthetic TSC timer will fire each 68 jiffies.
  842. <6>[    0.000000] regulator: core version 0.5
  843. <6>[    0.000000] NET: Registered protocol family 16
  844. <6>[    0.000000] Device tree prop padinit override done
  845. <6>[    0.000000] Device tree prop padwkupsinit override done
  846. <6>[    0.000000] Device tree prop offmodeinit override done
  847. <6>[    0.000000] Device tree prop offmodewkupsinit override done
  848. <6>[    0.000000] GPIO mapping write: pin = 28, name = akm8973_reset
  849. <6>[    0.000000] GPIO mapping write: pin = 160, name = lm3530_reset
  850. <6>[    0.000000] GPIO mapping write: pin = 29, name = lm3530_int
  851. <6>[    0.000000] GPIO mapping write: pin = 175, name = akm8973_int
  852. <6>[    0.000000] GPIO mapping write: pin = 179, name = bt_reset_b
  853. <6>[    0.000000] GPIO mapping write: pin = 8, name = bt_wake_b
  854. <6>[    0.000000] GPIO mapping write: pin = 178, name = bt_host_wake_b
  855. <6>[    0.000000] GPIO mapping write: pin = 186, name = wlan_reset
  856. <6>[    0.000000] GPIO mapping write: pin = 100, name = silence_data
  857. <6>[    0.000000] GPIO mapping write: pin = 9, name = lin_vib_amp_en
  858. <6>[    0.000000] GPIO mapping write: pin = 181, name = vib_control_en
  859. <6>[    0.000000] GPIO mapping write: pin = 176, name = power_off
  860. <6>[    0.000000] GPIO mapping write: pin = 109, name = touch_panel_int
  861. <6>[    0.000000] GPIO mapping write: pin = 164, name = touch_panel_rst
  862. <6>[    0.000000] GPIO mapping write: pin = 42, name = fm_enable
  863. <6>[    0.000000] GPIO mapping write: pin = 127, name = ipc_o_bp_pwron
  864. <6>[    0.000000] GPIO mapping write: pin = 128, name = ipc_o_bp_pshold
  865. <6>[    0.000000] GPIO mapping write: pin = 157, name = ipc_o_bp_flash_en
  866. <6>[    0.000000] GPIO mapping write: pin = 129, name = ipc_i_bp_resout
  867. <6>[    0.000000] GPIO mapping write: pin = 141, name = ipc_i_bp_ready
  868. <6>[    0.000000] GPIO mapping write: pin = 59, name = ipc_i_bp_ready2
  869. <6>[    0.000000] GPIO mapping write: pin = 140, name = ipc_o_usb_bypass
  870. <6>[    0.000000] GPIO mapping write: pin = 142, name = ipc_o_usb_susp
  871. <6>[    0.000000] GPIO mapping write: pin = 155, name = ipc_o_usb_txen_n
  872. <6>[    0.000000] GPIO mapping write: pin = 7, name = hdmi_mux_select
  873. <6>[    0.000000] GPIO mapping write: pin = 69, name = hdmi_mux_en_n
  874. <6>[    0.000000] GPIO mapping write: pin = 22, name = accel1_int
  875. <6>[    0.000000] GPIO mapping write: pin = 25, name = hdmi_int
  876. <6>[    0.000000] GPIO mapping write: pin = 180, name = proximity_int
  877. <6>[    0.000000] DT overwrite GPIO Mapping done!
  878. <6>[    0.000000] GPIO Mapping init done!
  879. <6>[    0.000000] ram_console: got buffer at 8e000000, size 20000
  880. <6>[    0.000000] ram_console: uncorrectable error in header
  881. <6>[    0.000000] ram_console: no valid data in buffer (sig = 0x55555555)
  882. <6>[    0.000000] console [ram-1] enabled
  883. <6>[    0.000000] Modem0 is 0x001e0000
  884. <6>[    0.000000] CPCAP: using default bus_num 1
  885. <6>[    0.000000] cpcap init size = 1
  886. <6>[    0.000000] CPCAP: Add new reg [156] setting!
  887. <6>[    0.000000] cpcap init size = 7
  888. <6>[    0.000000] CPCAP: Overwrite regulator init [6]!
  889. <6>[    0.000000] CPCAP: Overwrite regulator init [8]!
  890. <6>[    0.000000] CPCAP: Overwrite regulator init [13]!
  891. <6>[    0.000000] CPCAP: Overwrite regulator init [14]!
  892. <6>[    0.000000] CPCAP: Overwrite regulator init [15]!
  893. <6>[    0.000000] CPCAP: Overwrite regulator init [18]!
  894. <6>[    0.000000] CPCAP: Overwrite regulator init [19]!
  895. <6>[    0.000000] cpcap init size = 7
  896. <6>[    0.000000] CPCAP: Overwrite regulator mode [6]!
  897. <6>[    0.000000] CPCAP: Overwrite regulator mode [8]!
  898. <6>[    0.000000] CPCAP: Overwrite regulator mode [20]!
  899. <6>[    0.000000] CPCAP: Overwrite regulator mode [13]!
  900. <6>[    0.000000] CPCAP: Overwrite regulator mode [14]!
  901. <6>[    0.000000] CPCAP: Overwrite regulator mode [15]!
  902. <6>[    0.000000] CPCAP: Overwrite regulator mode [22]!
  903. <3>[    0.000000] Read property regulator_off_mode error!
  904. <3>[    0.000000] Read property stereo_loudspeaker error!
  905. <6>[    0.000000] CPCAP: delaying cpcap_usb probe
  906. <6>[    0.000000] CPCAP: delaying cpcap_usb_det probe
  907. <6>[    0.000000] CPCAP: delaying cpcap_audio probe
  908. <6>[    0.000000] CPCAP: delaying cpcap_3mm5 probe
  909. <6>[    0.000000] CPCAP: delaying bd7885 probe
  910. <6>[    0.000000] cpcap_leds_init Configuring CPCAP LED drivers
  911. <6>[    0.000000] CPCAP,ABMODE found.
  912. <6>[    0.000000] CPCAP LED found.
  913. <6>[    0.000000] type = 0X  210000
  914. <6>[    0.000000] CPCAP LED found.
  915. <6>[    0.000000] type = 0X  210001
  916. <6>[    0.000000] CPCAP,ADB found.
  917. <6>[    0.000000] CPCAP: delaying leds-cpcap-adb probe
  918. <6>[    0.000000] CPCAP LED found.
  919. <6>[    0.000000] type = 0X  210005
  920. <6>[    0.000000] CPCAP,RGB found.
  921. <6>[    0.000000] CPCAP: delaying leds-cpcap-rgb probe
  922. <6>[    0.000000] CPCAP: delaying flash-torch-3559 probe
  923. <6>[    0.000000] CPCAP: delaying cpcap_vio_active probe
  924. <3>[    0.000000] mapphone_als_init: Cann't get manual als config
  925. <6>[    0.000000] mapphone_als_init:Initializing
  926. <3>[    0.000000] mapphone_isl29030_init - unable to read /System@0/I2C@0/Proximity@0 node from device tree.
  927. <7>[    0.000000] cannot retrieve akm8975_reset from device tree
  928. <3>[    0.000000] adp8870_reset not in device_tree
  929. <6>[    0.000000] feature_mipi_cam 1
  930. <6>[    0.000000] Regulators for device: vcam
  931. <6>[    0.000000] Adding vcam to camera     regulator list
  932. <6>[    0.000000] mapphone_camera_init: MIPI camera
  933. <6>[    0.000000] mapphone_legacy_qtouch_init: Selecting legacy qtouch driver.
  934. <6>[    0.000000] mapphone_touch_init: Touch init successful.
  935. <6>[    0.000000] Modem0 is 0x001e0000
  936. <7>[    0.000000] mapphone_bt_init: misc_cpcap not null
  937. <3>[    0.000000] USB Overwrite nLuns 2
  938. <6>[    0.000000] USB PID overwritten for  msc with 0x4285
  939. <6>[    0.000000] USB PID overwritten for  cdrom with 0x41de
  940. <6>[    0.000000] USB PID overwritten for  msc_adb with 0x4286
  941. <6>[    0.000000] USB PID overwritten for  eth with 0x41d4
  942. <6>[    0.000000] USB PID overwritten for  mtp with 0x41d6
  943. <6>[    0.000000] USB PID overwritten for  acm with 0x6422
  944. <6>[    0.000000] USB PID overwritten for  eth_adb with 0x41ea
  945. <6>[    0.000000] USB PID overwritten for  acm_eth_mtp with 0x41d8
  946. <6>[    0.000000] USB PID overwritten for  mtp_adb with 0x41dc
  947. <6>[    0.000000] USB PID overwritten for  acm_eth_mtp_adb with 0x4284
  948. <6>[    0.000000] USB PID overwritten for  acm_eth_adb with 0x41e2
  949. <6>[    0.000000] USB PID overwritten for  msc_eth with 0x41d4
  950. <6>[    0.000000] USB PID overwritten for  msc_adb_eth with 0x41d4
  951. <6>[    0.000000] USB PID overwritten for  charge_only with 0x4287
  952. <6>[    0.000000] USB PID overwritten for  charge_adb with 0x428c
  953. <6>[    0.000000] DT overwrite of  USB PID's done!
  954. <6>[    0.000000] SIM device disabled.
  955. <3>[    0.000000] omap_init_mbox: platform not supported
  956. <6>[    0.000000] Enabling MIPI DLI Test
  957. <6>[    0.000000] I2C-1 devices: qtouch-obp-ts,lm3530_led,airc
  958. <6>[    0.000000] qtouch-obp-ts -> I2C bus-1
  959. <6>[    0.000000] lm3530_led -> I2C bus-1
  960. <6>[    0.000000] I2C-2 devices: akm8973,kxtf9
  961. <6>[    0.000000] akm8973 -> I2C bus-2
  962. <6>[    0.000000] kxtf9 -> I2C bus-2
  963. <6>[    0.000000] I2C-3 devices: HP_GEN_LENS,tda19989,ov8810,lm3559_led
  964. <6>[    0.000000] HP_GEN_LENS -> I2C bus-3
  965. <6>[    0.000000] tda19989 -> I2C bus-3
  966. <6>[    0.000000] ov8810 -> I2C bus-3
  967. <6>[    0.000000] lm3559_led -> I2C bus-3
  968. <6>[    4.320770] OMAP DMA hardware revision 5.0
  969. <6>[    4.320922] Reserving DMA channels 0 and 1 for HS ROM code
  970. <4>[    4.336547] bio: create slab <bio-0> at 0
  971. <3>[    4.337554] Invalid Console Name
  972. <4>[    4.337738] Invalid console paramter. UART Library Init Failed!
  973. <6>[    4.337829] !!!!!!!! Unable to recongnize Console UART........
  974. <6>[    4.337982] omap-uart.1: ttyS0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART1
  975. <3>[    4.338287] Invalid Console Name
  976. <4>[    4.338378] Invalid console paramter. UART Library Init Failed!
  977. <6>[    4.338531] !!!!!!!! Unable to recongnize Console UART........
  978. <6>[    4.338623] omap-uart.2: ttyS1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART2
  979. <3>[    4.338958] Invalid Console Name
  980. <4>[    4.339050] Invalid console paramter. UART Library Init Failed!
  981. <6>[    4.339233] !!!!!!!! Unable to recongnize Console UART........
  982. <6>[    4.339324] omap-uart.3: ttyS2 at MMIO 0x49020000 (irq = 74) is a OMAP UART3
  983. <4>[    4.345489] cpcap-regltr: probe of cpcap-regltr.0 failed with error -22
  984. <4>[    4.345825] cpcap-regltr: probe of cpcap-regltr.1 failed with error -22
  985. <4>[    4.346069] cpcap-regltr: probe of cpcap-regltr.2 failed with error -22
  986. <4>[    4.346374] cpcap-regltr: probe of cpcap-regltr.3 failed with error -22
  987. <6>[    4.346893] regulator: sw5: 5050 mV
  988. <6>[    4.347503] regulator: vusb: 3300 mV
  989. <6>[    4.348510] regulator: vcam: 2900 mV
  990. <6>[    4.350372] regulator: vcsi: 1800 mV
  991. <6>[    4.351409] regulator: vdac: 1800 mV
  992. <6>[    4.353332] regulator: vdig: 1875 mV
  993. <6>[    4.353790] regulator: vfuse: 1500 <--> 3150 mV
  994. <6>[    4.355407] regulator: vhvio: 2775 mV
  995. <6>[    4.356445] regulator: vsdio: 2900 mV
  996. <6>[    4.357513] regulator: vpll: 1800 mV
  997. <6>[    4.358154] regulator: vrf1: 2775 mV
  998. <6>[    4.359680] regulator: vrf2: 2775 mV
  999. <6>[    4.360717] regulator: vrfref: 2775 mV
  1000. <6>[    4.361267] regulator: vwlan1: 1800 <--> 1900 mV
  1001. <6>[    4.362213] regulator: vwlan2: 3000 mV
  1002. <6>[    4.362701] regulator: vsim: 1800 <--> 2900 mV
  1003. <6>[    4.363250] regulator: vsimcard: 1800 <--> 2900 mV
  1004. <6>[    4.363769] regulator: vvib: 1300 <--> 3000 mV
  1005. <6>[    4.365509] regulator: vaudio: 2775 mV normal standby
  1006. <6>[    4.366302] cpcap_uc cpcap_uc: firmware: using built-in firmware cpcap/firmware_1_2x.fw
  1007. <6>[    4.366455] cpcap_uc cpcap_uc: Loading 714 word(s) at 0x9130
  1008. <6>[    4.538696] cpcap_uc cpcap_uc: Loading 1 word(s) at 0x9018
  1009. <6>[    4.544372] cpcap_uc cpcap_uc: Loaded Sec SPI Init = 0: 0
  1010. <6>[    4.544494] cpcap_uc cpcap_uc: Started macro 4: 0
  1011. <6>[    4.559295] cpcap_adc cpcap_adc: CPCAP ADC device probed
  1012. <6>[    4.559844] cpcap spi1.0: Probing CPCAP device cpcap_usb
  1013. <6>[    4.560150] cpcap spi1.0: Probing CPCAP device cpcap_usb_det
  1014. <6>[    4.560363] cpcap spi1.0: Probing CPCAP device cpcap_audio
  1015. <6>[    4.560668] cpcap spi1.0: Probing CPCAP device cpcap_3mm5
  1016. <6>[    4.560913] cpcap spi1.0: Probing CPCAP device bd7885
  1017. <6>[    4.561187] cpcap spi1.0: Probing CPCAP device leds-cpcap-adb
  1018. <6>[    4.561431] cpcap spi1.0: Probing CPCAP device leds-cpcap-rgb
  1019. <6>[    4.561737] cpcap spi1.0: Probing CPCAP device flash-torch-3559
  1020. <6>[    4.561950] cpcap spi1.0: Probing CPCAP device cpcap_vio_active
  1021. <6>[    4.563171] cpcap_usb cpcap_usb: Initialized CPCAP USB module
  1022. <6>[    4.563751] usbcore: registered new interface driver usbfs
  1023. <6>[    4.564178] usbcore: registered new interface driver hub
  1024. <6>[    4.564453] usbcore: registered new device driver usb
  1025. <6>[    4.564544] enter bypass_init
  1026. <6>[    4.565002] i2c_omap i2c_omap.1: bus 1 rev4.0 at 400 kHz
  1027. <6>[    4.574829] i2c_omap i2c_omap.2: bus 2 rev4.0 at 400 kHz
  1028. <6>[    4.590393] i2c_omap i2c_omap.3: bus 3 rev4.0 at 400 kHz
  1029. <6>[    4.594390] Bluetooth: Core ver 2.15
  1030. <6>[    4.594665] NET: Registered protocol family 31
  1031. <6>[    4.594818] Bluetooth: HCI device and connection manager initialized
  1032. <6>[    4.594909] Bluetooth: HCI socket layer initialized
  1033. <6>[    4.595336] Switching to clocksource 32k_counter
  1034. <6>[    4.596954] musb_hdrc: version 6.0, musb-dma, peripheral, debug=0
  1035. <7>[    4.597229] musb_hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine (X), bulk split (X), HB-ISO Rx, HB-ISO Tx, SoftConn)
  1036. <7>[    4.597381] musb_hdrc: MHDRC RTL version 1.800
  1037. <7>[    4.597473] musb_hdrc: setup fifo_mode 4
  1038. <7>[    4.597656] musb_hdrc: 28/31 max ep, 15424/16384 memory
  1039. <6>[    4.597747] musb_hdrc: USB Peripheral mode controller at fa0ab000 using DMA, IRQ 92
  1040. <6>[    4.598602] NET: Registered protocol family 2
  1041. <6>[    4.598785] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  1042. <6>[    4.599243] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  1043. <6>[    4.599548] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
  1044. <6>[    4.599822] TCP: Hash tables configured (established 16384 bind 16384)
  1045. <6>[    4.599914] TCP reno registered
  1046. <6>[    4.600189] NET: Registered protocol family 1
  1047. <6>[    4.600433] Trying to unpack rootfs image as initramfs...
  1048. <6>[    4.609252] Freeing initrd memory: 144K
  1049. <6>[    4.610992] dspbridge_init: 600000 bytes @ 81c00000
  1050. <6>[    4.611389] mapphone_dt_kp_init: Keypad device is ADP5588
  1051. <6>[    4.611572] Keypad: using non-dt configuration
  1052. <6>[    4.611694] adp5588_reset: ADP5588: RESET_GPIO not in device_tree
  1053. <6>[    4.611846] adp5588_reset: ADP5588: RESET asserted
  1054. <6>[    4.642425] adp5588_reset: ADP5588: RESET deasserted
  1055. <4>[    4.643096] mapphone_wifi_init: start
  1056. <6>[    4.643341] gpio_dev_size = 6
  1057. <6>[    4.643432] GPIODev: Overwrite device [gps_reset] setting!
  1058. <6>[    4.643615] GPIODev: Overwrite device [gps_standby] setting!
  1059. <6>[    4.643707] GPIODev: Add new device [bt_wake] setting!
  1060. <6>[    4.643859] GPIODev: Add new device [hdmi_mux_select] setting!
  1061. <6>[    4.643951] GPIODev: Add new device [hdmi_mux_en_n] setting!
  1062. <6>[    4.644104] GPIODev: Add new device [bt_hostwake] setting!
  1063. <6>[    4.644348] LTTng will clear ccnt top bit every 137 jiffies.
  1064. <6>[    4.649688] omap-iommu omap-iommu.0: isp registered
  1065. <6>[    4.661956] ashmem: initialized
  1066. <5>[    4.662384] VFS: Disk quotas dquot_6.5.2
  1067. <4>[    4.662597] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1068. <4>[    4.663574] yaffs Aug 20 2011 10:40:31 Installing.
  1069. <6>[    4.663757] msgmni has been set to 951
  1070. <6>[    4.664031] alg: No test for cipher_null (cipher_null-generic)
  1071. <6>[    4.664276] alg: No test for ecb(cipher_null) (ecb-cipher_null)
  1072. <6>[    4.664459] alg: No test for digest_null (digest_null-generic)
  1073. <6>[    4.664703] alg: No test for compress_null (compress_null-generic)
  1074. <6>[    4.667175] alg: No test for stdrng (krng)
  1075. <6>[    4.667388] io scheduler noop registered
  1076. <6>[    4.667572] io scheduler cfq registered (default)
  1077. <6>[    4.670959] GPIODev init successfully
  1078. <6>[    4.677551] brd: module loaded
  1079. <6>[    4.680847] loop: module loaded
  1080. <6>[    4.729217] Android kernel panic handler initialized (bind=kpanic)
  1081. <6>[    4.730316] input: compass as /devices/virtual/input/input0
  1082. <6>[    4.730834] AK8975 compass driver: init
  1083. <6>[    4.731140] <6>LIS331DLH accelerometer driver
  1084. <6>[    4.731353] kxtf9 accelerometer driver
  1085. <6>[    4.877197] input: accelerometer as /devices/virtual/input/input1
  1086. <6>[    4.877685] kxtf9 2-000f: kxtf9 probed
  1087. <6>[    4.878204] mdm_ctrl_probe: Loaded mdm_ctrl device driver
  1088. <6>[    4.880859] ts27010 mux registered
  1089. <3>[    4.881164] vib-pwm: vib_pwm_init
  1090. <1>[    4.882720] vib-pwm probed
  1091. <6>[    4.882995] Android kernel panic mmc handler initialized
  1092. <6>[    4.884002] Syspanic cannot get wrigley mbox
  1093. <6>[    4.884094] Loaded SysPanic device driver
  1094. <6>[    4.884429] tcmd probe
  1095. <6>[    4.885101] input: cpcap-key as /devices/virtual/input/input2
  1096. <6>[    4.885223] cpcap_key cpcap_key: CPCAP key device probed
  1097. <3>[    4.885833] regulator_check_voltage: operation not allowed for vaudio
  1098. <6>[    4.886627] cpcap spi1.0: Headset key event: old=0, new=0
  1099. <6>[    4.886840] cpcap spi1.0: New headset state: 0
  1100. <6>[    4.887329] omap2-nand driver initializing
  1101. <6>[    4.887695] PPP generic driver version 2.4.2
  1102. <6>[    4.888122] PPP Deflate Compression module registered
  1103. <6>[    4.888214] PPP BSD Compression module registered
  1104. <6>[    4.889007] PPP MPPE Compression module registered
  1105. <6>[    4.889099] NET: Registered protocol family 24
  1106. <6>[    4.889251] tun: Universal TUN/TAP device driver, 1.6
  1107. <6>[    4.889343] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  1108. <5>[    4.889739] usbmon: debugfs is not available
  1109. <6>[    4.889831] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1110. <6>[    4.890197] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1111. <6>[    4.890441] ohci ohci.0: OMAP OHCI
  1112. <6>[    4.890594] ohci ohci.0: new USB bus registered, assigned bus number 1
  1113. <6>[    4.890808] ohci ohci.0: irq 76, io mem 0x48064400
  1114. <6>[    4.967742] usb usb1: configuration #1 chosen from 1 choice
  1115. <6>[    4.968139] hub 1-0:1.0: USB hub found
  1116. <6>[    4.968261] hub 1-0:1.0: 3 ports detected
  1117. <6>[    4.969116] usbcore: registered new interface driver cdc_acm
  1118. <6>[    4.969238] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
  1119. <6>[    4.969696] usbcore: registered new interface driver usbserial
  1120. <6>[    4.969787] usbserial: USB Serial Driver core
  1121. <6>[    4.970062] USB Serial support registered for moto-modem
  1122. <6>[    4.970306] usbcore: registered new interface driver moto-modem
  1123. <6>[    4.970642] USB Serial support registered for QSC 6085 Modem Driver
  1124. <6>[    4.970886] usbcore: registered new interface driver cdma-modem
  1125. <6>[    4.971160] USB Serial support registered for moto-flashqsc
  1126. <6>[    4.971374] usbcore: registered new interface driver moto-flashqsc
  1127. <6>[    4.971649] USB Serial support registered for VIA-Telecom AP/CP USB Connection
  1128. <6>[    4.971893] usbcore: registered new interface driver via-cbp
  1129. <6>[    4.972045] enter bypass_register
  1130. <6>[    4.972351] usbcore: registered new interface driver usb_ipc_data
  1131. <6>[    4.972534] android init
  1132. <6>[    4.972686] android_probe pdata: c0586ee8
  1133. <6>[    4.972930] android_bind
  1134. <7>[    4.973083] android_bind_config
  1135. <6>[    4.973327] android_usb gadget: android_usb ready
  1136. <6>[    4.973785] f_usbnet init
  1137. <6>[    4.973907] android_register_function usbnet
  1138. <6>[    4.973968] f_adb init
  1139. <6>[    4.974060] android_register_function adb
  1140. <6>[    4.974151] f_mass_storage init
  1141. <6>[    4.974304] android_register_function usb_mass_storage
  1142. <6>[    4.974395] f_mtp init
  1143. <6>[    4.974487] android_register_function mtp
  1144. <6>[    4.974639] f_acm init
  1145. <6>[    4.974731] android_register_function acm
  1146. <6>[    4.974822] f_rndis init
  1147. <6>[    4.975097] android_register_function rndis
  1148. <6>[    4.975250] f_via_cpbypass init
  1149. <6>[    4.975341] android_register_function ets
  1150. <6>[    4.975433] Gadget Usb: ACM Bind Config
  1151. <6>[    4.975982] Gadget USB: usbnet_bind_config
  1152. <7>[    4.976501] usb_ether_get_stats
  1153. <6>[    4.976959] Gadget Usb: mtp_bind_config
  1154. <6>[    4.977508] rndis_function_bind_config MAC: 02:03:46:37:44:43
  1155. <4>[    4.977600] android_usb gadget: using random self ethernet address
  1156. <4>[    4.977783] android_usb gadget: using random host ethernet address
  1157. <6>[    4.978302] usb1: MAC 66:6b:43:14:c9:67
  1158. <6>[    4.978546] usb1: HOST MAC e6:60:2b:75:b7:72
  1159. <6>[    4.978851] Gadget Usb: mass_storage_bind_config
  1160. <6>[    4.979217] fsg_probe pdata: c0586f10
  1161. <6>[    4.979797] android_usb gadget: Number of LUNs=2
  1162. <6>[    4.979888] Gadget Usb: adb_bind_config
  1163. <6>[    4.980773] kevin:ets_function_bind():1 ret=0
  1164. <6>[    4.980865] enter bypass_register
  1165. <6>[    4.981750] qtouch_force_reset: Forcing HW reset
  1166. <6>[    5.096099] qtouch_process_info_block: Build version is 0x16
  1167. <6>[    5.096649] qtouch_process_info_block: Object 5 @ 0x00e6 (9) insts 1 rep_ids 0
  1168. <6>[    5.097229] qtouch_process_info_block: Object 6 @ 0x00ef (6) insts 1 rep_ids 1
  1169. <6>[    5.097747] qtouch_process_info_block: Object 38 @ 0x00f5 (8) insts 1 rep_ids 0
  1170. <4>[    5.097930] qtouch_process_info_block: Unknown object type (38) encountered
  1171. <6>[    5.098510] qtouch_process_info_block: Object 7 @ 0x00fd (3) insts 1 rep_ids 0
  1172. <6>[    5.099060] qtouch_process_info_block: Object 8 @ 0x0100 (8) insts 1 rep_ids 0
  1173. <6>[    5.099639] qtouch_process_info_block: Object 9 @ 0x0108 (31) insts 2 rep_ids 8
  1174. <6>[    5.100219] qtouch_process_info_block: Object 15 @ 0x0146 (11) insts 1 rep_ids 1
  1175. <6>[    5.100738] qtouch_process_info_block: Object 18 @ 0x0151 (2) insts 1 rep_ids 0
  1176. <6>[    5.101318] qtouch_process_info_block: Object 19 @ 0x0153 (16) insts 1 rep_ids 1
  1177. <6>[    5.101898] qtouch_process_info_block: Object 20 @ 0x0163 (12) insts 2 rep_ids 1
  1178. <6>[    5.102416] qtouch_process_info_block: Object 22 @ 0x017b (17) insts 1 rep_ids 1
  1179. <6>[    5.102996] qtouch_process_info_block: Object 23 @ 0x018c (15) insts 1 rep_ids 1
  1180. <6>[    5.103607] qtouch_process_info_block: Object 25 @ 0x019b (18) insts 1 rep_ids 1
  1181. <6>[    5.104125] qtouch_process_info_block: Object 28 @ 0x01ad (6) insts 1 rep_ids 1
  1182. <6>[    5.104736] qtouch_process_info_block: Object 37 @ 0x0064 (130) insts 1 rep_ids 0
  1183. <4>[    5.105224] qtouch_process_info_block: Checksum mismatch (0x00007364 != 0x00aff04b)
  1184. <6>[    5.105316] qtouch_process_info_block: qtouch-obp-ts found. family 0x80, variant 0x5, ver 0x16, build 0xab, matrix 19x11, 15 objects.
  1185. <6>[    5.105468] qtouch_ts_probe: FW version is 0x16 Build 0xAB
  1186. <6>[    5.106079] input: qtouch-touchscreen as /devices/virtual/input/input3
  1187. <6>[    5.106842] GPIO Matrix Keypad Driver: Start keypad matrix for sholes-keypad in interrupt mode
  1188. <6>[    5.107055] GPIO Input Driver: Start gpio inputs for sholes-keypad in interrupt mode
  1189. <6>[    5.107421] do_cmd_proc_msg:EEPROM checksum mismatch 0x  6A20A9
  1190. <6>[    5.107513] qtouch_hw_init: Doing hw init
  1191. <6>[    5.107879] input: sholes-keypad as /devices/virtual/input/input4
  1192. <6>[    5.110992] input: proximity as /devices/virtual/input/input5
  1193. <6>[    5.111785] sfh7743 sfh7743: sfh7743 probed
  1194. <6>[    5.112335] using input dev qtouch-touchscreen for key reset
  1195. <6>[    5.112518] using input dev sholes-keypad for key reset
  1196. <6>[    5.113769] using rtc device, cpcap_rtc, for alarms
  1197. <6>[    5.113891] cpcap_rtc cpcap_rtc: rtc core: registered cpcap_rtc as rtc0
  1198. <6>[    5.114807] i2c /dev entries driver
  1199. <6>[    5.115356] qtouch_force_calibration: Forcing calibration
  1200. <6>[    5.116058] Linux video capture interface: v2.00
  1201. <6>[    5.116271] mt9p012 driver loading
  1202. <3>[    5.116851] MIPI DLI tester probe is finished.
  1203. <6>[    5.117828] hp3a hp3a-omap: Registered hp3a driver.
  1204. <6>[    5.118072] omap-iommu omap-iommu.0: isp: version 1.1
  1205. <6>[    5.118316] isp_tmp_buf_alloc: allocating 16777216 bytes
  1206. <6>[    5.201751] omap3isp omap3isp: Revision 15.0 found
  1207. <7>[    5.202514] tda19989_probe
  1208. <7>[    5.202667] tda19989 I2C probe
  1209. <6>[    5.204772] Driver for 1-wire Dallas network protocol.
  1210. <6>[    5.205688] omap_hdq omap_hdq.0: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode
  1211. <6>[    5.392486] usb 1-3: new full speed USB device using ohci and address 2
  1212. <3>[    5.400238] omap_hdq omap_hdq.0: break wait elapsed
  1213. <6>[    5.400817] w1_master_driver w1 bus master: Family 89 for 89.000000000000.5b is not registered.
  1214. <6>[    5.402496] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  1215. <6>[    5.403289] Watchdog auto-pet enabled at 45 sec intervals
  1216. <6>[    5.403717] device-mapper: uevent: version 1.0.3
  1217. <6>[    5.404205] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
  1218. <6>[    5.404327] Bluetooth: HCI UART driver ver 2.2
  1219. <6>[    5.404510] Bluetooth: HCI H4 protocol initialized
  1220. <6>[    5.404602] Bluetooth: HCILL protocol initialized
  1221. <6>[    5.405059] cpuidle: using governor ladder
  1222. <6>[    5.405151] cpuidle: using governor menu
  1223. <6>[    5.406616] cpcap_bd7885_probe:CPCAP Probe enter
  1224. <6>[    5.406799] cpcap_bd7885_probe:CPCAP probe exit
  1225. <6>[    5.407287] BU9847 i2c driver : init is completed.
  1226. <3>[    5.407440] ADP5588 keyboard led device  declared unavailable
  1227. <6>[    5.408203] input: lm3530_led as /devices/virtual/input/input6
  1228. <6>[    5.409942] Registered led device: lcd-backlight
  1229. <6>[    5.410736] cpcap_lm3559_probe:CPCAP Probe enter
  1230. <6>[    5.417907] Registered led device: torch-flash
  1231. <6>[    5.418243] Registered led device: spotlight
  1232. <6>[    5.418334] LM3559 torch initialized
  1233. <6>[    5.418518] cpcap_lm3559_probe:CPCAP torch probe exit
  1234. <6>[    5.419189] Registered led device: button-backlight
  1235. <6>[    5.420074] Registered led device: red
  1236. <6>[    5.420379] Registered led device: green
  1237. <6>[    5.420593] Registered led device: blue
  1238. <6>[    5.421295] usbcore: registered new interface driver usbhid
  1239. <6>[    5.421478] usbhid: v2.6:USB HID core driver
  1240. <6>[    5.422119] logger: created 1024K log 'log_main'
  1241. <6>[    5.422454] logger: created 512K log 'log_events'
  1242. <6>[    5.422729] logger: created 64K log 'log_radio'
  1243. <6>[    5.422973] logger: created 64K log 'log_system'
  1244. <4>[    5.425506] Netfilter messages via NETLINK v0.30.
  1245. <4>[    5.425659] nf_conntrack version 0.5.0 (7612 buckets, 30448 max)
  1246. <4>[    5.425994] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
  1247. <4>[    5.426086] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
  1248. <4>[    5.426269] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
  1249. <4>[    5.426483] ctnetlink v0.93: registering with nfnetlink.
  1250. <6>[    5.426635] xt_time: kernel timezone is -0000
  1251. <6>[    5.426879] ip_tables: (C) 2000-2006 Netfilter Core Team
  1252. <6>[    5.427124] arp_tables: (C) 2002 David S. Miller
  1253. <6>[    5.427276] TCP cubic registered
  1254. <6>[    5.427429] Initializing XFRM netlink socket
  1255. <6>[    5.427764] NET: Registered protocol family 10
  1256. <6>[    5.428192] lo: Disabled Privacy Extensions
  1257. <6>[    5.428649] Mobile IPv6
  1258. <6>[    5.428741] IPv6 over IPv4 tunneling driver
  1259. <6>[    5.429382] sit0: Disabled Privacy Extensions
  1260. <6>[    5.430053] ip6tnl0: Disabled Privacy Extensions
  1261. <6>[    5.430206] NET: Registered protocol family 17
  1262. <6>[    5.430328] NET: Registered protocol family 15
  1263. <6>[    5.430511] Bluetooth: L2CAP ver 2.14
  1264. <6>[    5.430572] Bluetooth: L2CAP socket layer initialized
  1265. <6>[    5.430755] Bluetooth: SCO (Voice Link) ver 0.6
  1266. <6>[    5.430847] Bluetooth: SCO socket layer initialized
  1267. <6>[    5.431060] Bluetooth: RFCOMM TTY layer initialized
  1268. <6>[    5.431213] Bluetooth: RFCOMM socket layer initialized
  1269. <6>[    5.431304] Bluetooth: RFCOMM ver 1.11
  1270. <6>[    5.431610] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  1271. <6>[    5.431701] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  1272. <6>[    5.432617] OMAP DSS rev 2.0
  1273. <6>[    5.432739] OMAP DISPC rev 3.0
  1274. <6>[    5.432983] OMAP DSI rev 1.0
  1275. <6>[    5.525634] mmc1 set to SECTOR mode
  1276. <6>[    5.548950] mmc1: new high speed MMC card at address 0001
  1277. <6>[    5.549255] mmc1: enable Toshiba workaround
  1278. <6>[    5.549560] mmcblk1: mmc1:0001 MMC08G 7.45 GiB
  1279. <6>[    5.549835]  mmcblk1: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 >
  1280. <6>[    5.559753] mmc_blk_probe: adding mmcblk1p20:kpanic
  1281. <3>[    5.565063] apanic: Bound to mmc block device 'mmcblk1p20(179:52)'
  1282. <6>[    5.565216] apanic: No panic data available
  1283. <7>[    5.595581] DT: width= 480 height= 854
  1284. <7>[    5.595764] DT: hfp=0 hsw=2 hbp=2 vfp=0 vsw=1 vbp=1
  1285. <7>[    5.595855] DT: clk_lane=1 clk_pos=0  data1_lane=2 data1_pos=0
  1286. <7>[    5.596008] DT: data2_lane= 3 data2_pos= 0 xfer_mode= 0
  1287. <7>[    5.596099] DT: gpio_reset=126 panel_id=0x1a0000 te_scan_line=0x300
  1288. <7>[    5.596252] DT: regn=13 regm=170 regm3=5 regm4=5 lp_clk_div=10 lck_div=1 pck_div=4
  1289. <6>[    5.619537] qtouch_force_calibration: Forcing calibration
  1290. <6>[    5.620025] do_cmd_proc_msg: Reset done.
  1291. <6>[    5.620117] do_cmd_proc_msg: Self-calibration started.
  1292. <6>[    5.629699] usb 1-3: configuration #1 chosen from 1 choice
  1293. <6>[    5.633453] cdma-modem 1-3:1.0: QSC 6085 Modem Driver converter detected
  1294. <6>[    5.634185] usb 1-3: QSC 6085 Modem Driver converter now attached to ttyUSB0
  1295. <6>[    5.640045] cdma-modem 1-3:1.1: QSC 6085 Modem Driver converter detected
  1296. <6>[    5.640838] usb 1-3: QSC 6085 Modem Driver converter now attached to ttyUSB1
  1297. <6>[    5.643157] cdma-modem 1-3:1.2: QSC 6085 Modem Driver converter detected
  1298. <6>[    5.645904] usb 1-3: QSC 6085 Modem Driver converter now attached to ttyUSB2
  1299. <6>[    5.647460] cdma-modem 1-3:1.3: QSC 6085 Modem Driver converter detected
  1300. <6>[    5.648101] usb 1-3: QSC 6085 Modem Driver converter now attached to ttyUSB3
  1301. <6>[    5.653991] qtouch_hw_init: Doing hw init
  1302. <6>[    5.659790] qtouch_force_calibration: Forcing calibration
  1303. <4>[    5.806793] mmc0: host does not support reading read-only switch. assuming write-enable.
  1304. <6>[    5.806915] mmc0: new high speed SDHC card at address e624
  1305. <6>[    5.807434] mmcblk0: mmc0:e624 SU16G 14.8 GiB
  1306. <6>[    5.807739]  mmcblk0: p1
  1307. <4>[    5.879547] plane 1, # of overlays: 3
  1308. <4>[    5.880462] plane 2, # of overlays: 3
  1309. <2>[    5.881378] omap_is_SEC: fab_id = 1, it is UMC OMAP3630 Silicon
  1310. <3>[    5.881530] Power Management for TI OMAP3.
  1311. <6>[    5.884582]
  1312. <6>[    5.884582] MAPPHONE PMIC SR init...
  1313. <6>[    5.884857] SR1 : Fused Nvalues for 4 OPP
  1314. <6>[    5.885040] VDD1 - OPP4 -  1G Nvalue = 0xAA9389
  1315. <6>[    5.885131] VDD1 - OPP3 - 800 Nvalue = 0xAABAAA
  1316. <6>[    5.885284] VDD1 - OPP2 - 600 Nvalue = 0x9A83F0
  1317. <6>[    5.885375] VDD1 - OPP1 - 300 Nvalue = 0x99D1C1
  1318. <6>[    5.885620] SR2 : Fused Nvalues for 2 OPP
  1319. <6>[    5.885803] VDD2 - OPP2 - 200 Nvalue = 0x999387
  1320. <6>[    5.885894] VDD2 - OPP1 - 100 Nvalue = 0x99D2C3
  1321. <4>[    5.886169] SR: debugfs_create_file failed
  1322. <6>[    5.886260] SmartReflex driver initialized
  1323. <7>[    5.886352] Disabling unused clock "sr2_fck"
  1324. <7>[    5.886505] Disabling unused clock "sr1_fck"
  1325. <7>[    5.886596] Disabling unused clock "gpt2_ick"
  1326. <7>[    5.886718] Disabling unused clock "gpt3_ick"
  1327. <7>[    5.886871] Disabling unused clock "gpt4_ick"
  1328. <7>[    5.886962] Disabling unused clock "gpt5_ick"
  1329. <7>[    5.887115] Disabling unused clock "gpt6_ick"
  1330. <7>[    5.887207] Disabling unused clock "gpt7_ick"
  1331. <7>[    5.887298] Disabling unused clock "gpt8_ick"
  1332. <7>[    5.887451] Disabling unused clock "gpt9_ick"
  1333. <7>[    5.887542] Disabling unused clock "gpio2_dbck"
  1334. <7>[    5.887634] Disabling unused clock "gpio3_dbck"
  1335. <7>[    5.887817] Disabling unused clock "gpio4_dbck"
  1336. <7>[    5.887908] Disabling unused clock "gpio5_dbck"
  1337. <7>[    5.888061] Disabling unused clock "gpio6_dbck"
  1338. <7>[    5.888153] Disabling unused clock "gpt9_fck"
  1339. <7>[    5.888244] Disabling unused clock "gpt8_fck"
  1340. <7>[    5.888397] Disabling unused clock "gpt7_fck"
  1341. <7>[    5.888488] Disabling unused clock "gpt6_fck"
  1342. <7>[    5.888641] Disabling unused clock "gpt5_fck"
  1343. <7>[    5.888732] Disabling unused clock "gpt4_fck"
  1344. <7>[    5.888824] Disabling unused clock "gpt3_fck"
  1345. <7>[    5.889007] Disabling unused clock "gpt2_fck"
  1346. <7>[    5.889099] Disabling unused clock "gpt12_ick"
  1347. <7>[    5.889251] Disabling unused clock "wdt1_ick"
  1348. <7>[    5.889343] Disabling unused clock "usim_ick"
  1349. <7>[    5.889434] Disabling unused clock "gpio1_dbck"
  1350. <7>[    5.889587] Disabling unused clock "usim_fck"
  1351. <7>[    5.889678] Disabling unused clock "rng_ick"
  1352. <7>[    5.889770] Disabling unused clock "ssi_ick"
  1353. <7>[    5.889953] Disabling unused clock "mcbsp_ick"
  1354. <7>[    5.890045] Disabling unused clock "mcbsp_ick"
  1355. <7>[    5.890197] Disabling unused clock "gpt10_ick"
  1356. <7>[    5.890289] Disabling unused clock "mspro_ick"
  1357. <7>[    5.890380] Disabling unused clock "des2_ick"
  1358. <7>[    5.890533] Disabling unused clock "sha12_ick"
  1359. <7>[    5.890625] Disabling unused clock "aes2_ick"
  1360. <7>[    5.890777] Disabling unused clock "icr_ick"
  1361. <7>[    5.890869] Disabling unused clock "ssi_ssr_fck"
  1362. <7>[    5.890991] Disabling unused clock "mcbsp_fck"
  1363. <7>[    5.891143] Disabling unused clock "mcbsp_fck"
  1364. <7>[    5.891235] Disabling unused clock "mspro_fck"
  1365. <7>[    5.891326] Disabling unused clock "cpefuse_fck"
  1366. <7>[    5.891479] Disabling unused clock "gpt10_fck"
  1367. <7>[    5.891571] Disabling unused clock "dpll4_m6x2_ck"
  1368. <7>[    5.891754] Disabling unused clock "dpll3_m3x2_ck"
  1369. <7>[    5.891845] Disabling unused clock "sys_clkout1"
  1370. <6>[    5.892364] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  1371. <4>[    5.893615] regulator_init_complete: incomplete constraints, leaving vvib on
  1372. <3>[    5.895751] regulator_check_voltage: operation not allowed for vusb
  1373. <6>[    5.896484] cpcap_usb_det cpcap_usb_det: CPCAP USB detection device probed
  1374. <6>[    5.901153] cpcap_rtc cpcap_rtc: setting system clock to 2011-11-14 21:17:13 UTC (1321305433)
  1375. <7>[    5.901641] ov8810_sensor_power_set: power on
  1376. <6>[    5.904998] mapphone_camera_reg_power - enable vcam
  1377. <6>[    5.993041] ov8810 Chip version 0x03 detected
  1378. <7>[    5.993133] ov8810_sensor_power_set: power off
  1379. <6>[    6.002197] video4linux video0: video0 is now omap3/ov8810//
  1380. <6>[    6.003234] HP_GEN_LENS 3-0004: lens probe called....
  1381. <6>[    6.003356] video4linux video0: video0 is now omap3/ov8810/hplens/
  1382. <3>[    6.003509] Registered hplens as V4L2 device.
  1383. <6>[    6.003814] Freeing init memory: 180K
  1384. <4>[    6.004028] Warning: unable to open an initial console.
  1385. <3>[    6.007263] init: /init.mapphone_cdma.rc: 191: ignored duplicate definition of service 'dlnasrv'
  1386. <6>[    6.111419] cpcap spi1.0: notify_accy: accy=3
  1387. <6>[    6.121978] keychord: using input dev qtouch-touchscreen for fevent
  1388. <6>[    6.122161] keychord: using input dev sholes-keypad for fevent
  1389. <3>[    6.124328] init: Create mmc alias link error!
  1390. <3>[    6.124542] init: Create mmc alias link error!
  1391. <3>[    6.124664] init: Create mmc alias link error!
  1392. <3>[    6.124755] init: Create mmc alias link error!
  1393. <3>[    6.124938] init: Create mmc alias link error!
  1394. <3>[    6.125061] init: Create mmc alias link error!
  1395. <3>[    6.125244] init: Create mmc alias link error!
  1396. <3>[    6.125335] init: Create mmc alias link error!
  1397. <3>[    6.125457] init: Create mmc alias link error!
  1398. <3>[    6.125610] init: Create mmc alias link error!
  1399. <3>[    6.125732] init: Create mmc alias link error!
  1400. <6>[    6.129425] kjournald starting.  Commit interval 5 seconds
  1401. <6>[    6.141876] EXT3 FS on mmcblk1p21, internal journal
  1402. <6>[    6.142059] EXT3-fs: mounted filesystem with ordered data mode.
  1403. <6>[    6.166168] qtouch_force_reset: Forcing HW reset
  1404. <6>[    6.318389] do_cmd_proc_msg:EEPROM checksum mismatch 0x  6A20A9
  1405. <6>[    6.318572] qtouch_hw_init: Doing hw init
  1406. <6>[    6.324920] qtouch_force_calibration: Forcing calibration
  1407. <6>[    6.830749] qtouch_force_calibration: Forcing calibration
  1408. <6>[    6.831268] do_cmd_proc_msg: Reset done.
  1409. <6>[    6.831451] do_cmd_proc_msg: Self-calibration started.
  1410. <4>[    8.137878] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  1411. <6>[    8.138153] kjournald starting.  Commit interval 5 seconds
  1412. <6>[    8.141448] EXT3 FS on mmcblk1p24, internal journal
  1413. <6>[    8.141723] EXT3-fs: recovery complete.
  1414. <6>[    8.145111] EXT3-fs: mounted filesystem with ordered data mode.
  1415. <4>[    8.164520] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  1416. <6>[    8.164764] kjournald starting.  Commit interval 5 seconds
  1417. <6>[    8.168151] EXT3 FS on mmcblk1p23, internal journal
  1418. <6>[    8.168334] EXT3-fs: recovery complete.
  1419. <6>[    8.171875] EXT3-fs: mounted filesystem with ordered data mode.
  1420. <6>[   14.375274] device_mode_change_write Mode change command=msc_adb
  1421. <6>[   14.375305]
  1422. <6>[   14.375488] musb_pullup - Disabling USB Pullups
  1423. <6>[   14.392578] musb_pullup - Enabling USB Pullups
  1424. <6>[   14.392669] device_mode_change_write - Successfully enabled function - msc_adb
  1425. <6>[   14.392669]
  1426. <6>[   14.727874] kjournald starting.  Commit interval 5 seconds
  1427. <6>[   14.731292] EXT3 FS on mmcblk1p21, internal journal
  1428. <6>[   14.731475] EXT3-fs: mounted filesystem with ordered data mode.
  1429. <6>[   14.770935] kjournald starting.  Commit interval 5 seconds
  1430. <6>[   14.774291] EXT3 FS on mmcblk1p22, internal journal
  1431. <6>[   14.774536] EXT3-fs: recovery complete.
  1432. <6>[   14.786163] EXT3-fs: mounted filesystem with ordered data mode.
  1433. <4>[   14.789672] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  1434. <6>[   14.789916] kjournald starting.  Commit interval 5 seconds
  1435. <6>[   14.793457] EXT3 FS on mmcblk1p24, internal journal
  1436. <6>[   14.793640] EXT3-fs: mounted filesystem with ordered data mode.
  1437. <6>[   14.819671] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold
  1438. <6>[   14.819824] CPUFREQ: Per core ondemand sysfs interface is deprecated - sampling_rate
  1439. <6>[   14.820037] sr_vdd1_autocomp: Already set to 1
  1440. <4>[   14.876983] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  1441. <6>[   14.877716] kjournald starting.  Commit interval 5 seconds
  1442. <6>[   14.881317] EXT3 FS on mmcblk1p7, internal journal
  1443. <6>[   14.881835] EXT3-fs: recovery complete.
  1444. <6>[   14.885437] EXT3-fs: mounted filesystem with ordered data mode.
  1445. <4>[   14.900390] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
  1446. <6>[   14.901062] kjournald starting.  Commit interval 5 seconds
  1447. <6>[   14.904479] EXT3 FS on mmcblk1p23, internal journal
  1448. <6>[   14.905029] EXT3-fs: mounted filesystem with ordered data mode.
  1449. <6>[   14.941741] Inserting sec module
  1450. <3>[   14.962463] init: untracked pid 1126 exited
  1451. <3>[   15.152374] init: cannot find '/system/bin/telnetd', disabling 'telnet'
  1452. <3>[   15.153686] init: cannot find '/system/bin/catcommands', disabling 'catcommands'
  1453. <3>[   15.155487] init: cannot find '/system/bin/modemlog', disabling 'modemlog'
  1454. <3>[   15.155609] init: cannot find '/system/bin/aplogd', disabling 'aplogd'
  1455. <3>[   15.157226] init: cannot find '/system/bin/vpnclientpm', disabling 'vpnclientpm'
  1456. <4>[   15.238983] Mirror/redirect action on
  1457. <3>[   15.400756] mdm_ctrl_ioctl: Unknown IO control command received. (1074065355)
  1458. <4>[   15.448486] u32 classifier
  1459. <4>[   15.448608]     Actions configured
  1460. <3>[   15.489471] init: service 'console' requires console
  1461. <3>[   15.593780] init: untracked pid 1561 exited
  1462. <6>[   15.660827] warning: `rild' uses 32-bit capabilities (legacy support in use)
  1463. <6>[   15.663146] cpcap spi1.0: CPCAP uC: open status:0
  1464. <7>[   16.342651] --------Audio Platform Config-------
  1465. <7>[   16.342651] Analog Downlink: true
  1466. <7>[   16.342651] Independent BT bus: true
  1467. <7>[   16.342651] I2S BP: true
  1468. <7>[   16.342681] 19Mhz BP: true
  1469. <7>[   16.342681] Mic3: true
  1470. <7>[   16.342681] Stereo Loudspeaker: false
  1471. <7>[   16.344757] --------CPCAP register dump---------
  1472. <7>[   16.344848]  0x200 (512) = 0x75
  1473. <7>[   16.344848]  0x201 (513) = 0x0
  1474. <7>[   16.344848]  0x202 (514) = 0x0
  1475. <7>[   16.344879]  0x203 (515) = 0x0
  1476. <7>[   16.344879]  0x204 (516) = 0x0
  1477. <7>[   16.344879]  0x205 (517) = 0x0
  1478. <7>[   16.344879]  0x206 (518) = 0x0
  1479. <7>[   16.344879]  0x207 (519) = 0x0
  1480. <7>[   16.344879]  0x208 (520) = 0x0
  1481. <7>[   16.344879]  0x209 (521) = 0x0
  1482. <7>[   16.344879]  0x20A (522) = 0x0
  1483. <7>[   16.344879]  0x20B (523) = 0x0
  1484. <7>[   16.344909]  0x20C (524) = 0x0
  1485. <7>[   16.344909]  0x20D (525) = 0x30
  1486. <7>[   16.346496] -------End Audio Driver Dump--------
  1487. <6>[   16.346923] AUDIO_DRIVER:spkr1 = 0x0, spkr2 = 0x0
  1488. <7>[   16.361480] turning off regulator
  1489. <7>[   16.367004] turning off regulator
  1490. <7>[   16.373168] turning off regulator
  1491. <7>[   16.378601] turning off regulator
  1492. <7>[   16.384643] turning off regulator
  1493. <6>[   20.941192] Panel is turned on
  1494. <7>[   28.484619] usb_ether_get_stats
  1495. <7>[   28.485137] usb_ether_get_stats
  1496. <7>[   28.899444] turning off regulator
  1497. <6>[   29.439331] request_suspend_state: wakeup (3->0) at 25367279067 (2011-11-14 21:17:37.038116414 UTC)
  1498. <7>[   30.059539] usb_ether_get_stats
  1499. <7>[   30.091644] usb_ether_get_stats
  1500. <7>[   30.335815] usb_ether_get_stats
  1501. <7>[   30.381683] usb_ether_get_stats
  1502. <7>[   30.436218] usb_ether_get_stats
  1503. <7>[   32.705902] turning off regulator
  1504. <7>[   36.375244] turning off regulator
  1505. <7>[   47.975036] turning off regulator
  1506. <7>[  120.049346] usb_ether_get_stats
  1507. <7>[  120.054534] usb_ether_get_stats
  1508. #
Add Comment
Please, Sign In to add comment