[Bug 183707] Re: Add ioctl error checking close file descriptor in acpi_fake

2008-03-07 Thread Jerone Young
These patches are need to acpi_fakekey as the case (I just found out today) , if a user and not root runs the acpi_fakekey command will allways return with 0 (success) even though a user cannot make an ioctl call. These patches need to be applied to acpi_fakekey. ** Summary changed: - Add ioctl

[Bug 183707] Re: Add ioctl error checking close file descriptor in acpi_fake

2008-03-07 Thread Jerone Young
anyone paying attention to this bug. There are 2 patches here that will greatly help if things fail. I'm surprised that acpi-support bugs seem to be falling on deaf ears. -- [PATCHES] Fix for ioctl error checking close file descriptor in acpi_fake https://bugs.launchpad.net/bugs/183707 You

[Bug 183707] Re: Add ioctl error checking close file descriptor in acpi_fake

2008-01-17 Thread Jerone Young
I have created a 2nd patch that adds more NEEDED checks. This one goes after the first one I posted. Signed-off-by: Jerone Young [EMAIL PROTECTED] diff -r 8bf812b8e6e8 acpi_fakekey.c --- a/acpi_fakekey.cThu Jan 17 21:41:30 2008 -0600 +++ b/acpi_fakekey.cThu Jan 17 21:47:14 2008 -0600 @@