set dev usb
[cascardo/linux.git] / drivers / platform / chromeos.c
index ca7ef71..199ad97 100644 (file)
@@ -45,6 +45,11 @@ int chromeos_set_need_recovery(void)
        return vbc_write_byte(RECOVERY_OFFSET, VBNV_RECOVERY_RW_INVALID_OS);
 }
 
+int chromeos_set_dev_usb(void)
+{
+       return vbc_write_byte(4, 0x01);
+}
+
 /*
  * Lifted from vboot_reference:firmware/lib/vboot_nvstorage.c and formatted.
  *