vserver 1.9.5.x5
[linux-2.6.git] / drivers / usb / serial / visor.h
index 6062273..2effcd0 100644 (file)
@@ -55,6 +55,9 @@
 #define ACEECA_VENDOR_ID               0x4766
 #define ACEECA_MEZ1000_ID              0x0001
 
+#define KYOCERA_VENDOR_ID              0x0C88
+#define KYOCERA_7135_ID                        0x0021 
+
 /****************************************************************************
  * Handspring Visor Vendor specific request codes (bRequest values)
  * A big thank you to Handspring for providing the following information.
@@ -86,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;
@@ -132,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];
 };