svn commit: r184182 - head/share/man/man4

Nick Hibma n_hibma at FreeBSD.org
Wed Oct 22 21:46:59 UTC 2008


Author: n_hibma
Date: Wed Oct 22 21:46:59 2008
New Revision: 184182
URL: http://svn.freebsd.org/changeset/base/184182

Log:
  The driver supports the Sony W810i phone (interface class driver).
  
  Note: This entry is added as this is there was no mention of any phones
  in the list. This entry might have people try the driver against their
  device.
  
  The Sony Ericsson phone provides an OBEX stack on further CDC
  interfaces. Umodem wrongfully assumes that it is the driver for this
  interface. This is due to a bogus implementation in the umodem driver
  when searching for the data interface. This should be read from the CDC
  descriptors. Also, more of this should happen in the probe instead of
  attach.
  
  MFC after:	4 weeks

Modified:
  head/share/man/man4/umodem.4

Modified: head/share/man/man4/umodem.4
==============================================================================
--- head/share/man/man4/umodem.4	Wed Oct 22 21:03:30 2008	(r184181)
+++ head/share/man/man4/umodem.4	Wed Oct 22 21:46:59 2008	(r184182)
@@ -96,6 +96,8 @@ Sierra MC5720 Wireless Modem
 Yamaha Broadband Wireless Router RTW65b
 .It
 ELSA MicroLink 56k USB modem
+.It
+Sony Ericsson W810i phone
 .El
 .Sh SEE ALSO
 .Xr tty 4 ,


More information about the svn-src-head mailing list