From fenner@parc.xerox.com  Tue May 23 10:08:27 1995
Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93])
          by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA07726
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 May 1995 10:08:27 -0700
Received: from fenestro.parc.xerox.com ([13.0.208.199]) by alpha.xerox.com with SMTP id <14555(1)>; Tue, 23 May 1995 10:07:33 PDT
Received: (from fenner@localhost) by fenestro.parc.xerox.com (8.6.11/8.6.9) id KAA01407; Tue, 23 May 1995 10:05:20 -0700
Message-Id: <199505231705.KAA01407@fenestro.parc.xerox.com>
Date: Tue, 23 May 1995 10:05:20 PDT
From: Bill Fenner <fenner@parc.xerox.com>
Reply-To: fenner@parc.xerox.com
To: FreeBSD-gnats-submit%freebsd.org@alpha.xerox.com
Subject: addition for /usr/src/usr.bin/file/Magdir/zyxel
X-Send-Pr-Version: 3.2

>Number:         437
>Category:       misc
>Synopsis:       addition for /usr/src/usr.bin/file/Magdir/zyxel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 23 10:10:00 1995
>Closed-Date:    Tue Jan 23 04:43:25 PST 1996
>Last-Modified:  Tue Jan 23 04:44:05 PST 1996
>Originator:     Bill Fenner
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
Xerox PARC
>Environment:

	
	FreeBSD-2.0 SNAP950412

>Description:

	
ZyXEL has added some new types to their voice file format

>How-To-Repeat:

	

>Fix:
	
	
I also changed spaces to tabs, that's why some of the lines look unchanged

*** /usr/src/usr.bin/file/Magdir/zyxel	Sat Sep  3 12:16:28 1994
--- zyxel	Tue May 23 10:02:05 1995
***************
*** 3,9 ****
  # ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
  # ZyXEL-defined standard)
  
! 0       string          ZyXEL\002       ZyXEL voice data
! >10     byte            0               - CELP encoding
! >10     byte            1               - ADPCM2 encoding
! >10     byte            2               - ADPCM3 encoding
--- 3,12 ----
  # ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
  # ZyXEL-defined standard)
  
! 0	string		ZyXEL\002	ZyXEL voice data
! >10	byte		0		- CELP encoding
! >10	byte&0x0B	1		- ADPCM2 encoding
! >10	byte&0x0B	2		- ADPCM3 encoding
! >10	byte&0x0B	3		- ADPCM4 encoding
! >10	byte&0x0B	8		- New ADPCM3 encoding
! >10	byte&0x04	4		with resync
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Tue Jan 23 04:43:25 PST 1996 
State-Changed-Why:  
Fixed by the recent import of file version 3.19. 
>Unformatted:


