The following reply was made to PR usb/93389; it has been noted by GNATS. From: Alexander Demin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: usb/93389 : Add support for Pentax Digital Camera Optio S60 (please test) Date: Mon, 25 Sep 2006 15:32:24 +0400
Hello. This is small correction of patch for usbdevs (to add product id for Pentax Optio S55/S60): --- /usr/src/sys/dev/usb/usbdevs.orig Sun Mar 19 04:12:31 2006 +++ /usr/src/sys/dev/usb/usbdevs Mon Sep 25 15:04:55 2006 @@ -492,6 +492,8 @@ /* Asahi Optical products */ product ASAHIOPTICAL OPTIO230 0x0004 Digital camera product ASAHIOPTICAL OPTIO330 0x0006 Digital camera +product ASAHIOPTICAL OPTIOS55 0x003d Digital Camera Optio S55 +product ASAHIOPTICAL OPTIOS60 0x0047 Digital Camera Optio S60 /* ASIX Electronics products */ product ASIX AX88172 0x1720 USB 2.0 10/100 ethernet controller -- ======================================================= Demin Alexander / Network Administarator Group of companies Spectrum / tel. (+7 495) 995-8999 Moscow, 103009, Strastnoy blvr. 8 ======================================================= _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[EMAIL PROTECTED]"
