LG 5350 cell phone

From: David Yeske (dyeske_at_yahoo.com)
Date: 06/11/03

  • Next message: Dan Nelson: "Re: ACPI Regression in -CURRENT?"
    Date: Tue, 10 Jun 2003 22:06:14 -0700 (PDT)
    To: current@freebsd.org
    
    

    I have a LG 5350, and I want it to work in FreeBSD.

    I think it is a Qualcomm adaptor, but I wanted to see
    if anyone else has this phone or similar hardware.

    I think this needs a new vendor in usbdevs.
    I'm not sure if 0x1004 is Qualcomm or LG or VLSI...

    RCS file: /home/ncvs/src/sys/dev/usb/usbdevs,v
    retrieving revision 1.125
    diff -u -r1.125 usbdevs
    --- usbdevs 21 May 2003 00:22:06 -0000 1.125
    +++ usbdevs 11 Jun 2003 04:50:39 -0000
    @@ -340,6 +340,7 @@
     vendor AGATE 0x0c08 Agate Technologies
     vendor DMI 0x0c0b DMI
     vendor LUWEN 0x0c76 Luwen
    +vendor QUALCOMM 0x1004 Qualcomm
     vendor MOTOROLA 0x1063 Motorola
     vendor PLX 0x10b5 PLX
     vendor ASANTE 0x10bd Asante
    @@ -727,6 +728,9 @@
     
     /* JRC products */
     product JRC AH_J3001V_J3002V 0x0001 AirH\" PHONE AH-J3001V/J3002V
    +
    +/* Qualcomm products */
    +product QUALCOMM MSM 0x6000 MSM
     
     /* Kawasaki products */
     product KLSI DUH3E10BT 0x0008 USB ethernet controller engine

    here is more output

    ugen0: Qualcomm, Incorporated Qualcomm CDMA Technologies MSM, rev 1.01/0.00, addr 6
     port 4 addr 6: full speed, power 100 mA, config 1, Qualcomm CDMA Technologies MSM(0x6000),
    Qualcomm, Incorporated(0x1004), rev 0.00

    __________________________________
    Do you Yahoo!?
    Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
    http://calendar.yahoo.com
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Dan Nelson: "Re: ACPI Regression in -CURRENT?"