~ubuntu-branches/ubuntu/trusty/pm-utils/trusty-updates

« back to all changes in this revision

Viewing changes to debian/video-quirks/20-video-quirk-pm-sony.quirkdb

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-07-01 07:46:04 UTC
  • Revision ID: package-import@ubuntu.com-20130701074604-lh0bn859p98bnhcl
Tags: 1.4.1-10
* debian/rules: Stop installing sleep.d/55NetworkManager. Current
  NetworkManager does not even expose this API any more, so the
  sleep()/wake() calls just always fail. As NM is apparently able to deal
  with suspends just fine, no need to waste cycles on this.
* Drop 90-nm-proper-wakeup.patch: Obsolete with above change.
* Add debian/time-hook-execution.patch: Measure time that hooks take and
  print them in the log. Also, disable actual suspend call to make hook
  optimization/measure turnarounds more convenient. This is not applied by
  default as the date calls themselves add overhead; just keep it in the
  source package for future use.
* Add 15-video_quirks_on_x86_only.patch: Only run the video quirk handlers
  on x86 and x86_64, as they are quite expensive.
* Add 16-no-powersave-before-suspend.patch: Calling pm-powersave before
  pm-suspend is very slow, it. e. g. takes > 1.5 seconds on a Nexus 7. This
  does not nearly compensate the potentially slightly slower suspend
  operation in low power mode, so disable it.
* Drop the "shopt" bashism from 15-video_quirks_on_x86_only.patch which
  somehow slipped in there. (LP: #1091824)
* Lift ethtool suggests to recommends, to make disable_wol work in a default
  installation. (LP: #1081785)
* 20-video-quirk-pm-sony.quirkdb: Fix '||' typo, leading to suspend failure
  on Vaios. (Closes: #561877)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 match system.hardware.product regex ^VGN-FS115Z$
4
4
  addquirk --quirk-s3-mode
5
5
 endmatch
6
 
 match system.hardware.product regex VGN-FS730|PCG-FX405|VGN-C2S_G|VGN-B1XP|VGN-FE21B|VGN-B100B||VGN-B1VP
 
6
 match system.hardware.product regex VGN-FS730|PCG-FX405|VGN-C2S_G|VGN-B1XP|VGN-FE21B|VGN-B100B|VGN-B1VP
7
7
  addquirk --quirk-s3-bios
8
8
 endmatch
9
9
 match system.hardware.product regex ^(VGN-FS115B|VGN-C140G|VGN-TX3XP_L|VGN-T250P|VGN-AR31S|PCV-RX612|VGN-FS485B|VGN-SZ61XN_C|VGN-TZ37|VGN-TZ170N|VGN-FS920|VGN-C240E|PCG-FX601|VGN-SR11M)$