commit | d9d2e9d5c9eead1f73f92f5fc03424dab90b6c95 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sun Aug 15 18:51:56 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Sep 16 10:33:16 2010 +0200 |
tree | 9e315c7eabb32658d7b03ec3454fb075bfba9c4c | |
parent | aadbd4360911d7166dc04c5a4e5520b2c7914c73 [diff] |
lirc: make chardev nonseekable There does not seem to be a need for lirc to allow seeking on the file descriptor, so let's just disallow this before users start relying on it. Signed-off-by: Arnd Bergmann <arnd@arndb.de>