- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / drivers / usb / class / usb-midi.h
index 0e6eac1..358cdef 100644 (file)
@@ -63,8 +63,8 @@ struct usb_midi_endpoint {
 struct usb_midi_device {
        char  *deviceName;
 
-       int    idVendor;
-       int    idProduct;
+       u16    idVendor;
+       u16    idProduct;
        int    interface;
        int    altSetting; /* -1: auto detect */