Date: Sun, 27 Nov 2005 16:29:07 +0100 From: Paolo Pisati <p.pisati@oltrelinux.com> To: FreeBSD_Usb <freebsd-usb@freebsd.org> Subject: [patch] Tapwave Zodiac PDA support Message-ID: <20051127152907.GA973@tin.it>
next in thread | raw e-mail | index | archive | help
--h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, attached are the product and vendor id for usbdevs and uvisor.c. It still doesn't work, but that will be the subject of another mail... :) -- Paolo --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="usbdevs.patch" *** usbdevs.orig Sat Nov 26 21:04:24 2005 --- usbdevs Sat Nov 26 21:07:31 2005 *************** *** 536,541 **** --- 536,542 ---- vendor SITECOM 0x6189 Sitecom vendor INTEL 0x8086 Intel vendor HP2 0xf003 Hewlett Packard + vendor TAPWAVE 0x12EF Tapwave /* * List of known products. Grouped by vendor. *************** *** 1498,1503 **** --- 1499,1507 ---- /* Taugagreining products */ product TAUGA CAMERAMATE 0x0005 CameraMate (DPCM_USB) + + /* Tapwave products */ + product TAPWAVE ZODIAC 0x0100 Zodiac /* TDK products */ product TDK UPA9664 0x0115 USB-PDC Adapter UPA9664 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="uvisor.patch" *** uvisor.c.orig Sat Nov 26 21:08:11 2005 --- uvisor.c Sat Nov 26 20:50:07 2005 *************** *** 241,246 **** --- 241,247 ---- {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_S360 }, PALM4 }, {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_NX60 }, PALM4 }, {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_35 }, PALM35 }, + {{ USB_VENDOR_TAPWAVE, USB_PRODUCT_TAPWAVE_ZODIAC }, PALM4 }, /* {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/ }; #define uvisor_lookup(v, p) ((const struct uvisor_type *)usb_lookup(uvisor_devs, v, p)) --h31gzZEtNLTqOjlF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051127152907.GA973>