i386/126097: uipaq support for ASUS P535 PDA

Anton Kartashev amokk at seb.org.ua
Wed Jul 30 14:20:02 UTC 2008


>Number:         126097
>Category:       i386
>Synopsis:       uipaq support for ASUS P535 PDA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 14:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Anton Kartashev
>Release:        8-current
>Organization:
>Environment:
FreeBSD my.home 8.0-CURRENT FreeBSD 8.0-CURRENT #15: Wed Jul 30 16:00:15 EEST 2008     root at my.home:/usr/obj/usr/src/sys/GENERIC  i386


>Description:
uipaq module doesn't recognize my ASUS P535 as ucom device. I've add support for them. But it's work only in serial mode (change USB setting to normal at PDA). In RNDIS mode pppd could't connect. 


>How-To-Repeat:

>Fix:
patch for uipaq.c

--- uipaq.c.orig        2008-05-09 00:22:27.000000000 +0300
+++ uipaq.c     2008-07-30 16:34:53.000000000 +0300
@@ -128,6 +128,7 @@
        {{ USB_VENDOR_COMPAQ, USB_PRODUCT_COMPAQ_IPAQPOCKETPC } , 0},
        {{ USB_VENDOR_CASIO, USB_PRODUCT_CASIO_BE300 } , 0},
        {{ USB_VENDOR_SHARP, USB_PRODUCT_SHARP_WZERO3ES }, 0},
+       {{ USB_VENDOR_ASUS, USB_PRODUCT_ASUS_P535 }, 0},
};

#define uipaq_lookup(v, p) ((const struct uipaq_type *)usb_lookup(uipaq_devs, v, p))

patch for usbdevs

--- usbdevs.orig        2008-06-27 13:30:08.000000000 +0300
+++ usbdevs     2008-07-30 16:33:56.000000000 +0300
@@ -877,6 +877,7 @@
product ASUS RT2573_1          0x1723  RT2573
product ASUS RT2573_2          0x1724  RT2573
product ASUS LCM               0x1726  LCM display
+product ASUS P535              0x420f  ASUS P535 PDA

/* ATen products */
product ATEN UC1284            0x2001  Parallel printer

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-i386 mailing list