]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
eeepc-laptop: disp attribute should be write-only
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Thu, 3 Dec 2009 07:44:45 +0000 (07:44 +0000)
committerLen Brown <len.brown@intel.com>
Wed, 9 Dec 2009 20:54:29 +0000 (15:54 -0500)
commit6dff29b63a5bf2eaf3313cb8a84f0b7520c43401
treef731af48a00c3dec92675924a916dd7b1b3e0868
parent22763c5cf3690a681551162c15d34d935308c8d7
eeepc-laptop: disp attribute should be write-only

Currently, reading from the disp attribute fails with "No such device",
which is misleading. According to CMSG table on acpi4asus project site,
no models have a getter method corresponding to SDSP. Change the file
permission to disallow reads.

If some joker changes the permission to permit reads, then return -EIO
to be consistent with sysfs' behaviour when no show() method is
provided.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/platform/x86/eeepc-laptop.c