blob: 4e4c08700555784d05646912028e87d7825f7a52 [file] [log] [blame]
#!/bin/sh
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DW9807_EEPROM="/sys/bus/i2c/devices/i2c-INT3499:00/eeprom"
chgrp arc-camera "${DW9807_EEPROM}"
chmod 440 "${DW9807_EEPROM}"