~ubuntu-branches/ubuntu/lucid/ndiswrapper/lucid

« back to all changes in this revision

Viewing changes to driver/usb.h

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2007-03-29 11:04:29 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070329110429-x4t1tqrmy867evlk
Tags: 1.38-1ubuntu1
* Merge from debian unstable, remaining changes:
  debian/control:
  - Update description to point out that the kernel source package is
    not required with the standard Ubuntu kernel.
  - Change the Maintainer address.
* Closes many bugs (LP: #32275, #65779, #92155, maybe others)

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
        wchar_t ControllerName[1];
305
305
};
306
306
 
307
 
#define USBDI_VERSION                           0x00000500 // Windows XP
 
307
#define USBDI_VERSION_XP                        0x00000500 // Windows XP
308
308
#define USB_HCD_CAPS_SUPPORTS_RT_THREADS        0x00000001
309
309
#define USB_BUSIF_USBDI_VERSION_0               0x0000
310
310
#define USB_BUSIF_USBDI_VERSION_1               0x0001
311
311
#define USB_BUSIF_USBDI_VERSION_2               0x0002
312
312
 
313
 
 
314
313
struct usbd_version_info {
315
314
        ULONG usbdi_version;
316
315
        ULONG supported_usb_version;