wok diff pm-utils/stuff/video-quirks/20-video-quirk-pm-samsung.quirkdb @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pm-utils/stuff/video-quirks/20-video-quirk-pm-samsung.quirkdb	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
     1.5 +match system.hardware.vendor regex_ncase ^Samsung
     1.6 + match system.hardware.product regex ^(Q35/Q36|SM40S|SQ45S70S)$
     1.7 +  addquirk --quirk-s3-bios
     1.8 +  addquirk --quirk-s3-mode
     1.9 + endmatch
    1.10 + match system.hardware.product regex ^(SQ30|SQ35S|SX50S)$
    1.11 +  addquirk --quirk-vbe-post
    1.12 + endmatch
    1.13 +# <!-- Samsung UMPC, P35 (NOTE: there is a s2ram report for CoronaR to need no quirks)-->
    1.14 + match system.hardware.product regex ^(R40/R41|CoronaR|SX22S)$
    1.15 +  addquirk --quirk-vbestate-restore
    1.16 + endmatch
    1.17 + match system.hardware.product regex ^(SX20S|SENS V25|NX05S)$
    1.18 +  addquirk --quirk-vbe-post
    1.19 +  addquirk --quirk-vbemode-restore
    1.20 + endmatch
    1.21 + match system.hardware.product regex ^SQ10$
    1.22 +  addquirk --quirk-vbe-post
    1.23 +  addquirk --quirk-vbestate-restore
    1.24 + endmatch
    1.25 +# <!-- these need no quirks to suspend/resume -->
    1.26 + match system.hardware.product regex R50/R51|R55S|SR700
    1.27 +  addquirk --quirk-none
    1.28 + endmatch
    1.29 +endmatch