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
329c2084
Commit
329c2084
authored
Aug 19, 2003
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: Kill old irtty driver, as suggested by Jean and Jeff.
parent
71c2e86e
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1093 deletions
+1
-1093
drivers/net/irda/Kconfig
drivers/net/irda/Kconfig
+0
-14
drivers/net/irda/Makefile
drivers/net/irda/Makefile
+1
-2
drivers/net/irda/irtty.c
drivers/net/irda/irtty.c
+0
-1077
No files found.
drivers/net/irda/Kconfig
View file @
329c2084
...
...
@@ -68,20 +68,6 @@ config TEKRAM_DONGLE
comment "Old SIR device drivers"
config IRTTY_OLD
tristate "Old IrTTY (broken)"
depends on IRDA && EXPERIMENTAL
help
Say Y here if you want to build support for the IrTTY line
discipline. If you want to compile it as a module (irtty), say M
here and read <file:Documentation/modules.txt>. IrTTY makes it
possible to use Linux's own serial driver for all IrDA ports that
are 16550 compatible. Most IrDA chips are 16550 compatible so you
should probably say Y to this option. Using IrTTY will however
limit the speed of the connection to 115200 bps (IrDA SIR mode).
If unsure, say N.
config IRPORT_SIR
tristate "IrPORT (IrDA serial driver)"
depends on IRDA
...
...
drivers/net/irda/Makefile
View file @
329c2084
...
...
@@ -5,8 +5,7 @@
# Rewritten to use lists instead of if-statements.
#
# Old SIR drivers (irtty is broken)
obj-$(CONFIG_IRTTY_OLD)
+=
irtty.o
# Old SIR drivers
obj-$(CONFIG_IRPORT_SIR)
+=
irport.o
# FIR drivers
obj-$(CONFIG_USB_IRDA)
+=
irda-usb.o
...
...
drivers/net/irda/irtty.c
deleted
100644 → 0
View file @
71c2e86e
This diff is collapsed.
Click to expand it.
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