2013-01-28 17:11:15

by Larry Finger

[permalink] [raw]
Subject: Re: Linux USB driver for Belkin F7D1101 v1

On 01/28/2013 10:19 AM, Doug Lance wrote:
> **050d:945a <http://usb-ids.gowdy.us/read/UD/050d/945a>
>
> Thanks so much for your help!

The RTL8188SU chip should be driven by r8712u in the drivers/staging/rtl8712u/
directory of the Linux kernel; however, it is not in the ID table for that driver.

Is that driver available for Android? If so, then try the following as root:

modprobe -v r8712u
echo "050d 945a" > /sys/bus/usb/drivers/r8712u/new_id

Does the device work now? If so, add that ID to the usb_device table and let me
know so that I can submit a patch for rhe kernel.

Larry