Re: [RFC] USB Support

2008-08-31 Thread Colin D Bennett
On Sun, 31 Aug 2008 18:13:56 +0200 Felix Zielcke <[EMAIL PROTECTED]> wrote: > Thanks for the copy&paste and even the link to it. > I still find it weird and I even wasn't able yet to produce them in > Emacs. > Control-L is the wrong key combination for it ;) Try C-q C-L. Cheers, Colin

Re: [RFC] USB Support

2008-08-31 Thread Felix Zielcke
Am Sonntag, den 31.08.2008, 08:59 -0700 schrieb Colin D Bennett: Hello Colin, > > > > Weird ` ' character which seems not to make sense. > > Actually that is a form feed character, which the GNU coding standard > recommends to be used to break up source code at logical places: Yep Marco alread

Re: [RFC] USB Support

2008-08-31 Thread Colin D Bennett
On Thu, 28 Aug 2008 12:16:59 +0200 Felix Zielcke <[EMAIL PROTECTED]> wrote: > + grub_usb_iterate (usb_iterate); > +} > + > + > > Weird ` ' character which seems not to make sense. Actually that is a form feed character, which the GNU coding standard recommends to be used to break up source cod

Re: [RFC] USB Support

2008-08-30 Thread Robert Millan
On Wed, Aug 27, 2008 at 09:56:22PM +0200, Marco Gerards wrote: > Index: disk/usbms.c > === > --- disk/usbms.c (revision 0) > +++ disk/usbms.c (revision 0) I think 'usbms' is a cryptic name. I'd personally prefer something m

Re: [RFC] USB Support

2008-08-28 Thread Felix Zielcke
Am Mittwoch, den 27.08.2008, 21:56 +0200 schrieb Marco Gerards: > Hi, Hello Marco, not that big as you might have expected, but maybe not that bad start. I try to get more used to this :) > - Broken OHCI support, it works in QEMu but I haven't tested on real > hardware. Please do not review