~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to bus/usb/usbtrans.c

ImportĀ upstreamĀ versionĀ 1.97~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      return grub_errno;
75
75
    }
76
76
 
77
 
  /* Build a Setup packet.  XXX: Endianess.  */
 
77
  /* Build a Setup packet.  XXX: Endianness.  */
78
78
  setupdata.reqtype = reqtype;
79
79
  setupdata.request = request;
80
80
  setupdata.value = value;