vserver 1.9.5.x5
[linux-2.6.git] / drivers / usb / serial / visor.h
index 55185b3..2effcd0 100644 (file)
@@ -89,7 +89,7 @@
  * VISOR_GET_CONNECTION_INFORMATION returns data in the following format
  ****************************************************************************/
 struct visor_connection_info {
-       __u16   num_ports;
+       __le16  num_ports;
        struct {
                __u8    port_function_id;
                __u8    port;
@@ -135,12 +135,12 @@ struct visor_connection_info {
 struct palm_ext_connection_info {
        __u8 num_ports;         
        __u8 endpoint_numbers_different;
-       __u16 reserved1;
+       __le16 reserved1;
        struct {
                __u32 port_function_id;
                __u8 port;
                __u8 end_point_info;
-               __u16 reserved;
+               __le16 reserved;
        } connections[2];
 };