099dc4fb62
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: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Ben Martel <benm@symmetric.co.nz> Signed-off-by: Stephen Blackheath <stephen@symmetric.co.nz> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
240 B
Makefile
11 lines
240 B
Makefile
#
|
|
# drivers/char/pcmcia/Makefile
|
|
#
|
|
# 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
|