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)
commit3bea733ab21247290bd552dd6a2cd3049af9adef
tree26a879698f47702b64e07392a0e813b7ec2589f6
parentecdc0a590268f1926ed8534a040a390c77d20948
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]