diff options
| author | kimi <kimi.h.kuparinen@gmail.com> | 2020-05-11 07:56:32 -0400 |
|---|---|---|
| committer | kimi <kimi.h.kuparinen@gmail.com> | 2020-05-11 07:56:32 -0400 |
| commit | 205797e68f21c7053793a52c6d1c358dcd99f03a (patch) | |
| tree | ce66d5d923251044ac1d0a526180bd706891a8b9 /hid-tmff2.c | |
| parent | 940a59e68daa0dfabfd621f0a6e65b0b52dc3ccd (diff) | |
| download | hid-tmff2-205797e68f21c7053793a52c6d1c358dcd99f03a.tar.gz hid-tmff2-205797e68f21c7053793a52c6d1c358dcd99f03a.zip | |
test
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; } |
