Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184247
b: refs/heads/master
c: 79e95f4
h: refs/heads/master
i:
  184245: f73ddcd
  184243: f2b4da3
  184239: a688430
v: v3
  • Loading branch information
Jan Kiszka authored and David S. Miller committed Feb 17, 2010
1 parent 409d737 commit 35aac05
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6af0437941c92179eeb51579f19423eacc5516c
refs/heads/master: 79e95f4717767e9ddc4dbec5d778f0c9970eed34
10 changes: 10 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,13 @@ Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only
sensors) wich are also supported by the gspca_zc3xx driver
(which supports 53 USB-ID's in total)
Who: Hans de Goede <hdegoede@redhat.com>

----------------------------

What: capifs
When: February 2011
Files: drivers/isdn/capi/capifs.*
Why: udev fully replaces this special file system that only contains CAPI
NCCI TTY device nodes. User space (pppdcapiplugin) works without
noticing the difference.
Who: Jan Kiszka <jan.kiszka@web.de>
13 changes: 7 additions & 6 deletions trunk/drivers/isdn/capi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,19 @@ config ISDN_CAPI_CAPI20
Y/M here.

config ISDN_CAPI_CAPIFS_BOOL
bool "CAPI2.0 filesystem support"
bool "CAPI2.0 filesystem support (DEPRECATED)"
depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20
help
This option provides a special file system, similar to /dev/pts with
device nodes for the special ttys established by using the
middleware extension above.
You no longer need this, udev fully replaces it. This feature is
scheduled for removal.

config ISDN_CAPI_CAPIFS
tristate
depends on ISDN_CAPI_CAPIFS_BOOL
default ISDN_CAPI_CAPI20
help
This option provides a special file system, similar to /dev/pts with
device nodes for the special ttys established by using the
middleware extension above. If you want to use pppd with
pppdcapiplugin to dial up to your ISP, say Y here.

config ISDN_CAPI_CAPIDRV
tristate "CAPI2.0 capidrv interface support"
Expand Down

0 comments on commit 35aac05

Please sign in to comment.