• Scott Cytacki's avatar
    [PATCH] USB: kyocera 7135 patch · 8c670784
    Scott Cytacki authored
    Here is a patch based on 2.6.7-rc2 that makes the Kyocera 7135 work.
    The Kyocera appears to have the same setup as the Trio.  Its endpoints
    are laid out like this:
    
    > >>>type                  address
    > >>>usb bulk out:         0x01
    > >>>usb interrupt in:     0x82
    > >>>usb bulk out:         0x03
    > >>>usb bulk in:          0x84
    The last two are the ones used for the syncing communication.
    
    So the patch adds the ids for the kyocera and makes the treo_attach
    function handle the kyocera too.  I also changed the comment; it appears
    there was an error in the original comment about the treo:
    
    Joe Nardelli wrote:
    > Actually, the comment isn't quite right for Treos either (oops).  It
    > should read:
    >
    > ...
    > 1st bulk in endpoint to communicate with the 2nd bulk out endpoint
    > ...
    Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
    8c670784
visor.c 33 KB