Summary: | net-dialup/mgetty - Adds support for handhelds and usb phones that only create device nodes when initated from device | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Luke McKee <hojuruku> |
Component: | Current packages | Assignee: | Gentoo Dialup Developers <net-dialup> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://win.mol.ru/penguin/linux-palm-m50x-usb-tricks.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Patch for latest mgetty to support palm and nodevsleep option
how to use the patch in an ebuild (just added 3 lines) |
Description
Luke McKee
2007-02-10 14:26:00 UTC
Created attachment 109717 [details, diff]
Patch for latest mgetty to support palm and nodevsleep option
Created attachment 109718 [details]
how to use the patch in an ebuild (just added 3 lines)
Uses "pda" use flag to include patch. Lets leave it optional because it is new.
Tested ok and works with my Palm.
At first glance, the patch looks OK to me, except for that exit() calls from within read_to_ring() and write_from_ring(). Since exit() isn't called when read() or write() function fails, I don't see why it should be called when select() fails. Better let the caller do that. Please try to contact upstream first and ask them if they can apply this patch (maybe without those exit() I told you about) to their tree. From what I see in the current changelog, Gert Doering is the current maintainer. If he refuses, remove those exits and re-attach it here. I will add the patch to the portage tree. ping The reporter vanished. Closed with WONTFIX. |