~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to drivers/usb/host/ehci.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
        u8                      c_usecs;        /* ... split completion bw */
353
353
        u16                     tt_usecs;       /* tt downstream bandwidth */
354
354
        unsigned short          period;         /* polling interval */
355
 
        unsigned short          start;          /* where polling starts */
356
 
        unsigned short          u_period;       /* polling interval in uframes */
 
355
        unsigned short          start;          /* where polling starts */
357
356
#define NO_FRAME ((unsigned short)~0)                   /* pick new start */
358
357
 
359
358
        struct usb_device       *dev;           /* access to TT */