]> git.baikalelectronics.ru Git - kernel.git/commit
USB: wacom tablet driver reorganization
authorPing Cheng <pingc@wacom.com>
Fri, 14 Jul 2006 01:01:36 +0000 (18:01 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:52 +0000 (11:58 -0700)
commit0fa223007454fad0d2477ea80bd1b0f658ef86f9
tree26a879698f47702b64e07392a0e813b7ec2589f6
parent7451c5ed4f1c838a9e63886cf1a8f48f154ee2ec
USB: wacom tablet driver reorganization

- split wacom.c into 4 files: wacom.h, wacom_wac.h, wacom_sys.c, and wacom_wac.c
- where wacom_sys.c deals with system specific code,
- and wacom_wac.c deals with Wacom specific code

Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/input/Makefile
drivers/usb/input/wacom.c [deleted file]
drivers/usb/input/wacom.h [new file with mode: 0644]
drivers/usb/input/wacom_sys.c [new file with mode: 0644]
drivers/usb/input/wacom_wac.c [new file with mode: 0644]
drivers/usb/input/wacom_wac.h [new file with mode: 0644]