Author: wmb Date: Wed Feb 29 23:45:54 2012 New Revision: 2887 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2887
Log: OLPC - SETi camera sensor driver - use correct part number for "sensor" property and check the sensor ID value in the probe routine.
Modified: dev/olpc/seti.fth
Modified: dev/olpc/seti.fth ============================================================================== --- dev/olpc/seti.fth Wed Feb 29 22:47:16 2012 (r2886) +++ dev/olpc/seti.fth Wed Feb 29 23:45:54 2012 (r2887) @@ -303,9 +303,9 @@ drop ( ) false exit ( -- false ) then ( regval ) - drop \ XXX Should compare with the SETi ID + h# 12 <> if false exit then ( )
- " SETi-xxx" " sensor" string-property + " SETi,SIV120D" " sensor" string-property
['] seti-set-mirrored to set-mirrored ['] seti-config to camera-config