Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11947
b: refs/heads/master
c: e0be618
h: refs/heads/master
i:
  11945: cf3a866
  11943: e3900fb
v: v3
  • Loading branch information
Dmitry Torokhov committed Oct 31, 2005
1 parent 9b483fb commit ad3ea65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2f2e58e7968f8446b1078a20a18bf8ea12b4fbc
refs/heads/master: e0be618d1e8ed0a1a94ee14025ec5e3022d2ec5b
1 change: 1 addition & 0 deletions trunk/drivers/input/evdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ static long evdev_ioctl_compat(struct file *file, unsigned int cmd, unsigned lon
case EV_LED: bits = dev->ledbit; max = LED_MAX; break;
case EV_SND: bits = dev->sndbit; max = SND_MAX; break;
case EV_FF: bits = dev->ffbit; max = FF_MAX; break;
case EV_SW: bits = dev->swbit; max = SW_MAX; break;
default: return -EINVAL;
}
bit_to_user(bits, max);
Expand Down

0 comments on commit ad3ea65

Please sign in to comment.