Author: mvidner Date: Tue Mar 27 14:31:14 2012 New Revision: 67719 URL: http://svn.opensuse.org/viewcvs/yast?rev=67719&view=rev Log: Added .probe.fingerprint (F302658) This change was shipped in SLE10 SP4 (yast2-hardware-detection-2.13.8) but omitted by mistake from SVN. Thanks to Arvin for noticing. See also the trunk commit which also enables tests: http://svn.opensuse.org/viewvc/yast?view=revision&revision=39435 Modified: branches/SuSE-SLE-10-SP4-Branch/hardware-detection/package/yast2-hardware-detection.changes branches/SuSE-SLE-10-SP4-Branch/hardware-detection/src/HwProbe.cc Modified: branches/SuSE-SLE-10-SP4-Branch/hardware-detection/package/yast2-hardware-detection.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/hardware-detection/package/yast2-hardware-detection.changes?rev=67719&r1=67718&r2=67719&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/hardware-detection/package/yast2-hardware-detection.changes (original) +++ branches/SuSE-SLE-10-SP4-Branch/hardware-detection/package/yast2-hardware-detection.changes Tue Mar 27 14:31:14 2012 @@ -5,6 +5,12 @@ - 2.13.9 ------------------------------------------------------------------- +Tue Oct 9 10:48:20 CEST 2007 - mvidner@suse.cz + +- Added .probe.fingerprint (F302658). +- 2.13.8 + +------------------------------------------------------------------- Thu Mar 1 16:57:43 CET 2007 - mvidner@suse.cz - Fixed a bug in the last change that converted nearly Modified: branches/SuSE-SLE-10-SP4-Branch/hardware-detection/src/HwProbe.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/hardware-detection/src/HwProbe.cc?rev=67719&r1=67718&r2=67719&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/hardware-detection/src/HwProbe.cc (original) +++ branches/SuSE-SLE-10-SP4-Branch/hardware-detection/src/HwProbe.cc Tue Mar 27 14:31:14 2012 @@ -307,6 +307,7 @@ { "tape", ITEM(hw_tape), pr_null, 0}, { "bluetooth", ITEM(hw_bluetooth), pr_null, 0}, { "dsl", ITEM(hw_dsl), pr_null, 0}, + { "fingerprint", ITEM(hw_fingerprint), pr_null, 0}, //not-yet-in-hwinfo { "vbe", ITEM(hw_vbe), pr_null, 0}, { 0, 0, pr_null, 0 } }; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org