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
Kirill Smelkov
linux
Commits
407ebedd
Commit
407ebedd
authored
Aug 18, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: rename printer.c to usblp.c as that's what it has been calling itself :)
parent
bb556409
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/usb/class/Makefile
drivers/usb/class/Makefile
+1
-1
drivers/usb/class/usblp.c
drivers/usb/class/usblp.c
+1
-1
No files found.
drivers/usb/class/Makefile
View file @
407ebedd
...
@@ -7,7 +7,7 @@ obj-$(CONFIG_USB_ACM) += cdc-acm.o
...
@@ -7,7 +7,7 @@ obj-$(CONFIG_USB_ACM) += cdc-acm.o
obj-$(CONFIG_USB_AUDIO)
+=
audio.o
obj-$(CONFIG_USB_AUDIO)
+=
audio.o
obj-$(CONFIG_USB_BLUETOOTH_TTY)
+=
bluetty.o
obj-$(CONFIG_USB_BLUETOOTH_TTY)
+=
bluetty.o
obj-$(CONFIG_USB_MIDI)
+=
usb-midi.o
obj-$(CONFIG_USB_MIDI)
+=
usb-midi.o
obj-$(CONFIG_USB_PRINTER)
+=
printer
.o
obj-$(CONFIG_USB_PRINTER)
+=
usblp
.o
include
$(TOPDIR)/Rules.make
include
$(TOPDIR)/Rules.make
drivers/usb/class/
printer
.c
→
drivers/usb/class/
usblp
.c
View file @
407ebedd
/*
/*
*
printer
.c Version 0.12
*
usblp
.c Version 0.12
*
*
* Copyright (c) 1999 Michael Gee <michael@linuxspecific.com>
* Copyright (c) 1999 Michael Gee <michael@linuxspecific.com>
* Copyright (c) 1999 Pavel Machek <pavel@suse.cz>
* Copyright (c) 1999 Pavel Machek <pavel@suse.cz>
...
...
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