David Brownell
ae0dadcf0f
[PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>
...
Move <linux/usb_input.h> to <linux/usb/input.h> and remove some
redundant includes.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-06-21 15:04:18 -07:00
Greg Kroah-Hartman
75318d2d7c
[PATCH] USB: remove .owner field from struct usb_driver
...
It is no longer needed, so let's remove it, saving a bit of memory.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-01-04 13:48:34 -08:00
Dmitry Torokhov
c5b7c7c395
[PATCH] drivers/usb/input: convert to dynamic input_dev allocation
...
Input: convert drivers/iusb/input to dynamic input_dev allocation
This is required for input_dev sysfs integration
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-10-28 09:52:52 -07:00
Pekka Enberg
7b842b6e37
[PATCH] USB: convert kcalloc to kzalloc
...
This patch converts kcalloc(1, ...) calls to use the new kzalloc() function.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-07 16:57:46 -07:00
Dmitry Torokhov
16a334c0de
Input: introduce usb_to_input_id() to uniformly produce
...
struct input_id for USB input devices.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-06-30 00:49:08 -05:00
Dmitry Torokhov
c27a748225
Input: acecad - drop unneeded cast and couple unneeded spaces.
...
Noticed by Joe Perches.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Stephane VOLTZ <svoltz@numericable.fr>
2005-06-30 00:48:51 -05:00
Stephane VOLTZ
5388054697
Input: add driver for Acecad Flair USB tablets
...
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2005-06-06 02:22:37 -05:00