diff options
Diffstat (limited to 'hid-tmff2.c')
| -rw-r--r-- | hid-tmff2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hid-tmff2.c b/hid-tmff2.c index 7b1a4f7..d9d866e 100644 --- a/hid-tmff2.c +++ b/hid-tmff2.c @@ -236,7 +236,8 @@ static int tmff_play(struct input_dev *dev, void *data, } static int tmff_init_t300rs(struct hid_device *hid){ - + /* wow this is slow */ + int a = 0; return 0; } |
