Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b8036d5a
Commit
b8036d5a
authored
Jun 13, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: fixups due to the aiptek patch to get everything to build properly.
parent
bec927e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
drivers/usb/Makefile
drivers/usb/Makefile
+1
-0
drivers/usb/input/Makefile
drivers/usb/input/Makefile
+1
-1
drivers/usb/input/aiptek.c
drivers/usb/input/aiptek.c
+6
-0
No files found.
drivers/usb/Makefile
View file @
b8036d5a
...
...
@@ -24,6 +24,7 @@ obj-$(CONFIG_USB_PRINTER) += class/
obj-$(CONFIG_USB_STORAGE)
+=
storage/
obj-$(CONFIG_USB_AIPTEK)
+=
input/
obj-$(CONFIG_USB_HID)
+=
input/
obj-$(CONFIG_USB_KBD)
+=
input/
obj-$(CONFIG_USB_MOUSE)
+=
input/
...
...
drivers/usb/input/Makefile
View file @
b8036d5a
...
...
@@ -13,10 +13,10 @@ ifeq ($(CONFIG_USB_HIDINPUT),y)
hid-objs
+=
hid-input.o
endif
obj-$(CONFIG_USB_AIPTEK)
+=
aiptek.o
obj-$(CONFIG_USB_HID)
+=
hid.o
obj-$(CONFIG_USB_KBD)
+=
usbkbd.o
obj-$(CONFIG_USB_MOUSE)
+=
usbmouse.o
obj-$(CONFIG_USB_AIPTEK)
+=
aiptek.o
obj-$(CONFIG_USB_WACOM)
+=
wacom.o
...
...
drivers/usb/input/aiptek.c
View file @
b8036d5a
...
...
@@ -210,9 +210,15 @@ aiptek_command(struct usb_device *dev, unsigned int ifnum,
buf
[
1
]
=
command
;
buf
[
2
]
=
data
;
/*
* FIXME, either remove this call, or talk the maintainer into
* adding it back into the core.
*/
#if 0
if (usb_set_report(dev, ifnum, 3, 2, buf, 3) != 3) {
dbg("aiptek_command: 0x%x 0x%x\n", command, data);
}
#endif
}
static
void
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment