Implement a modem driver for the Abstract Control Model, i.e. AT commands.
It is accessible through the usual tty abstraction. XXX The driver needs better error handling and a special call device. XXX It also needs more testing.
This commit is contained in:
parent
290c03447b
commit
aa7264892d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.usb,v 1.8 1999/06/30 06:44:22 augustss Exp $
|
||||
# $NetBSD: files.usb,v 1.9 1999/08/16 20:26:53 augustss Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent USB code.
|
||||
# Included by ports that need it. Ports that use it must provide
|
||||
|
@ -56,9 +56,9 @@ file dev/usb/ulpt.c ulpt needs-flag
|
|||
#file dev/usb/umass.c umass needs-flag
|
||||
|
||||
# Modems
|
||||
#device umodem
|
||||
#attach umodem at uhub
|
||||
#file dev/usb/umodem.c umodem needs-flag
|
||||
device umodem
|
||||
attach umodem at uhub
|
||||
file dev/usb/umodem.c umodem needs-flag
|
||||
|
||||
# Mice
|
||||
device ums: wsmousedev
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue