- 11 9月, 2008 1 次提交
-
-
由 Joe Rouvier 提交于
strict_strtoul() allows newline character at the end of the the input string and therefore is more user-friendly. Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
-
- 21 1月, 2008 1 次提交
-
-
由 Julia Lawall 提交于
Drop #include <linux/moduleparam.h> in files that also include linux/module.h, since module.h includes moduleparam.h already. Signed-off-by: NJulia Lawall <julia@diku.dk> Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
-
- 03 11月, 2006 1 次提交
-
-
由 Jeff Garzik 提交于
Also use kzalloc instead of kcalloc since we are allocating single object. Signed-off-by: NJeff Garzik <jeff@garzik.org> Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
-
- 05 8月, 2006 1 次提交
-
-
由 Dmitry Torokhov 提交于
Trackpoint driver was not sending the magic knock sequence upon resume causing incorrect device behavior after resuming from disk. Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
-
- 15 2月, 2006 1 次提交
-
-
由 Dmitry Torokhov 提交于
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
-
- 04 9月, 2005 1 次提交
-
-
由 Dmitry Torokhov 提交于
Rearrange attribute code to use generic show and set handlers instead of replicating them for every attribute; switch to using attribute_group instead of creating all attributes manually. All this saves about 4K. Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
-
- 08 8月, 2005 1 次提交
-
-
由 Stephen Evanchik 提交于
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
-