remarkable-linux/drivers/hid
Julia Lawall 92c4a1b9f2 HID: Use DIV_ROUND_UP
The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) /
(d)) but is perhaps more readable.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2008-03-18 11:20:30 +01:00
..
usbhid HID: Use DIV_ROUND_UP 2008-03-18 11:20:30 +01:00
hid-core.c HID: remove redundant WARN_ON()s in order not to scare users 2008-01-28 14:51:22 +01:00
hid-debug.c
hid-input-quirks.c HID: fix processing of event quirks 2008-02-11 13:01:51 +01:00
hid-input.c HID: add USB IDs for MacBook 3rd generation 2008-02-13 17:08:04 +01:00
hidraw.c Use helpers to obtain task pid in printks 2007-10-19 11:53:43 -07:00
Kconfig
Makefile HID: refactor mapping to input subsystem for quirky devices 2008-01-28 14:51:20 +01:00