Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 099dc4fb authored by David Sterba's avatar David Sterba Committed by Linus Torvalds
Browse files

ipwireless: driver for PC Card 3G/UMTS modem



The device is manufactured by IPWireless.  In some countries (for
example Czech Republic, T-Mobile ISP) this card is shipped for service
called UMTS 4G.

It's a piece of PCMCIA "4G" UMTS PPP networking hardware that presents
itself as a serial character device (i.e.  looks like usual modem to
userspace, accepts AT commands, etc).

Rewieved-by: default avatarJiri Slaby <jslaby@suse.cz>
Signed-off-by: default avatarBen Martel <benm@symmetric.co.nz>
Signed-off-by: default avatarStephen Blackheath <stephen@symmetric.co.nz>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.cz>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 151db1fc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2150,6 +2150,14 @@ M: acme@ghostprotocols.net
L:	netdev@vger.kernel.org
S:	Maintained

IPWIRELES DRIVER
P:	Jiri Kosina
M:	jkosina@suse.cz
P:	David Sterba
M:	dsterba@suse.cz
S:	Maintained
T:	git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git

IRDA SUBSYSTEM
P:	Samuel Ortiz
M:	samuel@sortiz.org
+9 −0
Original line number Diff line number Diff line
@@ -43,5 +43,14 @@ config CARDMAN_4040
	  (http://www.omnikey.com/), or a current development version of OpenCT
	  (http://www.opensc.org/).

config IPWIRELESS
	tristate "IPWireless 3G UMTS PCMCIA card support"
	depends on PCMCIA
	select PPP
	help
	  This is a driver for 3G UMTS PCMCIA card from IPWireless company. In
	  some countries (for example Czech Republic, T-Mobile ISP) this card
	  is shipped for service called UMTS 4G.

endmenu
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
# Makefile for the Linux PCMCIA char device drivers.
#

obj-y += ipwireless/

obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o
obj-$(CONFIG_CARDMAN_4000) += cm4000_cs.o
obj-$(CONFIG_CARDMAN_4040) += cm4040_cs.o
+10 −0
Original line number Diff line number Diff line
#
# drivers/char/pcmcia/ipwireless/Makefile
#
# Makefile for the IPWireless driver
#

obj-$(CONFIG_IPWIRELESS) += ipwireless.o

ipwireless-objs := hardware.o main.o network.o tty.o
+1787 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading