From owner-freebsd-current@FreeBSD.ORG Sun May 11 16:58:21 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A2A37B401 for ; Sun, 11 May 2003 16:58:21 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEA543FB1 for ; Sun, 11 May 2003 16:58:20 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 3F5554219; Mon, 12 May 2003 00:57:53 +0100 (BST) Date: Mon, 12 May 2003 00:57:53 +0100 To: Jan-Oliver Neumann Message-ID: <20030511235753.GB2203@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline User-Agent: Mutt/1.5.4i From: joe@genius.tao.org.uk (Joe Karthauser) cc: freebsd-current Subject: [PATCH] umass(4) USB support for PENTAX Optio 330GS digital camera X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 23:58:21 -0000 --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI, I've just committed this to -current. Joe > Date: Wed, 07 May 2003 15:23:34 +0200 > From: Jan-Oliver Neumann > To: "freebsd-current@freebsd.org" > Cc: "n_hibma@freebsd.org" > Subject: [PATCH] umass(4) USB support for PENTAX Optio 330GS digital came= ra > {-1.6} >=20 > Hi folks, >=20 > the patch attached extends digital camera support by the umass(4) USB > driver to the PENTAX Optio 330GS. >=20 > Maybe someone wants to commit this to -CURRENT. >=20 > Jan-Oliver Neumann > neumannj@arcor.de > *** ./src/sys/dev/usb/usbdevs Mon May 5 10:18:53 2003 > --- ./src/sys/dev/usb/usbdevs.new Wed May 7 15:02:31 2003 > *************** > *** 455,460 **** > --- 455,461 ---- > =20 > /* Asahi Optical products */ > product ASAHIOPTICAL OPTIO230 0x0004 Digital camera > + product ASAHIOPTICAL OPTIO330 0x0006 Digital camera > =20 > /* ASIX Electronics products */ > product ASIX AX88172 0x1720 USB 2.0 10/100 ethernet controller > *** ./src/sys/dev/usb/umass.c Mon Apr 14 16:28:17 2003 > --- ./src/sys/dev/usb/umass.c.new Wed May 7 14:53:49 2003 > *************** > *** 313,318 **** > --- 313,323 ---- > UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, > RS_NO_CLEAR_UA > }, > + { USB_VENDOR_ASAHIOPTICAL, USB_PRODUCT_ASAHIOPTICAL_OPTIO330, > + RID_WILDCARD, > + UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, > + RS_NO_CLEAR_UA > + }, > { USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, RID_WILDCARD, > UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I, > RS_NO_CLEAR_UA > *** ./src/share/man/man4/umass.4 Wed May 7 14:59:45 2003 > --- ./src/share/man/man4/umass.4.new Wed May 7 15:04:58 2003 > *************** > *** 69,74 **** > --- 69,81 ---- > Sitecom CN-300 MultiFlash (MMC/SD, SmartMedia, CF, MemoryStick) > .El > .Pp > + Among supported digital cameras are: > + .Pp > + .Bl -item -compact > + .It > + Asahi Optical (PENTAX) Optio 230 & 330 > + .El > + .Pp > .Nm usb > and one of > .Nm uhci --=20 Josef Karthauser (joe@tao.org.uk) http://www.josef-k.net/ FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/ Physics Particle Theory (student) http://www.pact.cpes.sussex.ac.uk/ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D An eclectic mix of fact an= d theory. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --E39vaYmALEf/7YXx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iEYEARECAAYFAj6+43wACgkQXVIcjOaxUBbj9gCgq0q3LZzr6qroqe/Mdm3EYZ6z uREAoKKNvC14YkV3yvhv8Bedal0OGTvf =FP8U -----END PGP SIGNATURE----- --E39vaYmALEf/7YXx--