Actions
Bug #2103
closedUSB CDC Ethernet driver
Start date:
Due date:
% Done:
0%
Estimated time:
Description
My internet connection is LG P-500 smartphone with integrated USB Ethernet.
I wrote simple driver (http://yrabbit.freeshell.org/lgue.diff --- result of 'git diff master'). Works fine for me.
There is nothing special, no fancy framing etc. I think it may works with similar devices, just add VENDOR_ID and PRODUCT_ID.
Can someone take a look?
---
with best reagrds, Yellow Rabbit
GPG Key ID 0x6E2F8DBB at keyserver.linux.it
DragonFly 2.11-DEVELOPMENT x86_64
Updated by swildner over 13 years ago
Thanks, I've committed it (a700a71b9bd02146b43533bbda568e2621ba893d).
I've also done some style(9) cleanup, added it to the LINT confis and wrote a
small manpage. If you have any more information for the page, let me know.
Actions