[PATCH] umass(4) USB support for PENTAX Optio 330GS digital camera

Joe Karthauser joe at genius.tao.org.uk
Sun May 11 16:58:21 PDT 2003


FYI, I've just committed this to -current.

Joe

> Date: Wed, 07 May 2003 15:23:34 +0200
> From: Jan-Oliver Neumann <jneumann at ix.urz.uni-heidelberg.de>
> To: "freebsd-current at freebsd.org" <freebsd-current at freebsd.org>
> Cc: "n_hibma at freebsd.org" <n_hibma at freebsd.org>
> Subject: [PATCH] umass(4) USB support for PENTAX Optio 330GS digital camera
>    {-1.6}
> 
> Hi folks,
> 
> the patch attached extends digital camera support by the umass(4) USB
> driver to the PENTAX Optio 330GS.
> 
> Maybe someone wants to commit this to -CURRENT.
> 
> Jan-Oliver Neumann
> neumannj at 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 ----
>   
>   /* Asahi Optical products */
>   product ASAHIOPTICAL OPTIO230	0x0004	Digital camera
> + product ASAHIOPTICAL OPTIO330	0x0006	Digital camera
>   
>   /* 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


-- 
Josef Karthauser (joe at 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/
================ An eclectic mix of fact and theory. =================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030512/cf03a9a3/attachment.bin


More information about the freebsd-current mailing list