Description of problem: The above URL identifies a patch submission that has been merged in, and is present in Fedora's hal-info. It is buggy: - the submitter uses his system.hardware.product string, 766314G, which does not uniquely identify the T61 (mine is 7658CTO) - furthermore, the patch incorrectly uses 'system.hardware.version' rather than 'system.hardware.product' Please find attached a patch that changes the Lenovo quirk file so that it keys in on system.hardware.product="Thinkpad T61" instead. Version-Release number of selected component (if applicable): hal-info-20070725-1.fc8 How reproducible: Always Steps to Reproduce: 1. Suspend 2. Resume Actual results: Backlight not re-enabled Expected results: Backlight re-enabled Additional info:
Created attachment 11605 [details] [review] Patch to correct identification of Thinkpad T61
My mistake, the specific quirk works only for that particular model of Thinkpad T61. Please still correct the key -- instead of system.hardware.version it should be system.hardware.product (unless that particular Thinkpad inconsistently uses system.hardware.version? In all other cases, s.h.v contains "Thinkpad Txx", with the different variants being listed under s.h.p instead.
already fixed in git master
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.