]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/dev/usb/uscanner.c
This commit was generated by cvs2svn to compensate for changes in r147001,
[FreeBSD/FreeBSD.git] / sys / dev / usb / uscanner.c
1 /*      $NetBSD: uscanner.c,v 1.30 2002/07/11 21:14:36 augustss Exp$    */
2
3 /* Also already merged from NetBSD:
4  *      $NetBSD: uscanner.c,v 1.33 2002/09/23 05:51:24 simonb Exp $
5  */
6
7 #include <sys/cdefs.h>
8 __FBSDID("$FreeBSD$");
9
10 /*-
11  * Copyright (c) 2000 The NetBSD Foundation, Inc.
12  * All rights reserved.
13  *
14  * This code is derived from software contributed to The NetBSD Foundation
15  * by Lennart Augustsson (lennart@augustsson.net) at
16  * Carlstedt Research & Technology
17  * and Nick Hibma (n_hibma@qubesoft.com).
18  *
19  * Redistribution and use in source and binary forms, with or without
20  * modification, are permitted provided that the following conditions
21  * are met:
22  * 1. Redistributions of source code must retain the above copyright
23  *    notice, this list of conditions and the following disclaimer.
24  * 2. Redistributions in binary form must reproduce the above copyright
25  *    notice, this list of conditions and the following disclaimer in the
26  *    documentation and/or other materials provided with the distribution.
27  * 3. All advertising materials mentioning features or use of this software
28  *    must display the following acknowledgement:
29  *        This product includes software developed by the NetBSD
30  *        Foundation, Inc. and its contributors.
31  * 4. Neither the name of The NetBSD Foundation nor the names of its
32  *    contributors may be used to endorse or promote products derived
33  *    from this software without specific prior written permission.
34  *
35  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
36  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
37  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
38  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
39  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
40  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
41  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
42  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
43  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
44  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
45  * POSSIBILITY OF SUCH DAMAGE.
46  */
47
48
49 #include <sys/param.h>
50 #include <sys/systm.h>
51 #include <sys/kernel.h>
52 #include <sys/malloc.h>
53 #if defined(__NetBSD__) || defined(__OpenBSD__)
54 #include <sys/device.h>
55 #elif defined(__FreeBSD__)
56 #include <sys/module.h>
57 #include <sys/bus.h>
58 #include <sys/conf.h>
59 #include <sys/fcntl.h>
60 #include <sys/filio.h>
61 #endif
62 #include <sys/tty.h>
63 #include <sys/file.h>
64 #if __FreeBSD_version >= 500014
65 #include <sys/selinfo.h>
66 #else
67 #include <sys/select.h>
68 #endif
69 #include <sys/proc.h>
70 #include <sys/poll.h>
71 #include <sys/conf.h>
72 #include <sys/sysctl.h>
73 #include <sys/uio.h>
74
75 #include <dev/usb/usb.h>
76 #include <dev/usb/usbdi.h>
77 #include <dev/usb/usbdi_util.h>
78
79 #include "usbdevs.h"
80
81 #ifdef USB_DEBUG
82 #define DPRINTF(x)      if (uscannerdebug) logprintf x
83 #define DPRINTFN(n,x)   if (uscannerdebug>(n)) logprintf x
84 int     uscannerdebug = 0;
85 SYSCTL_NODE(_hw_usb, OID_AUTO, uscanner, CTLFLAG_RW, 0, "USB uscanner");
86 SYSCTL_INT(_hw_usb_uscanner, OID_AUTO, debug, CTLFLAG_RW,
87            &uscannerdebug, 0, "uscanner debug level");
88 #else
89 #define DPRINTF(x)
90 #define DPRINTFN(n,x)
91 #endif
92
93 struct uscan_info {
94         struct usb_devno devno;
95         u_int flags;
96 #define USC_KEEP_OPEN 1
97 };
98
99 /* Table of scanners that may work with this driver. */
100 static const struct uscan_info uscanner_devs[] = {
101   /* Acer Peripherals */
102  {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U }, 0 },
103  {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_640U }, 0 },
104  {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_620U }, 0 },
105  {{ USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_C310U }, 0 },
106
107   /* AGFA */
108  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCAN1236U }, 0 },
109  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCAN1212U }, 0 },
110  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCAN1212U2 }, 0 },
111  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANTOUCH }, 0 },
112  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE40 }, 0 },
113  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE50 }, 0 },
114  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE20 }, 0 },
115  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE25 }, 0 },
116  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE26 }, 0 },
117  {{ USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE52 }, 0 },
118
119   /* Avision */
120  {{ USB_VENDOR_AVISION, USB_PRODUCT_AVISION_1200U }, 0 },
121
122   /* Canon */
123  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N656U }, 0 },
124  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N676U }, 0 },
125  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1220U }, 0 },
126  {{ USB_VENDOR_CANON, USB_PRODUCT_CANON_N1240U }, 0 },
127
128   /* Kye */
129  {{ USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, 0 },
130
131   /* HP */
132  {{ USB_VENDOR_HP, USB_PRODUCT_HP_2200C }, 0 },
133  {{ USB_VENDOR_HP, USB_PRODUCT_HP_3300C }, 0 },
134  {{ USB_VENDOR_HP, USB_PRODUCT_HP_3400CSE }, 0 },
135  {{ USB_VENDOR_HP, USB_PRODUCT_HP_4100C }, 0 },
136  {{ USB_VENDOR_HP, USB_PRODUCT_HP_4200C }, 0 },
137  {{ USB_VENDOR_HP, USB_PRODUCT_HP_4300C }, 0 },
138  {{ USB_VENDOR_HP, USB_PRODUCT_HP_4670V }, 0 },
139  {{ USB_VENDOR_HP, USB_PRODUCT_HP_S20 }, 0 },
140  {{ USB_VENDOR_HP, USB_PRODUCT_HP_5200C }, 0 },
141  {{ USB_VENDOR_HP, USB_PRODUCT_HP_5300C }, 0 },
142  {{ USB_VENDOR_HP, USB_PRODUCT_HP_5400C }, 0 },
143  {{ USB_VENDOR_HP, USB_PRODUCT_HP_6200C }, 0 },
144  {{ USB_VENDOR_HP, USB_PRODUCT_HP_6300C }, 0 },
145
146   /* Microtek */
147  {{ USB_VENDOR_SCANLOGIC, USB_PRODUCT_SCANLOGIC_336CX }, 0 },
148  {{ USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_X6U }, 0 },
149  {{ USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_336CX }, 0 },
150  {{ USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_336CX2 }, 0 },
151  {{ USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_C6 }, 0 },
152  {{ USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_V6USL }, 0 },
153  {{ USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_V6USL2 }, 0 },
154  {{ USB_VENDOR_MICROTEK, USB_PRODUCT_MICROTEK_V6UL }, 0 },
155
156  /* Minolta */
157  {{ USB_VENDOR_MINOLTA, USB_PRODUCT_MINOLTA_5400 }, 0 },
158
159   /* Mustek */
160  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200CU }, 0 },
161  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_BEARPAW1200F }, 0 },
162  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_BEARPAW1200TA }, 0 },
163  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_600USB }, 0 },
164  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_600CU }, 0 },
165  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200USB }, 0 },
166  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200UB }, 0 },
167  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200USBPLUS }, 0 },
168  {{ USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_1200CUPLUS }, 0 },
169
170   /* National */
171  {{ USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW1200 }, 0 },
172  {{ USB_VENDOR_NATIONAL, USB_PRODUCT_NATIONAL_BEARPAW2400 }, 0 },
173
174   /* Nikon */
175  {{ USB_VENDOR_NIKON, USB_PRODUCT_NIKON_LS40 }, 0 },
176
177   /* Primax */
178  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2X300 }, 0 },
179  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2E300 }, 0 },
180  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2300 }, 0 },
181  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2E3002 }, 0 },
182  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_9600 }, 0 },
183  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_600U }, 0 },
184  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_6200 }, 0 },
185  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_19200 }, 0 },
186  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_1200U }, 0 },
187  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G600 }, 0 },
188  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_636I }, 0 },
189  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2600 }, 0 },
190  {{ USB_VENDOR_PRIMAX, USB_PRODUCT_PRIMAX_G2E600 }, 0 },
191
192   /* Epson */
193  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_636 }, 0 },
194  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_610 }, 0 },
195  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1200 }, 0 },
196  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1240 }, 0 },
197  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1250 }, 0 },
198  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1600 }, 0 },
199  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1640 }, 0 },
200  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_640U }, 0 },
201  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1650 }, 0 },
202  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1660 }, 0 },
203  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1670 }, 0 },
204  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1260 }, 0 },
205  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_3200 }, USC_KEEP_OPEN },
206  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9700F }, USC_KEEP_OPEN },
207  {{ USB_VENDOR_EPSON, USB_PRODUCT_EPSON_GT9300UF }, 0 },
208
209   /* UMAX */
210  {{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1220U }, 0 },
211  {{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA1236U }, 0 },
212  {{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA2000U }, 0 },
213  {{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA2100U }, 0 },
214  {{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA2200U }, 0 },
215  {{ USB_VENDOR_UMAX, USB_PRODUCT_UMAX_ASTRA3400 }, 0 },
216
217   /* Visioneer */
218  {{ USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_3000 }, 0 },
219  {{ USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_5300 }, 0 },
220  {{ USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_7600 }, 0 },
221  {{ USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_6100 }, 0 },
222  {{ USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_6200 }, 0 },
223  {{ USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_8100 }, 0 },
224  {{ USB_VENDOR_VISIONEER, USB_PRODUCT_VISIONEER_8600 }, 0 },
225
226   /* Ultima */
227  {{ USB_VENDOR_ULTIMA, USB_PRODUCT_ULTIMA_1200UBPLUS }, 0 },
228
229 };
230 #define uscanner_lookup(v, p) ((const struct uscan_info *)usb_lookup(uscanner_devs, v, p))
231
232 #define USCANNER_BUFFERSIZE     1024
233
234 struct uscanner_softc {
235         USBBASEDEVICE           sc_dev;         /* base device */
236         usbd_device_handle      sc_udev;
237         usbd_interface_handle   sc_iface;
238 #if defined(__FreeBSD__)
239         struct cdev *dev;
240 #endif
241
242         u_int                   sc_dev_flags;
243
244         usbd_pipe_handle        sc_bulkin_pipe;
245         int                     sc_bulkin;
246         usbd_xfer_handle        sc_bulkin_xfer;
247         void                    *sc_bulkin_buffer;
248         int                     sc_bulkin_bufferlen;
249         int                     sc_bulkin_datalen;
250
251         usbd_pipe_handle        sc_bulkout_pipe;
252         int                     sc_bulkout;
253         usbd_xfer_handle        sc_bulkout_xfer;
254         void                    *sc_bulkout_buffer;
255         int                     sc_bulkout_bufferlen;
256         int                     sc_bulkout_datalen;
257
258         u_char                  sc_state;
259 #define USCANNER_OPEN           0x01    /* opened */
260
261         int                     sc_refcnt;
262         u_char                  sc_dying;
263 };
264
265 #if defined(__NetBSD__) || defined(__OpenBSD__)
266 cdev_decl(uscanner);
267 #elif defined(__FreeBSD__)
268 d_open_t  uscanneropen;
269 d_close_t uscannerclose;
270 d_read_t  uscannerread;
271 d_write_t uscannerwrite;
272 d_poll_t  uscannerpoll;
273
274
275 Static struct cdevsw uscanner_cdevsw = {
276         .d_version =    D_VERSION,
277         .d_flags =      D_NEEDGIANT,
278         .d_open =       uscanneropen,
279         .d_close =      uscannerclose,
280         .d_read =       uscannerread,
281         .d_write =      uscannerwrite,
282         .d_poll =       uscannerpoll,
283         .d_name =       "uscanner",
284 #if __FreeBSD_version < 500014
285         .d_bmaj         -1
286 #endif
287 };
288 #endif
289
290 Static int uscanner_do_read(struct uscanner_softc *, struct uio *, int);
291 Static int uscanner_do_write(struct uscanner_softc *, struct uio *, int);
292 Static void uscanner_do_close(struct uscanner_softc *);
293
294 #define USCANNERUNIT(n) (minor(n))
295
296 USB_DECLARE_DRIVER(uscanner);
297
298 USB_MATCH(uscanner)
299 {
300         USB_MATCH_START(uscanner, uaa);
301
302         if (uaa->iface != NULL)
303                 return UMATCH_NONE;
304
305         return (uscanner_lookup(uaa->vendor, uaa->product) != NULL ?
306                 UMATCH_VENDOR_PRODUCT : UMATCH_NONE);
307 }
308
309 USB_ATTACH(uscanner)
310 {
311         USB_ATTACH_START(uscanner, sc, uaa);
312         usb_interface_descriptor_t *id = 0;
313         usb_endpoint_descriptor_t *ed, *ed_bulkin = NULL, *ed_bulkout = NULL;
314         char devinfo[1024];
315         int i;
316         usbd_status err;
317
318         usbd_devinfo(uaa->device, 0, devinfo);
319         USB_ATTACH_SETUP;
320
321         sc->sc_dev_flags = uscanner_lookup(uaa->vendor, uaa->product)->flags;
322
323         sc->sc_udev = uaa->device;
324
325         err = usbd_set_config_no(uaa->device, 1, 1); /* XXX */
326         if (err) {
327                 printf("%s: setting config no failed\n",
328                     USBDEVNAME(sc->sc_dev));
329                 USB_ATTACH_ERROR_RETURN;
330         }
331
332         /* XXX We only check the first interface */
333         err = usbd_device2interface_handle(sc->sc_udev, 0, &sc->sc_iface);
334         if (!err && sc->sc_iface)
335             id = usbd_get_interface_descriptor(sc->sc_iface);
336         if (err || id == 0) {
337                 printf("%s: could not get interface descriptor, err=%d,id=%p\n",
338                        USBDEVNAME(sc->sc_dev), err, id);
339                 USB_ATTACH_ERROR_RETURN;
340         }
341
342         /* Find the two first bulk endpoints */
343         for (i = 0 ; i < id->bNumEndpoints; i++) {
344                 ed = usbd_interface2endpoint_descriptor(sc->sc_iface, i);
345                 if (ed == 0) {
346                         printf("%s: could not read endpoint descriptor\n",
347                                USBDEVNAME(sc->sc_dev));
348                         USB_ATTACH_ERROR_RETURN;
349                 }
350
351                 if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_IN
352                     && (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
353                         ed_bulkin = ed;
354                 } else if (UE_GET_DIR(ed->bEndpointAddress) == UE_DIR_OUT
355                     && (ed->bmAttributes & UE_XFERTYPE) == UE_BULK) {
356                         ed_bulkout = ed;
357                 }
358
359                 if (ed_bulkin && ed_bulkout)    /* found all we need */
360                         break;
361         }
362
363         /* Verify that we goething sensible */
364         if (ed_bulkin == NULL || ed_bulkout == NULL) {
365                 printf("%s: bulk-in and/or bulk-out endpoint not found\n",
366                         USBDEVNAME(sc->sc_dev));
367                 USB_ATTACH_ERROR_RETURN;
368         }
369
370         sc->sc_bulkin = ed_bulkin->bEndpointAddress;
371         sc->sc_bulkout = ed_bulkout->bEndpointAddress;
372
373 #ifdef __FreeBSD__
374         /* the main device, ctrl endpoint */
375         sc->dev = make_dev(&uscanner_cdevsw, USBDEVUNIT(sc->sc_dev),
376                 UID_ROOT, GID_OPERATOR, 0644, "%s", USBDEVNAME(sc->sc_dev));
377 #endif
378
379         usbd_add_drv_event(USB_EVENT_DRIVER_ATTACH, sc->sc_udev,
380                            USBDEV(sc->sc_dev));
381
382         USB_ATTACH_SUCCESS_RETURN;
383 }
384
385 int
386 uscanneropen(struct cdev *dev, int flag, int mode, usb_proc_ptr p)
387 {
388         struct uscanner_softc *sc;
389         int unit = USCANNERUNIT(dev);
390         usbd_status err;
391
392         USB_GET_SC_OPEN(uscanner, unit, sc);
393
394         DPRINTFN(5, ("uscanneropen: flag=%d, mode=%d, unit=%d\n",
395                      flag, mode, unit));
396
397         if (sc->sc_dying)
398                 return (ENXIO);
399
400         if (sc->sc_state & USCANNER_OPEN)
401                 return (EBUSY);
402
403         sc->sc_state |= USCANNER_OPEN;
404
405         sc->sc_bulkin_buffer = malloc(USCANNER_BUFFERSIZE, M_USBDEV, M_WAITOK);
406         sc->sc_bulkout_buffer = malloc(USCANNER_BUFFERSIZE, M_USBDEV, M_WAITOK);
407         /* No need to check buffers for NULL since we have WAITOK */
408
409         sc->sc_bulkin_bufferlen = USCANNER_BUFFERSIZE;
410         sc->sc_bulkout_bufferlen = USCANNER_BUFFERSIZE;
411
412         /* We have decided on which endpoints to use, now open the pipes */
413         if (sc->sc_bulkin_pipe == NULL) {
414                 err = usbd_open_pipe(sc->sc_iface, sc->sc_bulkin,
415                                      USBD_EXCLUSIVE_USE, &sc->sc_bulkin_pipe);
416                 if (err) {
417                         printf("%s: cannot open bulk-in pipe (addr %d)\n",
418                                USBDEVNAME(sc->sc_dev), sc->sc_bulkin);
419                         uscanner_do_close(sc);
420                         return (EIO);
421                 }
422         }
423         if (sc->sc_bulkout_pipe == NULL) {
424                 err = usbd_open_pipe(sc->sc_iface, sc->sc_bulkout,
425                                      USBD_EXCLUSIVE_USE, &sc->sc_bulkout_pipe);
426                 if (err) {
427                         printf("%s: cannot open bulk-out pipe (addr %d)\n",
428                                USBDEVNAME(sc->sc_dev), sc->sc_bulkout);
429                         uscanner_do_close(sc);
430                         return (EIO);
431                 }
432         }
433
434         sc->sc_bulkin_xfer = usbd_alloc_xfer(sc->sc_udev);
435         if (sc->sc_bulkin_xfer == NULL) {
436                 uscanner_do_close(sc);
437                 return (ENOMEM);
438         }
439         sc->sc_bulkout_xfer = usbd_alloc_xfer(sc->sc_udev);
440         if (sc->sc_bulkout_xfer == NULL) {
441                 uscanner_do_close(sc);
442                 return (ENOMEM);
443         }
444
445         return (0);     /* success */
446 }
447
448 int
449 uscannerclose(struct cdev *dev, int flag, int mode, usb_proc_ptr p)
450 {
451         struct uscanner_softc *sc;
452
453         USB_GET_SC(uscanner, USCANNERUNIT(dev), sc);
454
455         DPRINTFN(5, ("uscannerclose: flag=%d, mode=%d, unit=%d\n",
456                      flag, mode, USCANNERUNIT(dev)));
457
458 #ifdef DIAGNOSTIC
459         if (!(sc->sc_state & USCANNER_OPEN)) {
460                 printf("uscannerclose: not open\n");
461                 return (EINVAL);
462         }
463 #endif
464
465         uscanner_do_close(sc);
466
467         return (0);
468 }
469
470 void
471 uscanner_do_close(struct uscanner_softc *sc)
472 {
473         if (sc->sc_bulkin_xfer) {
474                 usbd_free_xfer(sc->sc_bulkin_xfer);
475                 sc->sc_bulkin_xfer = NULL;
476         }
477         if (sc->sc_bulkout_xfer) {
478                 usbd_free_xfer(sc->sc_bulkout_xfer);
479                 sc->sc_bulkout_xfer = NULL;
480         }
481
482         if (!(sc->sc_dev_flags & USC_KEEP_OPEN)) {
483                 if (sc->sc_bulkin_pipe != NULL) {
484                         usbd_abort_pipe(sc->sc_bulkin_pipe);
485                         usbd_close_pipe(sc->sc_bulkin_pipe);
486                         sc->sc_bulkin_pipe = NULL;
487                 }
488                 if (sc->sc_bulkout_pipe != NULL) {
489                         usbd_abort_pipe(sc->sc_bulkout_pipe);
490                         usbd_close_pipe(sc->sc_bulkout_pipe);
491                         sc->sc_bulkout_pipe = NULL;
492                 }
493         }
494
495         if (sc->sc_bulkin_buffer) {
496                 free(sc->sc_bulkin_buffer, M_USBDEV);
497                 sc->sc_bulkin_buffer = NULL;
498         }
499         if (sc->sc_bulkout_buffer) {
500                 free(sc->sc_bulkout_buffer, M_USBDEV);
501                 sc->sc_bulkout_buffer = NULL;
502         }
503
504         sc->sc_state &= ~USCANNER_OPEN;
505 }
506
507 Static int
508 uscanner_do_read(struct uscanner_softc *sc, struct uio *uio, int flag)
509 {
510         u_int32_t n, tn;
511         usbd_status err;
512         int error = 0;
513
514         DPRINTFN(5, ("%s: uscannerread\n", USBDEVNAME(sc->sc_dev)));
515
516         if (sc->sc_dying)
517                 return (EIO);
518
519         while ((n = min(sc->sc_bulkin_bufferlen, uio->uio_resid)) != 0) {
520                 DPRINTFN(1, ("uscannerread: start transfer %d bytes\n",n));
521                 tn = n;
522
523                 err = usbd_bulk_transfer(
524                         sc->sc_bulkin_xfer, sc->sc_bulkin_pipe,
525                         USBD_SHORT_XFER_OK, USBD_NO_TIMEOUT,
526                         sc->sc_bulkin_buffer, &tn,
527                         "uscnrb");
528                 if (err) {
529                         if (err == USBD_INTERRUPTED)
530                                 error = EINTR;
531                         else if (err == USBD_TIMEOUT)
532                                 error = ETIMEDOUT;
533                         else
534                                 error = EIO;
535                         break;
536                 }
537                 DPRINTFN(1, ("uscannerread: got %d bytes\n", tn));
538                 error = uiomove(sc->sc_bulkin_buffer, tn, uio);
539                 if (error || tn < n)
540                         break;
541         }
542
543         return (error);
544 }
545
546 int
547 uscannerread(struct cdev *dev, struct uio *uio, int flag)
548 {
549         struct uscanner_softc *sc;
550         int error;
551
552         USB_GET_SC(uscanner, USCANNERUNIT(dev), sc);
553
554         sc->sc_refcnt++;
555         error = uscanner_do_read(sc, uio, flag);
556         if (--sc->sc_refcnt < 0)
557                 usb_detach_wakeup(USBDEV(sc->sc_dev));
558
559         return (error);
560 }
561
562 Static int
563 uscanner_do_write(struct uscanner_softc *sc, struct uio *uio, int flag)
564 {
565         u_int32_t n;
566         int error = 0;
567         usbd_status err;
568
569         DPRINTFN(5, ("%s: uscanner_do_write\n", USBDEVNAME(sc->sc_dev)));
570
571         if (sc->sc_dying)
572                 return (EIO);
573
574         while ((n = min(sc->sc_bulkout_bufferlen, uio->uio_resid)) != 0) {
575                 error = uiomove(sc->sc_bulkout_buffer, n, uio);
576                 if (error)
577                         break;
578                 DPRINTFN(1, ("uscanner_do_write: transfer %d bytes\n", n));
579                 err = usbd_bulk_transfer(
580                         sc->sc_bulkout_xfer, sc->sc_bulkout_pipe,
581                         0, USBD_NO_TIMEOUT,
582                         sc->sc_bulkout_buffer, &n,
583                         "uscnwb");
584                 if (err) {
585                         if (err == USBD_INTERRUPTED)
586                                 error = EINTR;
587                         else
588                                 error = EIO;
589                         break;
590                 }
591         }
592
593         return (error);
594 }
595
596 int
597 uscannerwrite(struct cdev *dev, struct uio *uio, int flag)
598 {
599         struct uscanner_softc *sc;
600         int error;
601
602         USB_GET_SC(uscanner, USCANNERUNIT(dev), sc);
603
604         sc->sc_refcnt++;
605         error = uscanner_do_write(sc, uio, flag);
606         if (--sc->sc_refcnt < 0)
607                 usb_detach_wakeup(USBDEV(sc->sc_dev));
608         return (error);
609 }
610
611 #if defined(__NetBSD__) || defined(__OpenBSD__)
612 int
613 uscanner_activate(device_ptr_t self, enum devact act)
614 {
615         struct uscanner_softc *sc = (struct uscanner_softc *)self;
616
617         switch (act) {
618         case DVACT_ACTIVATE:
619                 return (EOPNOTSUPP);
620
621         case DVACT_DEACTIVATE:
622                 sc->sc_dying = 1;
623                 break;
624         }
625         return (0);
626 }
627 #endif
628
629 USB_DETACH(uscanner)
630 {
631         USB_DETACH_START(uscanner, sc);
632         int s;
633 #if defined(__NetBSD__) || defined(__OpenBSD__)
634         int maj, mn;
635 #endif
636
637 #if defined(__NetBSD__) || defined(__OpenBSD__)
638         DPRINTF(("uscanner_detach: sc=%p flags=%d\n", sc, flags));
639 #elif defined(__FreeBSD__)
640         DPRINTF(("uscanner_detach: sc=%p\n", sc));
641 #endif
642
643         sc->sc_dying = 1;
644         sc->sc_dev_flags = 0;   /* make close really close device */
645
646         /* Abort all pipes.  Causes processes waiting for transfer to wake. */
647         if (sc->sc_bulkin_pipe != NULL)
648                 usbd_abort_pipe(sc->sc_bulkin_pipe);
649         if (sc->sc_bulkout_pipe != NULL)
650                 usbd_abort_pipe(sc->sc_bulkout_pipe);
651
652         s = splusb();
653         if (--sc->sc_refcnt >= 0) {
654                 /* Wait for processes to go away. */
655                 usb_detach_wait(USBDEV(sc->sc_dev));
656         }
657         splx(s);
658
659 #if defined(__NetBSD__) || defined(__OpenBSD__)
660         /* locate the major number */
661         for (maj = 0; maj < nchrdev; maj++)
662                 if (cdevsw[maj].d_open == uscanneropen)
663                         break;
664
665         /* Nuke the vnodes for any open instances (calls close). */
666         mn = self->dv_unit * USB_MAX_ENDPOINTS;
667         vdevgone(maj, mn, mn + USB_MAX_ENDPOINTS - 1, VCHR);
668 #elif defined(__FreeBSD__)
669         /* destroy the device for the control endpoint */
670         destroy_dev(sc->dev);
671 #endif
672
673         usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, sc->sc_udev,
674                            USBDEV(sc->sc_dev));
675
676         return (0);
677 }
678
679 int
680 uscannerpoll(struct cdev *dev, int events, usb_proc_ptr p)
681 {
682         struct uscanner_softc *sc;
683         int revents = 0;
684
685         USB_GET_SC(uscanner, USCANNERUNIT(dev), sc);
686
687         if (sc->sc_dying)
688                 return (EIO);
689
690         /*
691          * We have no easy way of determining if a read will
692          * yield any data or a write will happen.
693          * Pretend they will.
694          */
695         revents |= events &
696                    (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM);
697
698         return (revents);
699 }
700
701 #if defined(__FreeBSD__)
702 DRIVER_MODULE(uscanner, uhub, uscanner_driver, uscanner_devclass, usbd_driver_load, 0);
703 #endif