diff driver/pt1_ioctl.h @ 80:f336fd2dcf28

make LNB voltage can be specified from user application
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 12 Dec 2009 22:29:30 +0900
parents 07b2fc07ff48
children 1e7718cc2556
line wrap: on
line diff
--- a/driver/pt1_ioctl.h	Mon Dec 07 15:01:57 2009 +0900
+++ b/driver/pt1_ioctl.h	Sat Dec 12 22:29:30 2009 +0900
@@ -15,6 +15,6 @@
 #define		START_REC	_IO(0x8D, 0x02)
 #define		STOP_REC	_IO(0x8D, 0x03)
 #define		GET_SIGNAL_STRENGTH	_IOR(0x8D, 0x04, int *)
-#define		LNB_ENABLE	_IO(0x8D, 0x05)
+#define		LNB_ENABLE	_IOW(0x8D, 0x05, int)
 #define		LNB_DISABLE	_IO(0x8D, 0x06)
 #endif