aboutsummaryrefslogtreecommitdiff
path: root/ifeel.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-05-21 02:37:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-05-21 02:37:38 +0000
commit6b5d9ca08f86f74b3aeba330e5910f28643a5e7a (patch)
treec239720e22c7432070a7c0c7e94b6269be181d4e /ifeel.h
parent4a255f37b200b776def0300163ab78f5995c4804 (diff)
compiles and loads, but crashes when trying to open the device
svn path=/trunk/externals/hcs/; revision=639
Diffstat (limited to 'ifeel.h')
-rw-r--r--ifeel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ifeel.h b/ifeel.h
new file mode 100644
index 0000000..e4bd677
--- /dev/null
+++ b/ifeel.h
@@ -0,0 +1,7 @@
+#define USB_IFEEL_BUZZ_IOCTL _IOW('U', 1, struct ifeel_command)
+
+struct ifeel_command {
+ unsigned int strength;
+ unsigned int delay;
+ unsigned int count;
+};