Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > PocketBook

Notices

Reply
 
Thread Tools Search this Thread
Old 06-17-2011, 04:35 AM   #16
niroma
Member
niroma began at the beginning.
 
Posts: 13
Karma: 12
Join Date: Jun 2011
Location: Karlstad, Sweden
Device: PocketBook 902 Pro
I made a simple test script in /mnt/ext1/applications/whom.app to see which user is logged in when working directly on the PB902.
Code:
#!/bin/sh
exec whoami > /mnt/ext2/vem.txt
It works and reports reader, same as is reported when whoami is launched via rsh.

Quote:
Try to delete all previously generated files (including the log file) before running the script.
Thanks, but in the get_nwt.app script listed in a previous post I don't have the log files at all so that shouldn't be the problem.

Quote:
Also, try using your freshly installed version of wget to download the newspaper if it works in getting the HTML file in the first line.
Unfortunately it doesen't seem to execute, only works when executed via rsh.

Quote:
Finally, I'm not familiar with '&>' in sh scripts. Are you sure you used that when logged in via rsh?
I started without these but thought that the output from the commands perhaps caused some buffer to overflow or something. They don't seem to interfere when the script is launched via rsh.

I added a line
dmesg > /mnt/ext2/dbuggres.txt
to the end of the script and got this:
Code:
<5>Linux version 2.6.29.6 X3 version 0000 (root@sky-desktop) (gcc version 4.3.1 (for S3C64XX Samsung Electronics AP Development Team) ) #8 PREEMPT Sat Feb 26 16:27:30 HKT 2011
<1>CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
<1>CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
<1>Machine: SMDK6410
<4>Ignoring unrecognised tag 0x00000000
<4>Ignoring unrecognised tag 0x41001099
<1>Memory policy: ECC disabled, Data cache writeback
<7>On node 0 totalpages: 65536
<7>free_area_init_node: node 0, pgdat c040b530, node_mem_map c0523000
<7>  DMA zone: 512 pages used for memmap
<7>  DMA zone: 0 pages reserved
<7>  DMA zone: 65024 pages, LIFO batch:15
<1>CPU S3C6410 (id 0x36410101)
<7>s3c6410_init_clocks: initialising clocks
<6>S3C Clocks, (c) 2004 Simtec Electronics
<7>s3c64xx_setup_clocks: registering clocks
<7>s3c64xx_setup_clocks: clkdiv0 = 01043310
<7>s3c64xx_setup_clocks: xtal is 12000000
<6>S3C64XX: PLL settings, A=532000000, M=532000000, E=24000000
<6>S3C64XX: HCLKx2=266000000, HCLK=133000000, PCLK=66500000
<6>mout_apll: source is fout_apll (1), rate is 532000000
<6>mout_epll: source is fout_epll (1), rate is 24000000
<6>mout_mpll: source is mpll (1), rate is 532000000
<6>mmc_bus: source is mout_epll (0), rate is 24000000
<6>mmc_bus: source is mout_epll (0), rate is 24000000
<6>mmc_bus: source is mout_epll (0), rate is 24000000
<6>usb-host-bus: source is mout_epll (0), rate is 24000000
<6>lcd: source is dout_mpll (1), rate is 266000000
<6>uclk1: source is dout_mpll (1), rate is 66500000
<6>spi_epll: source is mout_epll (0), rate is 24000000
<6>spi_epll: source is mout_epll (0), rate is 24000000
<6>sclk_audio0: source is mout_epll (0), rate is 24000000
<6>sclk_audio1: source is mout_epll (0), rate is 24000000
<6>sclk_audio2: source is mout_epll (0), rate is 24000000
<6>irda-bus: source is mout_epll (0), rate is 24000000
<1>Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
<5>Kernel command line: root=/dev/mmcblk0p4 rootdelay=2 rw, init=/linuxrc noinitrd console=ttySAC2,115200 hwconfig=0x0000032233414237 platform=ep4
<7>s3c64xx_init_irq: initialising interrupts
<1>PID hash table entries: 1024 (order: 10, 4096 bytes)
<7>timer tcon=00500000, tcnt 17317, tcfg 00000600,00000000, usec 00001719
<1>Console: colour dummy device 80x30
<6>console [ttySAC2] enabled
<6>Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
<6>Memory: 256MB = 256MB total
<5>Memory: 254464KB available (3796K code, 1275K data, 144K init)
<6>Calibrating delay loop... 530.84 BogoMIPS (lpj=2654208)
<1>Mount-cache hash table entries: 512
<6>CPU: Testing write buffer coherency: ok
<6>net_namespace: 296 bytes
<6>regulator: core version 0.5
<6>NET: Registered protocol family 16
<1>PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
<1>EP3/4 Old EPD panel^^^^^^^^^^^^^^^^^
<1>===>ioc_poweron
<1>EP3/4 Old EPD panel^^^^^^^^^^^^^^^^^
<1>S3C64XX_GPO(0) is 0
<1>===>ioc_reset
<1>EP3/4 Old EPD panel^^^^^^^^^^^^^^^^^
<1>gpo_0 = 0x0 
<1>1: gpo_8 = 0x1 
<1>2: gpo_8 = 0x0 
<1>flag = 0 
<1> S3C6410 Power Management, (c) 2008 Samsung Electronics
<1>S3C6410: Initialising architecture
<1>S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
<1>Total 32 DMA channels will be initialized.
<1>bio: create slab <bio-0> at 0
<6>usbcore: registered new interface driver usbfs
<6>usbcore: registered new interface driver hub
<6>usbcore: registered new device driver usb
<6>s3c-i2c s3c-i2c.0: slave address 0x10
<1>s3c_i2c_clockrate aa
<6>s3c-i2c s3c-i2c.0: bus frequency set to 377 KHz
<6>s3c-i2c s3c-i2c.0: S3C_IICCON=0xa0
<6>######*****max8698_i2c_probe start ..
<1>EP3/4 Old EPD panel^^^^^^^^^^^^^^^^^
<1>++++++++gpmcon = 0x223222+++++++++
<1>++++++++gpmcon = 0x22a+++++++++
<1>+++++++S3C64XX_GPLCON1:0x2220322,S3C64XX_GPL10=1,
<1>i2c->irq = 0&&&&&&
<6>s3c-i2c s3c-i2c.0: i2c-0: S3C I2C adapter
<6>s3c-i2c s3c-i2c.1: slave address 0x10
<1>s3c_i2c_clockrate aa
<6>s3c-i2c s3c-i2c.1: bus frequency set to 377 KHz
<6>s3c-i2c s3c-i2c.1: S3C_IICCON=0xa0
<6>s3c-i2c s3c-i2c.1: i2c-1: S3C I2C adapter
<6>Bluetooth: Core ver 2.15
<6>NET: Registered protocol family 31
<6>Bluetooth: HCI device and connection manager initialized
<6>Bluetooth: HCI socket layer initialized
<1>boot globals: I reserved 4096 bytes at 0x87FFF000
<1>boot globals: I warm restart flag not set (0xCF98B084)
<1>boot globals: I invalid, clearing
<1>boot globals: I setting kernel_boot_flag = 0
<1>boot globals: E kernel_boot_flag cannot be 0 on start up!
<1>boot globals: I setting warm restart to 0x646C6F63
<6>NET: Registered protocol family 2
<6>IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
<6>TCP established hash table entries: 8192 (order: 4, 65536 bytes)
<6>TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
<6>TCP: Hash tables configured (established 8192 bind 8192)
<6>TCP reno registered
<6>NET: Registered protocol family 1
<3>regulator: Unable to get requested regulator: vcc_arm
<3>pmic_init: cant get vcc_arm
<1>S3C PWM Driver, (c) 2006-2007 Samsung Electronics
<4>NetWinder Floating Point Emulator V0.97 (double precision)
<6>ashmem: initialized
<1>HWCONFIG=0x0000032233414237 plaplatform=ep4
<1>PLATFORM=platform=ep4
<1>hwconfig=3445423686199
<1>yaffs Nov 22 2010 21:21:16 Installing. 
<6>msgmni has been set to 497
<6>alg: No test for stdrng (krng)
<6>io scheduler noop registered
<6>io scheduler anticipatory registered
<6>io scheduler deadline registered
<6>io scheduler cfq registered (default)
<1>adxl345_probe
<1>gsensor_gpio_init 
<1>adxl345_initialize
<1>adxl345_initialize No platfrom data: Using default initialization
<1>revid 0xe5
<1>************************************************************
<1>adxl345_initialize: ADXL345 ID is 0x345.
<1>************************************************************
<1>g sensor irq is 108 
<6>input: ADXL345 accelerometer as /class/input/input0
<1>adxl345_initialize ADXL345 accelerometer,irq=108.
<1>Henry: waveform_version = V100AA05801_97_WE8201 (PVI, S/N 775)
<1>eink_fb: I EINKFB_PROBE:def:fb0 using 1464K of RAM for framebuffer
<1>adxl345_enable
<1>ioc_init
<1>~~~~~~~~~~~~~~ Jack: EP ioc init ~~~~~~~~~~~~~~~~~
<1>21111111111111111111111111111111111111111111111111111111 ioc_probe 
<1>1:client-irq is 106 
<1>client->addr is 0x33 
<1>***********ioc irq is 106 ****************
<1>client->dev.driver->name is ioc 
<1>read version reg: result = 0x2 
<1>IOC FW version is 0x16 
<1>ioc_major = 245 
<1>~~~~~~~~~~~~~~ Jack: EP ioc init ~~~~~~~~~~~~~~~~~
<1>EP3/4 Old EPD panel^^^^^^^^^^^^^^^^^
<1>===>ioc_reset
<1>EP3/4 Old EPD panel^^^^^^^^^^^^^^^^^
<1>gpo_0 = 0x0 
<1>1: gpo_8 = 0x1 
<1>2: gpo_8 = 0x0 
<1>flag = 0 
<1> <6>S3C64XX ADC driver, (c) 2007 Samsung Electronics
<6>ADC platform data read
<6>S3C64XX ADC driver successfully probed !
<5>args_shared_mem_init
<6>s3c64xx-uart.0: s3c_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C64XX
<6>s3c64xx-uart.1: s3c_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C64XX
<6>s3c64xx-uart.2: s3c_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C64XX
<6>s3c64xx-uart.3: s3c_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C64XX
<6>brd: module loaded
<6>loop: module loaded
<6>PPP generic driver version 2.4.2
<6>PPP Deflate Compression module registered
<6>PPP MPPE Compression module registered
<6>NET: Registered protocol family 24
<1>S3C NAND Driver, (c) 2008 Samsung Electronics
<1>Unknown NAND Device.
<6>usbcore: registered new interface driver cdc_acm
<6>cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
<6>usbcore: registered new interface driver usbserial
<6>USB Serial support registered for generic
<6>usbcore: registered new interface driver usbserial_generic
<6>usbserial: USB Serial Driver core
<1>_udc_init__s3c_udc_probe_[S3C USB-OTG MODE] : DMA
<1>~~~~~~~~~~~~~~Blazer:gpio key driver for EP series~~~~~~~~~~~~~~~~~
<1>nbutton = 13
<1>~~~~~~~~~~~~~~ Blazer:gpio keys dev-gpio_key for EP series~~~~~~~~~~~~~~~~~
<1>0
<1>wifi power on
<1>
<1>adxl345_work: Inactivity
<6>input: gpio-keys-blazer as /class/input/input1
<1>~~~~~~~~~~~~~~ Blazer:EP series ioctl key~~~~~~~~~~~~~~~~~
<1>****this is wacom init function****
<6>input: Wacom Serial Touchscreen as /class/input/input2
<1>S3C RTC, (c) 2004,2006 Simtec Electronics
<1>s3c_rtc: tick irq 34, alarm irq 92
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<6>s3c-rtc s3c-rtc: rtc core: registered s3c as rtc0
<6>i2c /dev entries driver
<6>max17043 :max17043_battery_probe start ....
<6>######*****max17043_power_charger_init start ..
<1>&&&&&&&&&&&enter max17043_irq_init^^^^^^^^^^
<1>@@@@@@@@@@@@@@@gpl13 = 0x0
<1>the supplies = 1
<1>can use 500 mA charge!
<1>gpl13 = 0x0,pdata->charge_state_irq=122
<1>######*****enter register power ..$$$$$$$$$
<6>######*****max17043_client_dev_register start ..
<6>max17043 1-0036: *******irq enter....*******
<6>max17043 1-0036: support ver. 1.0.0 enabled
<1>*********0x0c = 0x1c97*******
<1>*********write 0x0c = 0x1c97*******
<1>*********0x0c = 0x1c97*******
<1>enter burn
<1>writing unlock  Register,and ret is 1
<1>data[0] is 97 and data[1] is 1c,and data[2] is cb, and data[3] is 54, 
<1>rt_value[0] is 97 and rt_value[1] is 1c,and rt_value[2] is cb, and rt_value[3] is 54, 
<1>writing OCV Register,and ret is 1
<1>writing rccomp Register,and ret is 1
<1>data0 writing mode,and ret is 1
<1>data1 writing mode,and ret is 1
<1>data2 writing mode,and ret is 1
<1>data3 writing mode,and ret is 1
<1>writing OCV Register,and ret is 1
<1>restore data[0] is 97
<1>restore data[1] is 1c
<1>restore data[2] is cb
<1>restore data[3] is 54
<1>*****get into write code restore and data[1] is 97
<1>*****get into write code restore and data[2] is 1c
<1>*****get into write code restore and data[3] is cb
<1>*****get into write code restore and data[4] is 54
<1>*****the state is 0******
<1>the supplies = 1
<1>gpn0 (pmic_fault_value)= 1
<6>*****max8698_power_probe jay start ..
<6>S3C Watchdog Timer, (c) 2004 Simtec Electronics
<6>s3c-wdt s3c-wdt: watchdog inactive, reset disabled, irq enabled
<6>Bluetooth: HCI UART driver ver 2.2
<6>Bluetooth: HCI H4 protocol initialized
<6>cpuidle: using governor ladder
<6>sdhci: Secure Digital Host Controller Interface driver
<6>sdhci: Copyright(c) Pierre Ossman
<6>s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133000000 Hz)
<6>s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133000000 Hz)
<6>s3c-sdhci s3c-sdhci.0: clock source 2: hsmmc (133000000 Hz)
<1>/n*** mmc->f_min : 519531***
<1>/n*** mmc->f_max : 133000000***
<6>Registered led device: mmc0
<6>mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
<6>s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133000000 Hz)
<6>s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133000000 Hz)
<6>s3c-sdhci s3c-sdhci.1: clock source 2: hsmmc (133000000 Hz)
<1>/n*** mmc->f_min : 519531***
<1>/n*** mmc->f_max : 133000000***
<6>Registered led device: mmc1
<6>mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
<1>register external irq123 for external card 
<6>s3c-sdhci s3c-sdhci.2: clock source 0: hsmmc (133000000 Hz)
<6>s3c-sdhci s3c-sdhci.2: clock source 1: hsmmc (133000000 Hz)
<6>s3c-sdhci s3c-sdhci.2: clock source 2: hsmmc (133000000 Hz)
<1>/n*** mmc->f_min : 519531***
<1>/n*** mmc->f_max : 133000000***
<6>Registered led device: mmc2
<1>select_sdio_host: sdio_host assigned.(cf188400)
<6>mmc2: SDHCI controller on samsung-hsmmc [s3c-sdhci.2] using ADMA
<1>s3c64xx_led_probe 
<1>pdata->gpio is 104 
<1>pdata->flags is 0x0 
<6>Registered led device: led_green
<1>s3c64xx_led_probe 
<1>pdata->gpio is 105 
<1>pdata->flags is 0x0 
<1>Set LED off
<6>Registered led device: led_orange
<6>logger: created 64K log 'log_main'
<6>logger: created 256K log 'log_events'
<6>logger: created 64K log 'log_radio'
<1>selected source 0, clock 519531, delta 0
<6>Advanced Linux Sound Architecture Driver Version 1.0.18a.
<4>No device for DAI SSM2603
<4>No device for DAI s3c-i2s
<6>ssm2603 Audio Codec 0.1ssm2603_init
<6>asoc: SSM2603 <-> s3c-i2s mapping ok
<1>======================activate digital core  
<1>Enter second_init ...
<6>ALSA device list:
<6>  #0: smdk6410 (SSM2603)
<6>oprofile: using arm/armv6
<6>TCP cubic registered
<6>NET: Registered protocol family 17
<6>Bluetooth: L2CAP ver 2.13
<6>Bluetooth: L2CAP socket layer initialized
<6>Bluetooth: SCO (Voice Link) ver 0.6
<6>Bluetooth: SCO socket layer initialized
<6>Bluetooth: RFCOMM socket layer initialized
<6>Bluetooth: RFCOMM TTY layer initialized
<6>Bluetooth: RFCOMM ver 1.11
<6>Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>Bluetooth: BNEP filters: protocol multicast
<6>Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>RPC: Registered udp transport module.
<6>RPC: Registered tcp transport module.
<6>s3c-rtc s3c-rtc: setting system clock to 2011-06-17 09:43:23 UTC (1308303803)
<1>[headsetset] driver !
<1>s3c: Registering s3c (headset) driver +++
<1>selected source 0, clock 52000000, delta 18750000
<6>mmc0: new high speed MMC card at address 0001
<6>111111--- devidx=0----
<6>222222--- devidx=0----
<6>mmcblk0: mmc0:0001 M2G1DE 1.86 GiB 
<6> mmcblk0: p1 p2 p3 p4
<1>selected source 0, clock 519531, delta 0
<6>Waiting 2sec before mounting root device...
<1>selected source 0, clock 50000000, delta 16750000
<6>mmc1: new high speed SD card at address e624
<6>111111--- devidx=0----
<6>222222--- devidx=1----
<6>mmcblk1: mmc1:e624 SU02G 1.84 GiB 
<6> mmcblk1: p1
<1>selected source 0, clock 519531, delta 0
<1>selected source 0, clock 519531, delta 0
<1>selected source 0, clock 519531, delta 0
<1>Headphone plug out...
<1>hp_state: NO_HP 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>EXT2-fs warning: maximal mount count reached, running e2fsck is recommended
<1>VFS: Mounted root (ext2 filesystem) on device 179:4.
<6>Freeing init memory: 144K
<4>Failed to execute /linuxrc.  Attempting defaults...
<6>kjournald starting.  Commit interval 5 seconds
<4>EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
<6>EXT3 FS on mmcblk0p2, internal journal
<6>EXT3-fs: recovery complete.
<6>EXT3-fs: mounted filesystem with ordered data mode.
<3>FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
<3>FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
<3>FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
<1>umute_speaker...
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (3->3) at 16142417002 (2011-06-17 09:43:35.047765000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0000 
<1>cache[SSM2603_ACTIVE] 0x0001 
<1>ssm2603_set_bias_level level = 3 reg is 0x0000~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40400 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 100, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 16460604002 (2011-06-17 09:43:37.669064000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:43:37.669123000 UTC)
<1>
<1>key_value = source : 0x40400 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 23384744002 (2011-06-17 09:43:44.593204000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40020 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40020 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 23686666002 (2011-06-17 09:43:48.655295000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:43:48.655358000 UTC)
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 34445692002 (2011-06-17 09:43:59.414321000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40001 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=133*********************
<1>1:source = 0x40001 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 34728549002 (2011-06-17 09:44:12.637182000 UTC)
<1>
<1>key_value = source : 0x40001 
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:44:12.642471000 UTC)
<1>the v_lock is 0
<1>the key_lock is 0
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 41824124002 (2011-06-17 09:44:19.732757000 UTC)
<1>Freezing user space processes ... (elapsed 0.07 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40200 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 42171151002 (2011-06-17 09:44:24.639729000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:44:24.639790000 UTC)
<1>
<1>key_value = source : 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40004 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40040 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 54625073002 (2011-06-17 09:44:37.093651000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40020 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40020 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 54958302002 (2011-06-17 09:44:43.656695000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:44:43.656757000 UTC)
<1>the v_lock is 0
<1>the key_lock is 0
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 62864226002 (2011-06-17 09:44:51.562619000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40004 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40004 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40004 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 63200218002 (2011-06-17 09:45:07.658632000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:07.658693000 UTC)
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 67545050002 (2011-06-17 09:45:12.003464000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x50000 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=129*********************
<1>1:source = 0x50000 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 67828554002 (2011-06-17 09:45:18.637186000 UTC)
<1>
<1>key_value = source : 0x50000 
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:18.642259000 UTC)
<1>the v_lock is 0
<1>the key_lock is 0
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 76255545002 (2011-06-17 09:45:27.064177000 UTC)
<1>Freezing user space processes ... (elapsed 0.02 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40200 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 76581242002 (2011-06-17 09:45:31.639514000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:31.639576000 UTC)
<1>
<1>key_value = source : 0x40200 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 78155071002 (2011-06-17 09:45:33.213342000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40400 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 78438481002 (2011-06-17 09:45:34.637149000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:34.637209000 UTC)
<1>
<1>key_value = source : 0x40400 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 79995038002 (2011-06-17 09:45:36.193705000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40020 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40020 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 80300220002 (2011-06-17 09:45:36.498887000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:36.498948000 UTC)
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 81865072002 (2011-06-17 09:45:38.063738000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40001 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=133*********************
<1>1:source = 0x40001 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40001 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 82151490002 (2011-06-17 09:45:42.640133000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:42.640194000 UTC)
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 83786141002 (2011-06-17 09:45:44.274784000 UTC)
<1>Freezing user space processes ... (elapsed 0.08 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40200 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40200 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 84161102002 (2011-06-17 09:45:45.659647000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:45.659707000 UTC)
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 85705110002 (2011-06-17 09:45:47.203655000 UTC)
<1>Freezing user space processes ... (elapsed 0.02 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40008 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=130*********************
<1>1:source = 0x40008 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40008 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 86030236002 (2011-06-17 09:45:47.528780000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:47.528841000 UTC)
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 87575093002 (2011-06-17 09:45:49.073638000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40200 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 87890351002 (2011-06-17 09:45:49.388896000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:49.388955000 UTC)
<1>
<1>key_value = source : 0x40200 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 89445076002 (2011-06-17 09:45:50.943620000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40020 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 89728481002 (2011-06-17 09:45:51.227026000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:51.227087000 UTC)
<1>
<1>key_value = source : 0x40020 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 91695105002 (2011-06-17 09:45:53.193650000 UTC)
<1>Freezing user space processes ... (elapsed 0.09 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40040 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40040 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40040 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 92090960002 (2011-06-17 09:45:55.669530000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:45:55.669592000 UTC)
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 94815027002 (2011-06-17 09:45:58.393596000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x50000 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=129*********************
<1>1:source = 0x50000 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 95098482002 (2011-06-17 09:46:00.637125000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:46:00.637186000 UTC)
<1>
<1>key_value = source : 0x50000 
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 100590640002 (2011-06-17 09:46:06.129283000 UTC)
<1>Freezing user space processes ... (elapsed 0.06 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>1:source = 0x40000 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 2
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 100846246002 (2011-06-17 09:50:02.647605000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:50:02.647664000 UTC)
<1>
<1>key_value = source : 0x40000 
<1>===========alarm irq======================
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 104485181002 (2011-06-17 09:50:06.286538000 UTC)
<1>Freezing user space processes ... (elapsed 0.09 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40200 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 105871087002 (2011-06-17 09:50:22.659540000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:50:22.659601000 UTC)
<1>
<1>key_value = source : 0x40200 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 107815123002 (2011-06-17 09:50:24.603575000 UTC)
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40040 
<1>Freezing user space processes ... (elapsed 0.06 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 108191074002 (2011-06-17 09:50:24.979528000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:50:24.979589000 UTC)
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 111265488002 (2011-06-17 09:50:28.053941000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 111547708002 (2011-06-17 09:50:28.336161000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:50:28.336221000 UTC)
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 112785097002 (2011-06-17 09:50:29.573550000 UTC)
<1>Freezing user space processes ... (elapsed 0.02 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40001 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=133*********************
<1>1:source = 0x40001 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 113080289002 (2011-06-17 09:50:31.638606000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:50:31.638666000 UTC)
<1>
<1>key_value = source : 0x40001 
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 118580698002 (2011-06-17 09:50:37.139014000 UTC)
<1>Freezing user space processes ... (elapsed 0.07 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40200 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 118960988002 (2011-06-17 09:52:03.669520000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:52:03.669582000 UTC)
<1>
<1>key_value = source : 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40004 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40004 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 127324273002 (2011-06-17 09:52:12.032804000 UTC)
<1>Freezing user space processes ... (elapsed 0.07 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40200 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40200 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 127693464002 (2011-06-17 09:52:14.662045000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:52:14.662106000 UTC)
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>the v_lock is 0
<1>the key_lock is 0
<1>dhd_customer_card_detect: got mmc_host(cf188400), call mmc_detect_change()
<1>
<1>Dongle Host Driver, version 4.218.243.0
<1>Compiled in /home/zqm/share/EP/BCM43X9-SDIO-LINUX-4.218.243/open-src/src/dhd/linux/../.. on Sep 17 2010 at 22:36:23
<1>selected source 0, clock 519531, delta 0
<7>mmc2: queuing CIS tuple 0x80 length 50
<7>mmc2: queuing CIS tuple 0x80 length 7
<7>mmc2: queuing CIS tuple 0x80 length 9
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<1>selected source 0, clock 50000000, delta 16750000
<6>mmc2: new SDIO card at address 0001
<1>F1 signature read @0x18000000=0x9934329
<1>DHD: dongle ram size is set to 294912(orig 294912)
<1>dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
<1>Firmware version = wl0: Jul  8 2010 15:59:50 version 4.218.243.0
<6>eth0 (): not using net_device_ops yet
<1>eth0: Broadcom Dongle Host Driver
<1>Firmware version = wl0: Jul  8 2010 15:59:50 version 4.218.243.0
<1>the v_lock is 0
<1>the key_lock is 0
<1>dhd_customer_card_detect: got mmc_host(cf188400), call mmc_detect_change()
<6>mmc2: card 0001 removed
<1>selected source 0, clock 519531, delta 0
<1>selected source 0, clock 519531, delta 0
<1>the v_lock is 0
<1>the key_lock is 0
<1>the v_lock is 0
<1>the key_lock is 0
<1>===========alarm irq======================
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 519635833002 (2011-06-17 09:58:46.604414000 UTC)
<1>Freezing user space processes ... (elapsed 0.08 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40200 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 3
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 521021231002 (2011-06-17 09:58:49.639550000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:58:49.639611000 UTC)
<1>
<1>key_value = source : 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40200 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 524345333002 (2011-06-17 09:58:52.963651000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40020 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 524628501002 (2011-06-17 09:58:53.246819000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:58:53.246880000 UTC)
<1>
<1>key_value = source : 0x40020 
<1>the v_lock is 0
<1>the key_lock is 0
<1>the v_lock is 0
<1>the key_lock is 0
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 531335741002 (2011-06-17 09:58:59.954059000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40400 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 531618481002 (2011-06-17 09:59:01.637110000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:59:01.637170000 UTC)
<1>
<1>key_value = source : 0x40400 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 534125294002 (2011-06-17 09:59:04.143923000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40020 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 534444190002 (2011-06-17 09:59:06.642846000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 09:59:06.642905000 UTC)
<1>
<1>key_value = source : 0x40020 
<1>the v_lock is 0
<1>the key_lock is 0
<1>dhd_customer_card_detect: got mmc_host(cf188400), call mmc_detect_change()
<1>
<1>Dongle Host Driver, version 4.218.243.0
<1>Compiled in /home/zqm/share/EP/BCM43X9-SDIO-LINUX-4.218.243/open-src/src/dhd/linux/../.. on Sep 17 2010 at 22:36:23
<1>selected source 0, clock 519531, delta 0
<7>mmc2: queuing CIS tuple 0x80 length 50
<7>mmc2: queuing CIS tuple 0x80 length 7
<7>mmc2: queuing CIS tuple 0x80 length 9
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<7>mmc2: queuing CIS tuple 0x00 length 0
<1>selected source 0, clock 50000000, delta 16750000
<6>mmc2: new SDIO card at address 0001
<1>F1 signature read @0x18000000=0x9934329
<1>DHD: dongle ram size is set to 294912(orig 294912)
<1>dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
<1>Firmware version = wl0: Jul  8 2010 15:59:50 version 4.218.243.0
<6>eth0 (): not using net_device_ops yet
<1>eth0: Broadcom Dongle Host Driver
<1>Firmware version = wl0: Jul  8 2010 15:59:50 version 4.218.243.0
<1>the v_lock is 0
<1>the key_lock is 0
<1>dhd_customer_card_detect: got mmc_host(cf188400), call mmc_detect_change()
<6>mmc2: card 0001 removed
<1>selected source 0, clock 519531, delta 0
<1>selected source 0, clock 519531, delta 0
<1>the v_lock is 0
<1>the key_lock is 0
<1>the v_lock is 0
<1>the key_lock is 0
<1>===========alarm irq======================
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 895095919002 (2011-06-17 10:05:07.294574000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40400 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 3
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... 
<1>key_value = source : 0x40400 
<1>done.
<6>request_suspend_state: wakeup (3->0) at 896402624002 (2011-06-17 10:05:09.661238000 UTC)
<6>suspend: exit suspend, ret = 0 (2011-06-17 10:05:09.661297000 UTC)
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40400 
<1>Switch to Stop mode
<6>request_suspend_state: sleep (0->3) at 899405437002 (2011-06-17 10:05:12.664049000 UTC)
<1>Freezing user space processes ... (elapsed 0.01 seconds) done.
<1>Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>einkfb_x3_suspend_resume_hook, which=1
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x0007 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x0007~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>=======================>ssm2603_suspend
<1>cache[SSM2603_PWR] 0x007f 
<1>cache[SSM2603_ACTIVE] 0x0000 
<1>ssm2603_set_bias_level level = 3 reg is 0x007f~
<1>[MUTE_HP] SND_SOC_BIAS_OFF ...
<1>~~~~~~~~~~~~~config ioc I2C_REQ wakeup~~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl8->menu key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl9->home key  wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl10->page up wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl11->page down wakeup~~~~~~~~~~~~~
<1>~~~~~~~~~~~~~gpl12->back key wakeup~~~~~~~~~~~~~
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>get_sierra_module_status: 	usb_hcds_loaded=0x0
<1>1:source = 0x40020 
<1>else set_sleep_flag, and getwakeupsource.
<1>eintpend = 0, wakeup_stat = 1
<1>##############>ssm2603_resume 
<1>powerreg is 0x007f 
<1>activereg is 0x0000 
<1>*********************hi,debounce_keys,gpio=156*********************
<1>1:source = 0x40020 
<1>[HP RAMP] ssm2603_pag_work, snd_hp->ramp:SND_RAMP_DOWN~
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>##############>ssm2603_resume 
<1>powerreg is 0x0007 
<1>activereg is 0x0000 
<6>s3c-rtc s3c-rtc: rtc disabled, re-enabling
<1>einkfb_x3_suspend_resume_hook, which=0
<1>Leave quick_resume_hook
<1>ssm2603_set_bias_level level = 2 reg is 0x0007~
<1>ssm2603_set_bias_level level = 0 reg is 0x0007~
<1>codec->suspend_bias_level is 0 
<1>Restarting tasks ... done.
<6>request_suspend_state: wakeup (3->0) at 899688575002 (2011-06-17 10:05:15.637204000 UTC)
<1>
<1>key_value = source : 0x40020 
<6>suspend: exit suspend, ret = 0 (2011-06-17 10:05:15.656405000 UTC)
niroma is offline   Reply With Quote
Old 06-17-2011, 05:22 AM   #17
niroma
Member
niroma began at the beginning.
 
Posts: 13
Karma: 12
Join Date: Jun 2011
Location: Karlstad, Sweden
Device: PocketBook 902 Pro
Struggling on with this...

I tried again to let the debug version of the script work on an already downloaded file etidning.html (the file that the first wget is supposed to download) and then the string extraction parts of the script works!

But the last wget still fails.

The problem then seems to be something with the network connection. When executing the script via rsh the PB902 allready has a open connection, but not when executing it directly on the PB902.

How can I open a network connection from the script?
Will have a look at the rsh script.

I also forgot to mention that every time I execute the script via rsh, the rsh connection gets aborted at some stage in the script. Perhaps wget hijacks the connection?
niroma is offline   Reply With Quote
Advert
Old 06-17-2011, 12:58 PM   #18
niroma
Member
niroma began at the beginning.
 
Posts: 13
Karma: 12
Join Date: Jun 2011
Location: Karlstad, Sweden
Device: PocketBook 902 Pro
Solved!!!

I feel really stupid about this, but the main problem was that I forgot to open a network connection!

I looked at the rsh script by review and added to the beginning of the script
Code:
# connect only to network if we're not already connected
mypid="$(ps |grep netagent|grep connect)"
if [[ "$mypid" == "" ]]; then 
	/ebrmain/bin/netagent connect
fi
and to the end
Code:
# disconnect only from network if we were not connected when script started.
if [[ "$mypid" == "" ]]; then 
	/ebrmain/bin/netagent disconnect
fi
It took some hours but it was fun and quite educative.

Thank you rkomar for your patient hints and suggestions!
Also thanks to review! Without the rsh script I wouldn't have succeded in this.
niroma is offline   Reply With Quote
Old 06-17-2011, 01:13 PM   #19
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,054
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Excellent! It would probably be useful if you posted your entire working script here. I don't have WiFi at home, but I'm guessing that many others would find it handy.
rkomar is offline   Reply With Quote
Old 06-17-2011, 02:50 PM   #20
niroma
Member
niroma began at the beginning.
 
Posts: 13
Karma: 12
Join Date: Jun 2011
Location: Karlstad, Sweden
Device: PocketBook 902 Pro
The resulting script:

Of course! Here it is:
Code:
#!/bin/sh

#Disable powersave
echo test > /sys/power/wake_lock

#Activate powersave again at any kind of exit from the script
trap 'echo test > /sys/power/wake_unlock' EXIT

# connect only to network if we're not already connected (from review's rsh.app)
mypid="$(ps |grep netagent|grep connect)"
if [[ "$mypid" == "" ]]; then 
	/ebrmain/bin/netagent connect
fi

#Download the webpage containing the list of available issues of the newspaper.
#Observe that this version of wget comes from LoneTech's SDK image for the qemu emulator,
#due to the lack of option "--load-cookies" in the built in wget.
/mnt/ext1/system/bin/wget --load-cookies /mnt/ext2/nwtscript/cookies.txt http://www1.nwt.se/script/cgiip.exe/WService=nwt/etidning.html -P /var/tmp &> /dev/null

#Extract only the relevant lines from the webpage
cat /var/tmp/etidning.html | grep 'http://np.netpublicator.com/netpublication' > /var/tmp/lista.txt

#Extract the latest issues id-number
tidnnr=$(awk -F'=' 'NR==1 {print substr($2, 45, 9) }' /var/tmp/lista.txt)

#Extract/compose the filename
filnamn=$(awk -F'=' 'NR==1 {print substr($4, 2, length($4)-3)".pdf" }' /var/tmp/lista.txt)

#Remove file with the same name if there is one
if [ -e /mnt/ext2/$filnamn ]; then
	rm /mnt/ext2/$filnamn &> /dev/null
fi

#Download the latest available issue using built in wget
wget http://np.netpublicator.com/np/$tidnnr/$filnamn -P /mnt/ext2 &> /dev/null

# disconnect only from network if we were not connected when script started. (from review's rsh.app)
if [[ "$mypid" == "" ]]; then 
	/ebrmain/bin/netagent disconnect
fi

#Clean up
rm /var/tmp/lista.txt
rm /var/tmp/etidning.html
Hope some of this will be useful for other PB users!

B.R.
niroma
niroma is offline   Reply With Quote
Advert
Old 06-17-2011, 08:08 PM   #21
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 3,054
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
Looks good. Out of curiosity, is the powersave stuff really required? If so, I'll probably add it to any script I write from now on.
rkomar is offline   Reply With Quote
Old 06-18-2011, 04:26 PM   #22
niroma
Member
niroma began at the beginning.
 
Posts: 13
Karma: 12
Join Date: Jun 2011
Location: Karlstad, Sweden
Device: PocketBook 902 Pro
Thanks!
I don't really know if it's required - haven't tested that yet since my downloads takes less than three minutes.
niroma is offline   Reply With Quote
Old 07-08-2011, 05:25 AM   #23
pini
Member
pini began at the beginning.
 
pini's Avatar
 
Posts: 18
Karma: 10
Join Date: Jun 2011
Location: Wageningen, The Netherlands
Device: PocketBook Pro 903, iPod touch
Post Volkskrant.nl

Hi,

based on Niroma's script [THANKS!], I wrote my own to load the Dutch newspaper De Volkskrant. It is available as 1 pdf for 2 facing pages. zooming to 200% and reading in landscape using pdfviewer makes quite an enjoyable experience!

I needed one extra trick in wget to be able to download the pages:
wget ... cookies --no-check-certificate

because I get all separate pdf's , navigating isn't so great. I created an html index, that works fine. Links are 'clickable' on 903.

I enclosed the scripts: veel leesplezier!

Now I would like to have the possibility to go back and forth between my index and pdf-pages, so would like to have some bookmarks in stead of the index.
The pdf's themselves are NOT indexed and creating one big pdf (that would than have a bokmark per 'page') would probably also not be a good idea, ranging from 10 to 30 MB.

Right now, when I hit 'back' or 'home', I return to the main manu, where I would like to return to the index or bookmarks.

Any idea's???

thanx,

pini
Attached Files
File Type: zip VKget.app.zip (1.8 KB, 195 views)
File Type: zip Volkskrant.app.zip (210 Bytes, 170 views)
pini is offline   Reply With Quote
Old 07-10-2011, 03:09 PM   #24
niroma
Member
niroma began at the beginning.
 
Posts: 13
Karma: 12
Join Date: Jun 2011
Location: Karlstad, Sweden
Device: PocketBook 902 Pro
Hi pini,

Glad to see that you found the script useful!

I don't know how to modify the behaviour of the home button but I would like to mention that my newspaper is always 25 to 30MB. The PB902 handles this fine most of the time but it happens that it crashes i.e. goes back to main menu.

Would also like to mention that i used /var/tmp for temporary storage to avoid unnecessary wear to the built in flash.
niroma is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Grabbing pages with wget and using ebook-convert TheLazy1 Conversion 2 05-26-2011 10:40 AM
How to use wget to download an online HTML book amoroso Lounge 11 04-25-2011 05:10 AM
Daily downloads of pdf newspaper depers.nl? dirkdevries Reading and Management 1 11-16-2010 02:39 PM
html tree via wget -> epub (or other format) maynard Workshop 4 05-13-2009 06:05 PM
iLiad wget doesn't work with application/x-www-form-urlencoded queries ajnorth iRex Developer's Corner 5 12-24-2007 05:56 AM


All times are GMT -4. The time now is 10:38 PM.


MobileRead.com is a privately owned, operated and funded community.