USB: Adding support for SHARP WS011SH to ipaq.c
[linux-block.git] / drivers / usb / serial / ipaq.c
CommitLineData
1da177e4
LT
1/*
2 * USB Compaq iPAQ driver
3 *
4 * Copyright (C) 2001 - 2002
5 * Ganesh Varadarajan <ganesh@veritas.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * (12/12/2002) ganesh
13 * Added support for practically all devices supported by ActiveSync
14 * on Windows. Thanks to Wes Cilldhaire <billybobjoehenrybob@hotmail.com>.
15 *
16 * (26/11/2002) ganesh
17 * Added insmod options to specify product and vendor id.
18 * Use modprobe ipaq vendor=0xfoo product=0xbar
19 *
20 * (26/7/2002) ganesh
21 * Fixed up broken error handling in ipaq_open. Retry the "kickstart"
22 * packet much harder - this drastically reduces connection failures.
23 *
24 * (30/4/2002) ganesh
25 * Added support for the Casio EM500. Completely untested. Thanks
26 * to info from Nathan <wfilardo@fuse.net>
27 *
28 * (19/3/2002) ganesh
29 * Don't submit urbs while holding spinlocks. Not strictly necessary
30 * in 2.5.x.
31 *
32 * (8/3/2002) ganesh
33 * The ipaq sometimes emits a '\0' before the CLIENT string. At this
34 * point of time, the ppp ldisc is not yet attached to the tty, so
35 * n_tty echoes "^ " to the ipaq, which messes up the chat. In 2.5.6-pre2
36 * this causes a panic because echo_char() tries to sleep in interrupt
37 * context.
38 * The fix is to tell the upper layers that this is a raw device so that
39 * echoing is suppressed. Thanks to Lyle Lindholm for a detailed bug
40 * report.
41 *
42 * (25/2/2002) ganesh
43 * Added support for the HP Jornada 548 and 568. Completely untested.
44 * Thanks to info from Heath Robinson and Arieh Davidoff.
45 */
46
1da177e4
LT
47#include <linux/kernel.h>
48#include <linux/errno.h>
49#include <linux/init.h>
50#include <linux/slab.h>
51#include <linux/tty.h>
52#include <linux/tty_driver.h>
53#include <linux/tty_flip.h>
54#include <linux/module.h>
55#include <linux/spinlock.h>
56#include <asm/uaccess.h>
57#include <linux/usb.h>
a969888c 58#include <linux/usb/serial.h>
1da177e4
LT
59#include "ipaq.h"
60
61#define KP_RETRIES 100
62
63/*
64 * Version Information
65 */
66
67#define DRIVER_VERSION "v0.5"
68#define DRIVER_AUTHOR "Ganesh Varadarajan <ganesh@veritas.com>"
69#define DRIVER_DESC "USB PocketPC PDA driver"
70
71static __u16 product, vendor;
72static int debug;
b33488eb
FG
73static int connect_retries = KP_RETRIES;
74static int initial_wait;
1da177e4
LT
75
76/* Function prototypes for an ipaq */
77static int ipaq_open (struct usb_serial_port *port, struct file *filp);
78static void ipaq_close (struct usb_serial_port *port, struct file *filp);
79static int ipaq_startup (struct usb_serial *serial);
80static void ipaq_shutdown (struct usb_serial *serial);
81static int ipaq_write(struct usb_serial_port *port, const unsigned char *buf,
82 int count);
83static int ipaq_write_bulk(struct usb_serial_port *port, const unsigned char *buf,
84 int count);
85static void ipaq_write_gather(struct usb_serial_port *port);
7d12e780
DH
86static void ipaq_read_bulk_callback (struct urb *urb);
87static void ipaq_write_bulk_callback(struct urb *urb);
1da177e4
LT
88static int ipaq_write_room(struct usb_serial_port *port);
89static int ipaq_chars_in_buffer(struct usb_serial_port *port);
90static void ipaq_destroy_lists(struct usb_serial_port *port);
91
92
93static struct usb_device_id ipaq_id_table [] = {
94 /* The first entry is a placeholder for the insmod-specified device */
95 { USB_DEVICE(0x049F, 0x0003) },
eb3c5ed8 96 { USB_DEVICE(0x0104, 0x00BE) }, /* Socket USB Sync */
1da177e4
LT
97 { USB_DEVICE(0x03F0, 0x1016) }, /* HP USB Sync */
98 { USB_DEVICE(0x03F0, 0x1116) }, /* HP USB Sync 1611 */
99 { USB_DEVICE(0x03F0, 0x1216) }, /* HP USB Sync 1612 */
100 { USB_DEVICE(0x03F0, 0x2016) }, /* HP USB Sync 1620 */
101 { USB_DEVICE(0x03F0, 0x2116) }, /* HP USB Sync 1621 */
102 { USB_DEVICE(0x03F0, 0x2216) }, /* HP USB Sync 1622 */
103 { USB_DEVICE(0x03F0, 0x3016) }, /* HP USB Sync 1630 */
104 { USB_DEVICE(0x03F0, 0x3116) }, /* HP USB Sync 1631 */
105 { USB_DEVICE(0x03F0, 0x3216) }, /* HP USB Sync 1632 */
106 { USB_DEVICE(0x03F0, 0x4016) }, /* HP USB Sync 1640 */
107 { USB_DEVICE(0x03F0, 0x4116) }, /* HP USB Sync 1641 */
108 { USB_DEVICE(0x03F0, 0x4216) }, /* HP USB Sync 1642 */
109 { USB_DEVICE(0x03F0, 0x5016) }, /* HP USB Sync 1650 */
110 { USB_DEVICE(0x03F0, 0x5116) }, /* HP USB Sync 1651 */
111 { USB_DEVICE(0x03F0, 0x5216) }, /* HP USB Sync 1652 */
eb3c5ed8
DE
112 { USB_DEVICE(0x0409, 0x00D5) }, /* NEC USB Sync */
113 { USB_DEVICE(0x0409, 0x00D6) }, /* NEC USB Sync */
114 { USB_DEVICE(0x0409, 0x00D7) }, /* NEC USB Sync */
115 { USB_DEVICE(0x0409, 0x8024) }, /* NEC USB Sync */
116 { USB_DEVICE(0x0409, 0x8025) }, /* NEC USB Sync */
117 { USB_DEVICE(0x043E, 0x9C01) }, /* LGE USB Sync */
118 { USB_DEVICE(0x045E, 0x00CE) }, /* Microsoft USB Sync */
1da177e4
LT
119 { USB_DEVICE(0x045E, 0x0400) }, /* Windows Powered Pocket PC 2002 */
120 { USB_DEVICE(0x045E, 0x0401) }, /* Windows Powered Pocket PC 2002 */
121 { USB_DEVICE(0x045E, 0x0402) }, /* Windows Powered Pocket PC 2002 */
122 { USB_DEVICE(0x045E, 0x0403) }, /* Windows Powered Pocket PC 2002 */
123 { USB_DEVICE(0x045E, 0x0404) }, /* Windows Powered Pocket PC 2002 */
124 { USB_DEVICE(0x045E, 0x0405) }, /* Windows Powered Pocket PC 2002 */
125 { USB_DEVICE(0x045E, 0x0406) }, /* Windows Powered Pocket PC 2002 */
126 { USB_DEVICE(0x045E, 0x0407) }, /* Windows Powered Pocket PC 2002 */
127 { USB_DEVICE(0x045E, 0x0408) }, /* Windows Powered Pocket PC 2002 */
128 { USB_DEVICE(0x045E, 0x0409) }, /* Windows Powered Pocket PC 2002 */
129 { USB_DEVICE(0x045E, 0x040A) }, /* Windows Powered Pocket PC 2002 */
130 { USB_DEVICE(0x045E, 0x040B) }, /* Windows Powered Pocket PC 2002 */
131 { USB_DEVICE(0x045E, 0x040C) }, /* Windows Powered Pocket PC 2002 */
132 { USB_DEVICE(0x045E, 0x040D) }, /* Windows Powered Pocket PC 2002 */
133 { USB_DEVICE(0x045E, 0x040E) }, /* Windows Powered Pocket PC 2002 */
134 { USB_DEVICE(0x045E, 0x040F) }, /* Windows Powered Pocket PC 2002 */
135 { USB_DEVICE(0x045E, 0x0410) }, /* Windows Powered Pocket PC 2002 */
136 { USB_DEVICE(0x045E, 0x0411) }, /* Windows Powered Pocket PC 2002 */
137 { USB_DEVICE(0x045E, 0x0412) }, /* Windows Powered Pocket PC 2002 */
138 { USB_DEVICE(0x045E, 0x0413) }, /* Windows Powered Pocket PC 2002 */
139 { USB_DEVICE(0x045E, 0x0414) }, /* Windows Powered Pocket PC 2002 */
140 { USB_DEVICE(0x045E, 0x0415) }, /* Windows Powered Pocket PC 2002 */
141 { USB_DEVICE(0x045E, 0x0416) }, /* Windows Powered Pocket PC 2002 */
142 { USB_DEVICE(0x045E, 0x0417) }, /* Windows Powered Pocket PC 2002 */
143 { USB_DEVICE(0x045E, 0x0432) }, /* Windows Powered Pocket PC 2003 */
144 { USB_DEVICE(0x045E, 0x0433) }, /* Windows Powered Pocket PC 2003 */
145 { USB_DEVICE(0x045E, 0x0434) }, /* Windows Powered Pocket PC 2003 */
146 { USB_DEVICE(0x045E, 0x0435) }, /* Windows Powered Pocket PC 2003 */
147 { USB_DEVICE(0x045E, 0x0436) }, /* Windows Powered Pocket PC 2003 */
148 { USB_DEVICE(0x045E, 0x0437) }, /* Windows Powered Pocket PC 2003 */
149 { USB_DEVICE(0x045E, 0x0438) }, /* Windows Powered Pocket PC 2003 */
150 { USB_DEVICE(0x045E, 0x0439) }, /* Windows Powered Pocket PC 2003 */
151 { USB_DEVICE(0x045E, 0x043A) }, /* Windows Powered Pocket PC 2003 */
152 { USB_DEVICE(0x045E, 0x043B) }, /* Windows Powered Pocket PC 2003 */
153 { USB_DEVICE(0x045E, 0x043C) }, /* Windows Powered Pocket PC 2003 */
154 { USB_DEVICE(0x045E, 0x043D) }, /* Windows Powered Pocket PC 2003 */
155 { USB_DEVICE(0x045E, 0x043E) }, /* Windows Powered Pocket PC 2003 */
156 { USB_DEVICE(0x045E, 0x043F) }, /* Windows Powered Pocket PC 2003 */
157 { USB_DEVICE(0x045E, 0x0440) }, /* Windows Powered Pocket PC 2003 */
158 { USB_DEVICE(0x045E, 0x0441) }, /* Windows Powered Pocket PC 2003 */
159 { USB_DEVICE(0x045E, 0x0442) }, /* Windows Powered Pocket PC 2003 */
160 { USB_DEVICE(0x045E, 0x0443) }, /* Windows Powered Pocket PC 2003 */
161 { USB_DEVICE(0x045E, 0x0444) }, /* Windows Powered Pocket PC 2003 */
162 { USB_DEVICE(0x045E, 0x0445) }, /* Windows Powered Pocket PC 2003 */
163 { USB_DEVICE(0x045E, 0x0446) }, /* Windows Powered Pocket PC 2003 */
164 { USB_DEVICE(0x045E, 0x0447) }, /* Windows Powered Pocket PC 2003 */
165 { USB_DEVICE(0x045E, 0x0448) }, /* Windows Powered Pocket PC 2003 */
166 { USB_DEVICE(0x045E, 0x0449) }, /* Windows Powered Pocket PC 2003 */
167 { USB_DEVICE(0x045E, 0x044A) }, /* Windows Powered Pocket PC 2003 */
168 { USB_DEVICE(0x045E, 0x044B) }, /* Windows Powered Pocket PC 2003 */
169 { USB_DEVICE(0x045E, 0x044C) }, /* Windows Powered Pocket PC 2003 */
170 { USB_DEVICE(0x045E, 0x044D) }, /* Windows Powered Pocket PC 2003 */
171 { USB_DEVICE(0x045E, 0x044E) }, /* Windows Powered Pocket PC 2003 */
172 { USB_DEVICE(0x045E, 0x044F) }, /* Windows Powered Pocket PC 2003 */
173 { USB_DEVICE(0x045E, 0x0450) }, /* Windows Powered Pocket PC 2003 */
174 { USB_DEVICE(0x045E, 0x0451) }, /* Windows Powered Pocket PC 2003 */
175 { USB_DEVICE(0x045E, 0x0452) }, /* Windows Powered Pocket PC 2003 */
176 { USB_DEVICE(0x045E, 0x0453) }, /* Windows Powered Pocket PC 2003 */
177 { USB_DEVICE(0x045E, 0x0454) }, /* Windows Powered Pocket PC 2003 */
178 { USB_DEVICE(0x045E, 0x0455) }, /* Windows Powered Pocket PC 2003 */
179 { USB_DEVICE(0x045E, 0x0456) }, /* Windows Powered Pocket PC 2003 */
180 { USB_DEVICE(0x045E, 0x0457) }, /* Windows Powered Pocket PC 2003 */
181 { USB_DEVICE(0x045E, 0x0458) }, /* Windows Powered Pocket PC 2003 */
182 { USB_DEVICE(0x045E, 0x0459) }, /* Windows Powered Pocket PC 2003 */
183 { USB_DEVICE(0x045E, 0x045A) }, /* Windows Powered Pocket PC 2003 */
184 { USB_DEVICE(0x045E, 0x045B) }, /* Windows Powered Pocket PC 2003 */
185 { USB_DEVICE(0x045E, 0x045C) }, /* Windows Powered Pocket PC 2003 */
186 { USB_DEVICE(0x045E, 0x045D) }, /* Windows Powered Pocket PC 2003 */
187 { USB_DEVICE(0x045E, 0x045E) }, /* Windows Powered Pocket PC 2003 */
188 { USB_DEVICE(0x045E, 0x045F) }, /* Windows Powered Pocket PC 2003 */
189 { USB_DEVICE(0x045E, 0x0460) }, /* Windows Powered Pocket PC 2003 */
190 { USB_DEVICE(0x045E, 0x0461) }, /* Windows Powered Pocket PC 2003 */
191 { USB_DEVICE(0x045E, 0x0462) }, /* Windows Powered Pocket PC 2003 */
192 { USB_DEVICE(0x045E, 0x0463) }, /* Windows Powered Pocket PC 2003 */
193 { USB_DEVICE(0x045E, 0x0464) }, /* Windows Powered Pocket PC 2003 */
194 { USB_DEVICE(0x045E, 0x0465) }, /* Windows Powered Pocket PC 2003 */
195 { USB_DEVICE(0x045E, 0x0466) }, /* Windows Powered Pocket PC 2003 */
196 { USB_DEVICE(0x045E, 0x0467) }, /* Windows Powered Pocket PC 2003 */
197 { USB_DEVICE(0x045E, 0x0468) }, /* Windows Powered Pocket PC 2003 */
198 { USB_DEVICE(0x045E, 0x0469) }, /* Windows Powered Pocket PC 2003 */
199 { USB_DEVICE(0x045E, 0x046A) }, /* Windows Powered Pocket PC 2003 */
200 { USB_DEVICE(0x045E, 0x046B) }, /* Windows Powered Pocket PC 2003 */
201 { USB_DEVICE(0x045E, 0x046C) }, /* Windows Powered Pocket PC 2003 */
202 { USB_DEVICE(0x045E, 0x046D) }, /* Windows Powered Pocket PC 2003 */
203 { USB_DEVICE(0x045E, 0x046E) }, /* Windows Powered Pocket PC 2003 */
204 { USB_DEVICE(0x045E, 0x046F) }, /* Windows Powered Pocket PC 2003 */
205 { USB_DEVICE(0x045E, 0x0470) }, /* Windows Powered Pocket PC 2003 */
206 { USB_DEVICE(0x045E, 0x0471) }, /* Windows Powered Pocket PC 2003 */
207 { USB_DEVICE(0x045E, 0x0472) }, /* Windows Powered Pocket PC 2003 */
208 { USB_DEVICE(0x045E, 0x0473) }, /* Windows Powered Pocket PC 2003 */
209 { USB_DEVICE(0x045E, 0x0474) }, /* Windows Powered Pocket PC 2003 */
210 { USB_DEVICE(0x045E, 0x0475) }, /* Windows Powered Pocket PC 2003 */
211 { USB_DEVICE(0x045E, 0x0476) }, /* Windows Powered Pocket PC 2003 */
212 { USB_DEVICE(0x045E, 0x0477) }, /* Windows Powered Pocket PC 2003 */
213 { USB_DEVICE(0x045E, 0x0478) }, /* Windows Powered Pocket PC 2003 */
214 { USB_DEVICE(0x045E, 0x0479) }, /* Windows Powered Pocket PC 2003 */
215 { USB_DEVICE(0x045E, 0x047A) }, /* Windows Powered Pocket PC 2003 */
216 { USB_DEVICE(0x045E, 0x047B) }, /* Windows Powered Pocket PC 2003 */
217 { USB_DEVICE(0x045E, 0x04C8) }, /* Windows Powered Smartphone 2002 */
218 { USB_DEVICE(0x045E, 0x04C9) }, /* Windows Powered Smartphone 2002 */
219 { USB_DEVICE(0x045E, 0x04CA) }, /* Windows Powered Smartphone 2002 */
220 { USB_DEVICE(0x045E, 0x04CB) }, /* Windows Powered Smartphone 2002 */
221 { USB_DEVICE(0x045E, 0x04CC) }, /* Windows Powered Smartphone 2002 */
222 { USB_DEVICE(0x045E, 0x04CD) }, /* Windows Powered Smartphone 2002 */
223 { USB_DEVICE(0x045E, 0x04CE) }, /* Windows Powered Smartphone 2002 */
224 { USB_DEVICE(0x045E, 0x04D7) }, /* Windows Powered Smartphone 2003 */
225 { USB_DEVICE(0x045E, 0x04D8) }, /* Windows Powered Smartphone 2003 */
226 { USB_DEVICE(0x045E, 0x04D9) }, /* Windows Powered Smartphone 2003 */
227 { USB_DEVICE(0x045E, 0x04DA) }, /* Windows Powered Smartphone 2003 */
228 { USB_DEVICE(0x045E, 0x04DB) }, /* Windows Powered Smartphone 2003 */
229 { USB_DEVICE(0x045E, 0x04DC) }, /* Windows Powered Smartphone 2003 */
230 { USB_DEVICE(0x045E, 0x04DD) }, /* Windows Powered Smartphone 2003 */
231 { USB_DEVICE(0x045E, 0x04DE) }, /* Windows Powered Smartphone 2003 */
232 { USB_DEVICE(0x045E, 0x04DF) }, /* Windows Powered Smartphone 2003 */
233 { USB_DEVICE(0x045E, 0x04E0) }, /* Windows Powered Smartphone 2003 */
234 { USB_DEVICE(0x045E, 0x04E1) }, /* Windows Powered Smartphone 2003 */
235 { USB_DEVICE(0x045E, 0x04E2) }, /* Windows Powered Smartphone 2003 */
236 { USB_DEVICE(0x045E, 0x04E3) }, /* Windows Powered Smartphone 2003 */
237 { USB_DEVICE(0x045E, 0x04E4) }, /* Windows Powered Smartphone 2003 */
238 { USB_DEVICE(0x045E, 0x04E5) }, /* Windows Powered Smartphone 2003 */
239 { USB_DEVICE(0x045E, 0x04E6) }, /* Windows Powered Smartphone 2003 */
240 { USB_DEVICE(0x045E, 0x04E7) }, /* Windows Powered Smartphone 2003 */
241 { USB_DEVICE(0x045E, 0x04E8) }, /* Windows Powered Smartphone 2003 */
242 { USB_DEVICE(0x045E, 0x04E9) }, /* Windows Powered Smartphone 2003 */
243 { USB_DEVICE(0x045E, 0x04EA) }, /* Windows Powered Smartphone 2003 */
eb3c5ed8
DE
244 { USB_DEVICE(0x049F, 0x0003) }, /* Compaq iPAQ USB Sync */
245 { USB_DEVICE(0x049F, 0x0032) }, /* Compaq iPAQ USB Sync */
246 { USB_DEVICE(0x04A4, 0x0014) }, /* Hitachi USB Sync */
247 { USB_DEVICE(0x04AD, 0x0301) }, /* USB Sync 0301 */
248 { USB_DEVICE(0x04AD, 0x0302) }, /* USB Sync 0302 */
249 { USB_DEVICE(0x04AD, 0x0303) }, /* USB Sync 0303 */
62d909ce
AS
250 { USB_DEVICE(0x04AD, 0x0306) }, /* GPS Pocket PC USB Sync */
251 { USB_DEVICE(0x04B7, 0x0531) }, /* MyGuide 7000 XL USB Sync */
eb3c5ed8
DE
252 { USB_DEVICE(0x04C5, 0x1058) }, /* FUJITSU USB Sync */
253 { USB_DEVICE(0x04C5, 0x1079) }, /* FUJITSU USB Sync */
254 { USB_DEVICE(0x04DA, 0x2500) }, /* Panasonic USB Sync */
aec0d50b 255 { USB_DEVICE(0x04DD, 0x9102) }, /* SHARP WS003SH USB Modem */
922fdaa6
NT
256 { USB_DEVICE(0x04DD, 0x9121) }, /* SHARP WS004SH USB Modem */
257 { USB_DEVICE(0x04DD, 0x9123) }, /* SHARP WS007SH USB Modem */
c51e9749 258 { USB_DEVICE(0x04DD, 0x9151) }, /* SHARP S01SH USB Modem */
eecfb911 259 { USB_DEVICE(0x04DD, 0x91AC) }, /* SHARP WS011SH USB Modem */
eb3c5ed8
DE
260 { USB_DEVICE(0x04E8, 0x5F00) }, /* Samsung NEXiO USB Sync */
261 { USB_DEVICE(0x04E8, 0x5F01) }, /* Samsung NEXiO USB Sync */
262 { USB_DEVICE(0x04E8, 0x5F02) }, /* Samsung NEXiO USB Sync */
263 { USB_DEVICE(0x04E8, 0x5F03) }, /* Samsung NEXiO USB Sync */
264 { USB_DEVICE(0x04E8, 0x5F04) }, /* Samsung NEXiO USB Sync */
265 { USB_DEVICE(0x04E8, 0x6611) }, /* Samsung MITs USB Sync */
266 { USB_DEVICE(0x04E8, 0x6613) }, /* Samsung MITs USB Sync */
267 { USB_DEVICE(0x04E8, 0x6615) }, /* Samsung MITs USB Sync */
268 { USB_DEVICE(0x04E8, 0x6617) }, /* Samsung MITs USB Sync */
269 { USB_DEVICE(0x04E8, 0x6619) }, /* Samsung MITs USB Sync */
270 { USB_DEVICE(0x04E8, 0x661B) }, /* Samsung MITs USB Sync */
271 { USB_DEVICE(0x04E8, 0x662E) }, /* Samsung MITs USB Sync */
272 { USB_DEVICE(0x04E8, 0x6630) }, /* Samsung MITs USB Sync */
273 { USB_DEVICE(0x04E8, 0x6632) }, /* Samsung MITs USB Sync */
274 { USB_DEVICE(0x04f1, 0x3011) }, /* JVC USB Sync */
275 { USB_DEVICE(0x04F1, 0x3012) }, /* JVC USB Sync */
276 { USB_DEVICE(0x0502, 0x1631) }, /* c10 Series */
277 { USB_DEVICE(0x0502, 0x1632) }, /* c20 Series */
278 { USB_DEVICE(0x0502, 0x16E1) }, /* Acer n10 Handheld USB Sync */
279 { USB_DEVICE(0x0502, 0x16E2) }, /* Acer n20 Handheld USB Sync */
280 { USB_DEVICE(0x0502, 0x16E3) }, /* Acer n30 Handheld USB Sync */
281 { USB_DEVICE(0x0536, 0x01A0) }, /* HHP PDT */
282 { USB_DEVICE(0x0543, 0x0ED9) }, /* ViewSonic Color Pocket PC V35 */
283 { USB_DEVICE(0x0543, 0x1527) }, /* ViewSonic Color Pocket PC V36 */
284 { USB_DEVICE(0x0543, 0x1529) }, /* ViewSonic Color Pocket PC V37 */
285 { USB_DEVICE(0x0543, 0x152B) }, /* ViewSonic Color Pocket PC V38 */
286 { USB_DEVICE(0x0543, 0x152E) }, /* ViewSonic Pocket PC */
287 { USB_DEVICE(0x0543, 0x1921) }, /* ViewSonic Communicator Pocket PC */
288 { USB_DEVICE(0x0543, 0x1922) }, /* ViewSonic Smartphone */
289 { USB_DEVICE(0x0543, 0x1923) }, /* ViewSonic Pocket PC V30 */
290 { USB_DEVICE(0x05E0, 0x2000) }, /* Symbol USB Sync */
291 { USB_DEVICE(0x05E0, 0x2001) }, /* Symbol USB Sync 0x2001 */
292 { USB_DEVICE(0x05E0, 0x2002) }, /* Symbol USB Sync 0x2002 */
293 { USB_DEVICE(0x05E0, 0x2003) }, /* Symbol USB Sync 0x2003 */
294 { USB_DEVICE(0x05E0, 0x2004) }, /* Symbol USB Sync 0x2004 */
295 { USB_DEVICE(0x05E0, 0x2005) }, /* Symbol USB Sync 0x2005 */
296 { USB_DEVICE(0x05E0, 0x2006) }, /* Symbol USB Sync 0x2006 */
297 { USB_DEVICE(0x05E0, 0x2007) }, /* Symbol USB Sync 0x2007 */
298 { USB_DEVICE(0x05E0, 0x2008) }, /* Symbol USB Sync 0x2008 */
299 { USB_DEVICE(0x05E0, 0x2009) }, /* Symbol USB Sync 0x2009 */
300 { USB_DEVICE(0x05E0, 0x200A) }, /* Symbol USB Sync 0x200A */
301 { USB_DEVICE(0x067E, 0x1001) }, /* Intermec Mobile Computer */
302 { USB_DEVICE(0x07CF, 0x2001) }, /* CASIO USB Sync 2001 */
303 { USB_DEVICE(0x07CF, 0x2002) }, /* CASIO USB Sync 2002 */
304 { USB_DEVICE(0x07CF, 0x2003) }, /* CASIO USB Sync 2003 */
1da177e4
LT
305 { USB_DEVICE(0x0930, 0x0700) }, /* TOSHIBA USB Sync 0700 */
306 { USB_DEVICE(0x0930, 0x0705) }, /* TOSHIBA Pocket PC e310 */
eb3c5ed8 307 { USB_DEVICE(0x0930, 0x0706) }, /* TOSHIBA Pocket PC e740 */
1da177e4
LT
308 { USB_DEVICE(0x0930, 0x0707) }, /* TOSHIBA Pocket PC e330 Series */
309