Skip to content

Commit

Permalink
USB: wacom tablet driver reorganization
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
Ping Cheng authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent ecdc0a5 commit 3bea733
Show file tree
Hide file tree
Showing 6 changed files with 1,142 additions and 1,003 deletions.
1 change: 1 addition & 0 deletions drivers/usb/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#

# Multipart objects.
wacom-objs := wacom_sys.o wacom_wac.o
usbhid-objs := hid-core.o

# Optional parts of multipart objects.
Expand Down
Loading

0 comments on commit 3bea733

Please sign in to comment.