2 * Copyright (c) 2003, 2004
3 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
5 * Copyright (c) 2005 Matthieu Castet <castet.matthieu@free.fr>
7 * This software is available to you under a choice of one of two
8 * licenses. You may choose to be licensed under the terms of the GNU
9 * General Public License (GPL) Version 2, available from the file
10 * COPYING in the main directory of this source tree, or the
13 * Redistribution and use in source and binary forms, with or without
14 * modification, are permitted provided that the following conditions
16 * 1. Redistributions of source code must retain the above copyright
17 * notice unmodified, this list of conditions, and the following
19 * 2. Redistributions in binary form must reproduce the above copyright
20 * notice, this list of conditions and the following disclaimer in the
21 * documentation and/or other materials provided with the distribution.
23 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
24 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
27 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * This program is free software; you can redistribute it and/or
37 * modify it under the terms of the GNU General Public License
38 * as published by the Free Software Foundation; either version 2
39 * of the License, or (at your option) any later version.
41 * This program is distributed in the hope that it will be useful,
42 * but WITHOUT ANY WARRANTY; without even the implied warranty of
43 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44 * GNU General Public License for more details.
46 * You should have received a copy of the GNU General Public License
47 * along with this program; if not, write to the Free Software
48 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
51 * HISTORY : some part of the code was base on ueagle 1.3 BSD driver,
52 * Damien Bergamini agree to put his code under a DUAL GPL/BSD license.
54 * The rest of the code was was rewritten from scratch.
57 #include <linux/module.h>
58 #include <linux/moduleparam.h>
59 #include <linux/init.h>
60 #include <linux/crc32.h>
61 #include <linux/usb.h>
62 #include <linux/firmware.h>
63 #include <linux/ctype.h>
64 #include <linux/kthread.h>
65 #include <linux/version.h>
66 #include <asm/unaligned.h>
70 #define EAGLEUSBVERSION "ueagle 1.1"
76 #define uea_dbg(usb_dev, format, args...) \
79 dev_dbg(&(usb_dev)->dev, \
80 "[ueagle-atm dbg] %s: " format, \
81 __FUNCTION__, ##args); \
84 #define uea_vdbg(usb_dev, format, args...) \
87 dev_dbg(&(usb_dev)->dev, \
88 "[ueagle-atm vdbg] " format, ##args); \
91 #define uea_enters(usb_dev) \
92 uea_vdbg(usb_dev, "entering %s\n", __FUNCTION__)
94 #define uea_leaves(usb_dev) \
95 uea_vdbg(usb_dev, "leaving %s\n", __FUNCTION__)
97 #define uea_err(usb_dev, format,args...) \
98 dev_err(&(usb_dev)->dev ,"[UEAGLE-ATM] " format , ##args)
100 #define uea_warn(usb_dev, format,args...) \
101 dev_warn(&(usb_dev)->dev ,"[Ueagle-atm] " format, ##args)
103 #define uea_info(usb_dev, format,args...) \
104 dev_info(&(usb_dev)->dev ,"[ueagle-atm] " format, ##args)
110 } __attribute__ ((packed));
113 struct usb_device *usb_dev;
114 struct usbatm_data *usbatm;
117 unsigned int driver_info;
122 wait_queue_head_t sync_q;
124 struct task_struct *kthread;
126 wait_queue_head_t cmv_ack_wait;
129 struct work_struct task;
133 const struct firmware *dsp_firm;
141 /* keep in sync with eaglectl */
169 #define ELSA_VID 0x05CC
170 #define ELSA_PID_PSTFIRM 0x3350
171 #define ELSA_PID_PREFIRM 0x3351
176 #define EAGLE_VID 0x1110
177 #define EAGLE_I_PID_PREFIRM 0x9010 /* Eagle I */
178 #define EAGLE_I_PID_PSTFIRM 0x900F /* Eagle I */
180 #define EAGLE_IIC_PID_PREFIRM 0x9024 /* Eagle IIC */
181 #define EAGLE_IIC_PID_PSTFIRM 0x9023 /* Eagle IIC */
183 #define EAGLE_II_PID_PREFIRM 0x9022 /* Eagle II */
184 #define EAGLE_II_PID_PSTFIRM 0x9021 /* Eagle II */
189 #define EAGLE_III_PID_PREFIRM 0x9032 /* Eagle III */
190 #define EAGLE_III_PID_PSTFIRM 0x9031 /* Eagle III */
195 #define USR_VID 0x0BAF
196 #define MILLER_A_PID_PREFIRM 0x00F2
197 #define MILLER_A_PID_PSTFIRM 0x00F1
198 #define MILLER_B_PID_PREFIRM 0x00FA
199 #define MILLER_B_PID_PSTFIRM 0x00F9
200 #define HEINEKEN_A_PID_PREFIRM 0x00F6
201 #define HEINEKEN_A_PID_PSTFIRM 0x00F5
202 #define HEINEKEN_B_PID_PREFIRM 0x00F8
203 #define HEINEKEN_B_PID_PSTFIRM 0x00F7
206 #define PSTFIRM (1<<7)
214 /* macros for both struct usb_device_id and struct uea_softc */
215 #define UEA_IS_PREFIRM(x) \
216 (!((x)->driver_info & PSTFIRM))
217 #define UEA_CHIP_VERSION(x) \
218 ((x)->driver_info & 0xf)
220 #define IS_ISDN(sc) \
221 (le16_to_cpu(sc->usb_dev->descriptor.bcdDevice) & 0x80)
223 #define INS_TO_USBDEV(ins) ins->usb_dev
225 #define GET_STATUS(data) \
227 #define IS_OPERATIONAL(sc) \
228 (GET_STATUS(sc->stats.phy.state) == 2)
231 * Set of macros to handle unaligned data in the firmware blob.
232 * The FW_GET_BYTE() macro is provided only for consistency.
235 #define FW_GET_BYTE(p) *((__u8 *) (p))
236 #define FW_GET_WORD(p) le16_to_cpu(get_unaligned((__le16 *) (p)))
237 #define FW_GET_LONG(p) le32_to_cpu(get_unaligned((__le32 *) (p)))
239 #define FW_DIR "ueagle-atm/"
242 #define BULK_TIMEOUT 300
243 #define CTRL_TIMEOUT 1000
245 #define ACK_TIMEOUT msecs_to_jiffies(1500)
247 #define UEA_INTR_IFACE_NO 0
248 #define UEA_US_IFACE_NO 1
249 #define UEA_DS_IFACE_NO 2
251 #define FASTEST_ISO_INTF 8
253 #define UEA_BULK_DATA_PIPE 0x02
254 #define UEA_IDMA_PIPE 0x04
255 #define UEA_INTR_PIPE 0x04
256 #define UEA_ISO_DATA_PIPE 0x08
258 #define UEA_SET_BLOCK 0x0001
259 #define UEA_SET_MODE 0x0003
260 #define UEA_SET_2183_DATA 0x0004
261 #define UEA_SET_TIMEOUT 0x0011
263 #define UEA_LOOPBACK_OFF 0x0002
264 #define UEA_LOOPBACK_ON 0x0003
265 #define UEA_BOOT_IDMA 0x0006
266 #define UEA_START_RESET 0x0007
267 #define UEA_END_RESET 0x0008
269 #define UEA_SWAP_MAILBOX (0x3fcd | 0x4000)
270 #define UEA_MPTX_START (0x3fce | 0x4000)
271 #define UEA_MPTX_MAILBOX (0x3fd6 | 0x4000)
272 #define UEA_MPRX_MAILBOX (0x3fdf | 0x4000)
274 /* structure describing a block within a DSP page */
277 #define UEA_BIHDR 0xabcd
281 __le16 wOvl; /* overlay */
283 } __attribute__ ((packed));
284 #define BLOCK_INFO_SIZE 12
286 /* structure representing a CMV (Configuration and Management Variable) */
289 #define PREAMBLE 0x535c
291 #define MODEMTOHOST 0x01
292 #define HOSTTOMODEM 0x10
294 #define FUNCTION_TYPE(f) ((f) >> 4)
295 #define MEMACCESS 0x1
296 #define ADSLDIRECTIVE 0x7
298 #define FUNCTION_SUBTYPE(f) ((f) & 0x0f)
300 #define REQUESTREAD 0x0
301 #define REQUESTWRITE 0x1
302 #define REPLYREAD 0x2
303 #define REPLYWRITE 0x3
304 /* for ADSLDIRECTIVE */
305 #define KERNELREADY 0x0
306 #define MODEMREADY 0x1
308 #define MAKEFUNCTION(t, s) (((t) & 0xf) << 4 | ((s) & 0xf))
310 __le32 dwSymbolicAddress;
311 #define MAKESA(a, b, c, d) \
312 (((c) & 0xff) << 24 | \
313 ((d) & 0xff) << 16 | \
314 ((a) & 0xff) << 8 | \
317 #define SA_CNTL MAKESA('C', 'N', 'T', 'L')
318 #define SA_DIAG MAKESA('D', 'I', 'A', 'G')
319 #define SA_INFO MAKESA('I', 'N', 'F', 'O')
320 #define SA_OPTN MAKESA('O', 'P', 'T', 'N')
321 #define SA_RATE MAKESA('R', 'A', 'T', 'E')
322 #define SA_STAT MAKESA('S', 'T', 'A', 'T')
323 __le16 wOffsetAddress;
325 } __attribute__ ((packed));
328 /* structure representing swap information */
331 __u8 bOvl; /* overlay */
332 } __attribute__ ((packed));
334 /* structure representing interrupt data */
342 #define INT_LOADSWAPPAGE 0x0001
343 #define INT_INCOMINGCMV 0x0002
346 struct swap_info swapinfo;
348 } __attribute__ ((packed)) s1;
353 } __attribute__ ((packed)) s2;
354 } __attribute__ ((packed)) u;
355 #define bSwapPageNo u.s1.swapinfo.bSwapPageNo
356 #define bOvl u.s1.swapinfo.bOvl
357 } __attribute__ ((packed));
358 #define INTR_PKT_SIZE 28
360 static struct usb_driver uea_driver;
361 static DECLARE_MUTEX(uea_semaphore);
362 static const char *chip_name[] = {"ADI930", "Eagle I", "Eagle II", "Eagle III"};
364 static int modem_index;
365 static unsigned int debug;
366 static int sync_wait[NB_MODEM];
367 static char *cmv_file[NB_MODEM];
369 module_param(debug, uint, 0644);
370 MODULE_PARM_DESC(debug, "module debug level (0=off,1=on,2=verbose)");
371 module_param_array(sync_wait, bool, NULL, 0644);
372 MODULE_PARM_DESC(sync_wait, "wait the synchronisation before starting ATM");
373 module_param_array(cmv_file, charp, NULL, 0644);
374 MODULE_PARM_DESC(cmv_file,
375 "file name with configuration and management variables");
377 #define UPDATE_ATM_STAT(type, val) \
379 if (sc->usbatm->atm_dev) \
380 sc->usbatm->atm_dev->type = val; \
383 /* Firmware loading */
384 #define LOAD_INTERNAL 0xA0
385 #define F8051_USBCS 0x7f92
388 * uea_send_modem_cmd - Send a command for pre-firmware devices.
390 static int uea_send_modem_cmd(struct usb_device *usb,
391 u16 addr, u16 size, u8 * buff)
396 xfer_buff = kmalloc(size, GFP_KERNEL);
398 memcpy(xfer_buff, buff, size);
399 ret = usb_control_msg(usb,
400 usb_sndctrlpipe(usb, 0),
402 USB_DIR_OUT | USB_TYPE_VENDOR |
403 USB_RECIP_DEVICE, addr, 0, xfer_buff,
411 return (ret == size) ? 0 : -EIO;
414 static void uea_upload_pre_firmware(const struct firmware *fw_entry, void *context)
416 struct usb_device *usb = context;
423 uea_err(usb, "firmware is not available\n");
427 pfw = fw_entry->data;
428 size = fw_entry->size;
430 crc = FW_GET_LONG(pfw);
433 if (crc32_be(0, pfw, size) != crc) {
434 uea_err(usb, "firmware is corrupted\n");
439 * Start to upload formware : send reset
442 ret = uea_send_modem_cmd(usb, F8051_USBCS, sizeof(value), &value);
445 uea_err(usb, "modem reset failed with error %d\n", ret);
450 u8 len = FW_GET_BYTE(pfw);
451 u16 add = FW_GET_WORD(pfw + 1);
452 ret = uea_send_modem_cmd(usb, add, len, pfw + 3);
454 uea_err(usb, "uploading firmware data failed "
455 "with error %d\n", ret);
463 * Tell the modem we finish : de-assert reset
466 ret = uea_send_modem_cmd(usb, F8051_USBCS, 1, &value);
468 uea_err(usb, "modem de-assert failed with error %d\n", ret);
470 uea_info(usb, "firmware uploaded\n");
477 * uea_load_firmware - Load usb firmware for pre-firmware devices.
479 static int uea_load_firmware(struct usb_device *usb, unsigned int ver)
482 char *fw_name = FW_DIR "eagle.fw";
485 uea_info(usb, "pre-firmware device, uploading firmware\n");
489 fw_name = FW_DIR "adi930.fw";
492 fw_name = FW_DIR "eagleI.fw";
495 fw_name = FW_DIR "eagleII.fw";
498 fw_name = FW_DIR "eagleIII.fw";
502 ret = request_firmware_nowait(THIS_MODULE, 1, fw_name, &usb->dev, usb, uea_upload_pre_firmware);
504 uea_err(usb, "firmware %s is not available\n", fw_name);
506 uea_info(usb, "loading firmware %s\n", fw_name);
512 /* modem management : dsp firmware, send/read CMV, monitoring statistic
516 * Make sure that the DSP code provided is safe to use.
518 static int check_dsp(u8 *dsp, unsigned int len)
520 u8 pagecount, blockcount;
523 unsigned int i, j, p, pp;
525 /* enough space for pagecount? */
529 pagecount = FW_GET_BYTE(dsp);
532 /* enough space for page offsets? */
533 if (p + 4 * pagecount > len)
536 for (i = 0; i < pagecount; i++) {
538 pageoffset = FW_GET_LONG(dsp + p);
544 /* enough space for blockcount? */
545 if (pageoffset >= len)
549 blockcount = FW_GET_BYTE(dsp + pp);
552 for (j = 0; j < blockcount; j++) {
554 /* enough space for block header? */
558 pp += 2; /* skip blockaddr */
559 blocksize = FW_GET_WORD(dsp + pp);
562 /* enough space for block data? */
563 if (pp + blocksize > len)
574 * send data to the idma pipe
576 static int uea_idma_write(struct uea_softc *sc, void *data, u32 size)
582 xfer_buff = kmalloc(size, GFP_KERNEL);
584 uea_err(INS_TO_USBDEV(sc), "can't allocate xfer_buff\n");
588 memcpy(xfer_buff, data, size);
590 ret = usb_bulk_msg(sc->usb_dev,
591 usb_sndbulkpipe(sc->usb_dev, UEA_IDMA_PIPE),
592 xfer_buff, size, &bytes_read, BULK_TIMEOUT);
597 if (size != bytes_read) {
598 uea_err(INS_TO_USBDEV(sc), "size != bytes_read %d %d\n", size,
606 static int request_dsp(struct uea_softc *sc)
611 if (UEA_CHIP_VERSION(sc) == ADI930) {
613 dsp_name = FW_DIR "DSP9i.bin";
615 dsp_name = FW_DIR "DSP9p.bin";
618 dsp_name = FW_DIR "DSPei.bin";
620 dsp_name = FW_DIR "DSPep.bin";
623 ret = request_firmware(&sc->dsp_firm,
624 dsp_name, &sc->usb_dev->dev);
626 uea_err(INS_TO_USBDEV(sc),
627 "requesting firmware %s failed with error %d\n",
632 if (check_dsp(sc->dsp_firm->data, sc->dsp_firm->size)) {
633 uea_err(INS_TO_USBDEV(sc), "firmware %s is corrupted\n",
635 release_firmware(sc->dsp_firm);
644 * The uea_load_page() function must be called within a process context
646 static void uea_load_page(void *xsc)
648 struct uea_softc *sc = xsc;
649 u16 pageno = sc->pageno;
651 struct block_info bi;
654 u8 pagecount, blockcount;
655 u16 blockaddr, blocksize;
659 /* reload firmware when reboot start and it's loaded already */
660 if (ovl == 0 && pageno == 0 && sc->dsp_firm) {
661 release_firmware(sc->dsp_firm);
665 if (sc->dsp_firm == NULL && request_dsp(sc) < 0)
668 p = sc->dsp_firm->data;
669 pagecount = FW_GET_BYTE(p);
672 if (pageno >= pagecount)
676 pageoffset = FW_GET_LONG(p);
681 p = sc->dsp_firm->data + pageoffset;
682 blockcount = FW_GET_BYTE(p);
685 uea_dbg(INS_TO_USBDEV(sc),
686 "sending %u blocks for DSP page %u\n", blockcount, pageno);
688 bi.wHdr = cpu_to_le16(UEA_BIHDR);
689 bi.wOvl = cpu_to_le16(ovl);
690 bi.wOvlOffset = cpu_to_le16(ovl | 0x8000);
692 for (i = 0; i < blockcount; i++) {
693 blockaddr = FW_GET_WORD(p);
696 blocksize = FW_GET_WORD(p);
699 bi.wSize = cpu_to_le16(blocksize);
700 bi.wAddress = cpu_to_le16(blockaddr);
701 bi.wLast = cpu_to_le16((i == blockcount - 1) ? 1 : 0);
703 /* send block info through the IDMA pipe */
704 if (uea_idma_write(sc, &bi, BLOCK_INFO_SIZE))
707 /* send block data through the IDMA pipe */
708 if (uea_idma_write(sc, p, blocksize))
717 uea_err(INS_TO_USBDEV(sc), "sending DSP block %u failed\n", i);
720 uea_err(INS_TO_USBDEV(sc), "invalid DSP page %u requested\n",pageno);
723 static inline void wake_up_cmv_ack(struct uea_softc *sc)
726 wake_up(&sc->cmv_ack_wait);
729 static inline int wait_cmv_ack(struct uea_softc *sc)
731 int ret = wait_event_timeout(sc->cmv_ack_wait,
732 sc->cmv_ack, ACK_TIMEOUT);
738 return (ret == 0) ? -ETIMEDOUT : 0;
742 #define UCDC_SEND_ENCAPSULATED_COMMAND 0x00
744 static int uea_request(struct uea_softc *sc,
745 u16 value, u16 index, u16 size, void *data)
750 xfer_buff = kmalloc(size, GFP_KERNEL);
752 uea_err(INS_TO_USBDEV(sc), "can't allocate xfer_buff\n");
755 memcpy(xfer_buff, data, size);
757 ret = usb_control_msg(sc->usb_dev, usb_sndctrlpipe(sc->usb_dev, 0),
758 UCDC_SEND_ENCAPSULATED_COMMAND,
759 USB_DIR_OUT | USB_TYPE_VENDOR | USB_RECIP_DEVICE,
760 value, index, xfer_buff, size, CTRL_TIMEOUT);
764 uea_err(INS_TO_USBDEV(sc), "usb_control_msg error %d\n", ret);
769 uea_err(INS_TO_USBDEV(sc),
770 "usb_control_msg send only %d bytes (instead of %d)\n",
778 static int uea_cmv(struct uea_softc *sc,
779 u8 function, u32 address, u16 offset, u32 data)
784 /* we send a request, but we expect a reply */
785 sc->cmv_function = function | 0x2;
787 sc->cmv_address = address;
788 sc->cmv_offset = offset;
790 cmv.wPreamble = cpu_to_le16(PREAMBLE);
791 cmv.bDirection = HOSTTOMODEM;
792 cmv.bFunction = function;
793 cmv.wIndex = cpu_to_le16(sc->cmv_idx);
794 put_unaligned(cpu_to_le32(address), &cmv.dwSymbolicAddress);
795 cmv.wOffsetAddress = cpu_to_le16(offset);
796 put_unaligned(cpu_to_le32(data >> 16 | data << 16), &cmv.dwData);
798 ret = uea_request(sc, UEA_SET_BLOCK, UEA_MPTX_START, CMV_SIZE, &cmv);
801 return wait_cmv_ack(sc);
804 static inline int uea_read_cmv(struct uea_softc *sc,
805 u32 address, u16 offset, u32 *data)
807 int ret = uea_cmv(sc, MAKEFUNCTION(MEMACCESS, REQUESTREAD),
810 uea_err(INS_TO_USBDEV(sc),
811 "reading cmv failed with error %d\n", ret);
818 static inline int uea_write_cmv(struct uea_softc *sc,
819 u32 address, u16 offset, u32 data)
821 int ret = uea_cmv(sc, MAKEFUNCTION(MEMACCESS, REQUESTWRITE),
822 address, offset, data);
824 uea_err(INS_TO_USBDEV(sc),
825 "writing cmv failed with error %d\n", ret);
831 * Monitor the modem and update the stat
832 * return 0 if everything is ok
833 * return < 0 if an error occurs (-EAGAIN reboot needed)
835 static int uea_stat(struct uea_softc *sc)
840 uea_enters(INS_TO_USBDEV(sc));
841 data = sc->stats.phy.state;
843 ret = uea_read_cmv(sc, SA_STAT, 0, &sc->stats.phy.state);
847 switch (GET_STATUS(sc->stats.phy.state)) {
848 case 0: /* not yet synchronized */
849 uea_dbg(INS_TO_USBDEV(sc),
850 "modem not yet synchronized\n");
853 case 1: /* initialization */
854 uea_dbg(INS_TO_USBDEV(sc), "modem initializing\n");
857 case 2: /* operational */
858 uea_vdbg(INS_TO_USBDEV(sc), "modem operational\n");
861 case 3: /* fail ... */
862 uea_info(INS_TO_USBDEV(sc), "modem synchronization failed\n");
865 case 4 ... 6: /* test state */
866 uea_warn(INS_TO_USBDEV(sc),
867 "modem in test mode - not supported\n");
870 case 7: /* fast-retain ... */
871 uea_info(INS_TO_USBDEV(sc), "modem in fast-retain mode\n");
874 uea_err(INS_TO_USBDEV(sc), "modem invalid SW mode %d\n",
875 GET_STATUS(sc->stats.phy.state));
879 if (GET_STATUS(data) != 2) {
880 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_OFF, 0, NULL);
881 uea_info(INS_TO_USBDEV(sc), "modem operational\n");
883 /* release the dsp firmware as it is not needed until
887 release_firmware(sc->dsp_firm);
891 ret = uea_read_cmv(sc, SA_INFO, 10, &sc->stats.phy.firmid);
894 uea_info(INS_TO_USBDEV(sc), "ATU-R firmware version : %x\n",
895 sc->stats.phy.firmid);
898 /* always update it as atm layer could not be init when we switch to
901 UPDATE_ATM_STAT(signal, ATM_PHY_SIG_FOUND);
903 /* wake up processes waiting for synchronization */
904 wake_up(&sc->sync_q);
906 ret = uea_read_cmv(sc, SA_DIAG, 2, &sc->stats.phy.flags);
909 sc->stats.phy.mflags |= sc->stats.phy.flags;
911 /* in case of a flags ( for example delineation LOSS (& 0x10)),
912 * we check the status again in order to detect the failure earlier
914 if (sc->stats.phy.flags) {
915 uea_dbg(INS_TO_USBDEV(sc), "Stat flag = %d\n",
916 sc->stats.phy.flags);
920 ret = uea_read_cmv(sc, SA_RATE, 0, &data);
924 /* in bulk mode the modem have problem with high rate
925 * changing internal timing could improve things, but the
926 * value is misterious.
927 * ADI930 don't support it (-EPIPE error).
929 if (UEA_CHIP_VERSION(sc) != ADI930
930 && sc->stats.phy.dsrate != (data >> 16) * 32) {
931 /* Original timming from ADI(used in windows driver)
932 * 0x20ffff>>16 * 32 = 32 * 32 = 1Mbits
934 u16 timeout = (data <= 0x20ffff) ? 0 : 1;
935 ret = uea_request(sc, UEA_SET_TIMEOUT, timeout, 0, NULL);
936 uea_info(INS_TO_USBDEV(sc),
937 "setting new timeout %d%s\n", timeout,
938 ret < 0?" failed":"");
940 sc->stats.phy.dsrate = (data >> 16) * 32;
941 sc->stats.phy.usrate = (data & 0xffff) * 32;
942 UPDATE_ATM_STAT(link_rate, sc->stats.phy.dsrate * 1000 / 424);
944 ret = uea_read_cmv(sc, SA_DIAG, 23, &data);
947 sc->stats.phy.dsattenuation = (data & 0xff) / 2;
949 ret = uea_read_cmv(sc, SA_DIAG, 47, &data);
952 sc->stats.phy.usattenuation = (data & 0xff) / 2;
954 ret = uea_read_cmv(sc, SA_DIAG, 25, &sc->stats.phy.dsmargin);
958 ret = uea_read_cmv(sc, SA_DIAG, 49, &sc->stats.phy.usmargin);
962 ret = uea_read_cmv(sc, SA_DIAG, 51, &sc->stats.phy.rxflow);
966 ret = uea_read_cmv(sc, SA_DIAG, 52, &sc->stats.phy.txflow);
970 ret = uea_read_cmv(sc, SA_DIAG, 54, &sc->stats.phy.dsunc);
975 ret = uea_read_cmv(sc, SA_DIAG, 58, &sc->stats.phy.usunc);
979 ret = uea_read_cmv(sc, SA_DIAG, 53, &sc->stats.phy.dscorr);
984 ret = uea_read_cmv(sc, SA_DIAG, 57, &sc->stats.phy.uscorr);
988 ret = uea_read_cmv(sc, SA_INFO, 8, &sc->stats.phy.vidco);
992 ret = uea_read_cmv(sc, SA_INFO, 13, &sc->stats.phy.vidcpe);
999 static int request_cmvs(struct uea_softc *sc,
1000 struct uea_cmvs **cmvs, const struct firmware **fw)
1005 static char cmv_name[256] = FW_DIR;
1007 if (cmv_file[sc->modem_index] == NULL) {
1008 if (UEA_CHIP_VERSION(sc) == ADI930)
1009 file = (IS_ISDN(sc)) ? "CMV9i.bin" : "CMV9p.bin";
1011 file = (IS_ISDN(sc)) ? "CMVei.bin" : "CMVep.bin";
1013 file = cmv_file[sc->modem_index];
1015 strcpy(cmv_name, FW_DIR);
1016 strlcat(cmv_name, file, sizeof(cmv_name));
1018 ret = request_firmware(fw, cmv_name, &sc->usb_dev->dev);
1020 uea_err(INS_TO_USBDEV(sc),
1021 "requesting firmware %s failed with error %d\n",
1026 data = (u8 *) (*fw)->data;
1027 size = *data * sizeof(struct uea_cmvs) + 1;
1028 if (size != (*fw)->size) {
1029 uea_err(INS_TO_USBDEV(sc), "firmware %s is corrupted\n",
1031 release_firmware(*fw);
1035 *cmvs = (struct uea_cmvs *)(data + 1);
1039 /* Start boot post firmware modem:
1040 * - send reset commands through usb control pipe
1041 * - start workqueue for DSP loading
1042 * - send CMV options to modem
1045 static int uea_start_reset(struct uea_softc *sc)
1047 u16 zero = 0; /* ;-) */
1049 struct uea_cmvs *cmvs;
1050 const struct firmware *cmvs_fw;
1052 uea_enters(INS_TO_USBDEV(sc));
1053 uea_info(INS_TO_USBDEV(sc), "(re)booting started\n");
1056 UPDATE_ATM_STAT(signal, ATM_PHY_SIG_LOST);
1058 /* reset statistics */
1059 memset(&sc->stats, 0, sizeof(struct uea_stats));
1061 /* tell the modem that we want to boot in IDMA mode */
1062 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_ON, 0, NULL);
1063 uea_request(sc, UEA_SET_MODE, UEA_BOOT_IDMA, 0, NULL);
1065 /* enter reset mode */
1066 uea_request(sc, UEA_SET_MODE, UEA_START_RESET, 0, NULL);
1068 /* original driver use 200ms, but windows driver use 100ms */
1071 /* leave reset mode */
1072 uea_request(sc, UEA_SET_MODE, UEA_END_RESET, 0, NULL);
1074 /* clear tx and rx mailboxes */
1075 uea_request(sc, UEA_SET_2183_DATA, UEA_MPTX_MAILBOX, 2, &zero);
1076 uea_request(sc, UEA_SET_2183_DATA, UEA_MPRX_MAILBOX, 2, &zero);
1077 uea_request(sc, UEA_SET_2183_DATA, UEA_SWAP_MAILBOX, 2, &zero);
1080 sc->cmv_function = MAKEFUNCTION(ADSLDIRECTIVE, MODEMREADY);
1083 /* start loading DSP */
1086 schedule_work(&sc->task);
1088 /* wait for modem ready CMV */
1089 ret = wait_cmv_ack(sc);
1093 /* Enter in R-IDLE (cmv) until instructed otherwise */
1094 ret = uea_write_cmv(sc, SA_CNTL, 0, 1);
1099 ret = len = request_cmvs(sc, &cmvs, &cmvs_fw);
1104 for (i = 0; i < len; i++) {
1105 ret = uea_write_cmv(sc, FW_GET_LONG(&cmvs[i].address),
1106 FW_GET_WORD(&cmvs[i].offset),
1107 FW_GET_LONG(&cmvs[i].data));
1111 /* Enter in R-ACT-REQ */
1112 ret = uea_write_cmv(sc, SA_CNTL, 0, 2);
1114 release_firmware(cmvs_fw);
1116 uea_leaves(INS_TO_USBDEV(sc));
1121 * In case of an error wait 1s before rebooting the modem
1122 * if the modem don't request reboot (-EAGAIN).
1123 * Monitor the modem every 1s.
1126 static int uea_kthread(void *data)
1128 struct uea_softc *sc = data;
1131 uea_enters(INS_TO_USBDEV(sc));
1132 while (!kthread_should_stop()) {
1133 if (ret < 0 || sc->reset)
1134 ret = uea_start_reset(sc);
1140 uea_leaves(INS_TO_USBDEV(sc));
1144 /* Load second usb firmware for ADI930 chip */
1145 static int load_XILINX_firmware(struct uea_softc *sc)
1147 const struct firmware *fw_entry;
1148 int ret, size, u, ln;
1150 char *fw_name = FW_DIR "930-fpga.bin";
1152 uea_enters(INS_TO_USBDEV(sc));
1154 ret = request_firmware(&fw_entry, fw_name, &sc->usb_dev->dev);
1156 uea_err(INS_TO_USBDEV(sc), "firmware %s is not available\n",
1161 pfw = fw_entry->data;
1162 size = fw_entry->size;
1163 if (size != 0x577B) {
1164 uea_err(INS_TO_USBDEV(sc), "firmware %s is corrupted\n",
1169 for (u = 0; u < size; u += ln) {
1170 ln = min(size - u, 64);
1171 ret = uea_request(sc, 0xe, 0, ln, pfw + u);
1173 uea_err(INS_TO_USBDEV(sc),
1174 "elsa download data failed (%d)\n", ret);
1179 /* finish to send the fpga
1181 ret = uea_request(sc, 0xe, 1, 0, NULL);
1183 uea_err(INS_TO_USBDEV(sc),
1184 "elsa download data failed (%d)\n", ret);
1189 * Tell the modem we finish : de-assert reset
1192 ret = uea_send_modem_cmd(sc->usb_dev, 0xe, 1, &value);
1194 uea_err(sc->usb_dev, "elsa de-assert failed with error %d\n", ret);
1198 release_firmware(fw_entry);
1200 uea_leaves(INS_TO_USBDEV(sc));
1204 static void uea_dispatch_cmv(struct uea_softc *sc, struct cmv* cmv)
1206 uea_enters(INS_TO_USBDEV(sc));
1207 if (le16_to_cpu(cmv->wPreamble) != PREAMBLE)
1210 if (cmv->bDirection != MODEMTOHOST)
1213 /* FIXME : ADI930 reply wrong preambule (func = 2, sub = 2) to
1214 * the first MEMACESS cmv. Ignore it...
1216 if (cmv->bFunction != sc->cmv_function) {
1217 if (UEA_CHIP_VERSION(sc) == ADI930
1218 && cmv->bFunction == MAKEFUNCTION(2, 2)) {
1219 cmv->wIndex = cpu_to_le16(sc->cmv_idx);
1220 put_unaligned(cpu_to_le32(sc->cmv_address), &cmv->dwSymbolicAddress);
1221 cmv->wOffsetAddress = cpu_to_le16(sc->cmv_offset);
1227 if (cmv->bFunction == MAKEFUNCTION(ADSLDIRECTIVE, MODEMREADY)) {
1228 wake_up_cmv_ack(sc);
1232 /* in case of MEMACCESS */
1233 if (le16_to_cpu(cmv->wIndex) != sc->cmv_idx ||
1234 le32_to_cpu(get_unaligned(&cmv->dwSymbolicAddress)) !=
1236 || le16_to_cpu(cmv->wOffsetAddress) != sc->cmv_offset)
1239 sc->data = le32_to_cpu(get_unaligned(&cmv->dwData));
1240 sc->data = sc->data << 16 | sc->data >> 16;
1242 wake_up_cmv_ack(sc);
1246 uea_err(INS_TO_USBDEV(sc), "unexpected cmv received,"
1247 "Function : %d, Subfunction : %d\n",
1248 FUNCTION_TYPE(cmv->bFunction),
1249 FUNCTION_SUBTYPE(cmv->bFunction));
1253 uea_err(INS_TO_USBDEV(sc), "invalid cmv received, "
1254 "wPreamble %d, bDirection %d\n",
1255 le16_to_cpu(cmv->wPreamble), cmv->bDirection);
1261 static void uea_intr(struct urb *urb, struct pt_regs *regs)
1263 struct uea_softc *sc = (struct uea_softc *)urb->context;
1264 struct intr_pkt *intr;
1265 uea_enters(INS_TO_USBDEV(sc));
1267 if (urb->status < 0) {
1268 uea_err(INS_TO_USBDEV(sc), "uea_intr() failed with %d\n",
1273 intr = (struct intr_pkt *) urb->transfer_buffer;
1275 /* device-to-host interrupt */
1276 if (intr->bType != 0x08 || sc->booting) {
1277 uea_err(INS_TO_USBDEV(sc), "wrong intr\n");
1283 switch (le16_to_cpu(intr->wInterrupt)) {
1284 case INT_LOADSWAPPAGE:
1285 sc->pageno = intr->bSwapPageNo;
1286 sc->ovl = intr->bOvl >> 4 | intr->bOvl << 4;
1287 schedule_work(&sc->task);
1290 case INT_INCOMINGCMV:
1291 uea_dispatch_cmv(sc, &intr->u.s2.cmv);
1295 uea_err(INS_TO_USBDEV(sc), "unknown intr %u\n",
1296 le16_to_cpu(intr->wInterrupt));
1300 usb_submit_urb(sc->urb_int, GFP_ATOMIC);
1304 * Start the modem : init the data and start kernel thread
1306 static int uea_boot(struct uea_softc *sc)
1309 struct intr_pkt *intr;
1311 uea_enters(INS_TO_USBDEV(sc));
1313 INIT_WORK(&sc->task, uea_load_page, sc);
1314 init_waitqueue_head(&sc->sync_q);
1315 init_waitqueue_head(&sc->cmv_ack_wait);
1317 if (UEA_CHIP_VERSION(sc) == ADI930)
1318 load_XILINX_firmware(sc);
1320 intr = kmalloc(INTR_PKT_SIZE, GFP_KERNEL);
1322 uea_err(INS_TO_USBDEV(sc),
1323 "cannot allocate interrupt package\n");
1324 uea_leaves(INS_TO_USBDEV(sc));
1328 sc->urb_int = usb_alloc_urb(0, GFP_KERNEL);
1330 uea_err(INS_TO_USBDEV(sc), "cannot allocate interrupt URB\n");
1334 usb_fill_int_urb(sc->urb_int, sc->usb_dev,
1335 usb_rcvintpipe(sc->usb_dev, UEA_INTR_PIPE),
1336 intr, INTR_PKT_SIZE, uea_intr, sc,
1337 sc->usb_dev->actconfig->interface[0]->altsetting[0].
1338 endpoint[0].desc.bInterval);
1340 ret = usb_submit_urb(sc->urb_int, GFP_KERNEL);
1342 uea_err(INS_TO_USBDEV(sc),
1343 "urb submition failed with error %d\n", ret);
1347 sc->kthread = kthread_run(uea_kthread, sc, "ueagle-atm");
1348 if (sc->kthread == ERR_PTR(-ENOMEM)) {
1349 uea_err(INS_TO_USBDEV(sc), "failed to create thread\n");
1353 uea_leaves(INS_TO_USBDEV(sc));
1357 usb_kill_urb(sc->urb_int);
1361 usb_free_urb(sc->urb_int);
1362 uea_leaves(INS_TO_USBDEV(sc));
1367 * Stop the modem : kill kernel thread and free data
1369 static void uea_stop(struct uea_softc *sc)
1372 uea_enters(INS_TO_USBDEV(sc));
1373 ret = kthread_stop(sc->kthread);
1374 uea_info(INS_TO_USBDEV(sc), "kthread finish with status %d\n", ret);
1376 /* stop any pending boot process */
1377 flush_scheduled_work();
1379 uea_request(sc, UEA_SET_MODE, UEA_LOOPBACK_ON, 0, NULL);
1381 usb_kill_urb(sc->urb_int);
1382 kfree(sc->urb_int->transfer_buffer);
1383 usb_free_urb(sc->urb_int);
1386 release_firmware(sc->dsp_firm);
1387 uea_leaves(INS_TO_USBDEV(sc));
1390 /* syfs interface */
1391 static struct uea_softc *dev_to_uea(struct device *dev)
1393 struct usb_interface *intf;
1394 struct usbatm_data *usbatm;
1396 intf = to_usb_interface(dev);
1400 usbatm = usb_get_intfdata(intf);
1404 return usbatm->driver_data;
1407 static ssize_t read_status(struct device *dev, struct device_attribute *attr,
1411 struct uea_softc *sc;
1413 down(&uea_semaphore);
1414 sc = dev_to_uea(dev);
1417 ret = snprintf(buf, 10, "%08x\n", sc->stats.phy.state);
1423 static ssize_t reboot(struct device *dev, struct device_attribute *attr,
1424 const char *buf, size_t count)
1427 struct uea_softc *sc;
1429 down(&uea_semaphore);
1430 sc = dev_to_uea(dev);
1440 static DEVICE_ATTR(stat_status, S_IWUGO | S_IRUGO, read_status, reboot);
1442 static ssize_t read_human_status(struct device *dev, struct device_attribute *attr,
1446 struct uea_softc *sc;
1448 down(&uea_semaphore);
1449 sc = dev_to_uea(dev);
1453 switch (GET_STATUS(sc->stats.phy.state)) {
1455 ret = sprintf(buf, "Modem is booting\n");
1458 ret = sprintf(buf, "Modem is initializing\n");
1461 ret = sprintf(buf, "Modem is operational\n");
1464 ret = sprintf(buf, "Modem synchronization failed\n");
1472 static DEVICE_ATTR(stat_human_status, S_IWUGO | S_IRUGO, read_human_status, NULL);
1474 static ssize_t read_delin(struct device *dev, struct device_attribute *attr,
1478 struct uea_softc *sc;
1480 down(&uea_semaphore);
1481 sc = dev_to_uea(dev);
1485 if (sc->stats.phy.flags & 0x0C00)
1486 ret = sprintf(buf, "ERROR\n");
1487 else if (sc->stats.phy.flags & 0x0030)
1488 ret = sprintf(buf, "LOSS\n");
1490 ret = sprintf(buf, "GOOD\n");
1496 static DEVICE_ATTR(stat_delin, S_IWUGO | S_IRUGO, read_delin, NULL);
1498 #define UEA_ATTR(name, reset) \
1500 static ssize_t read_##name(struct device *dev, \
1501 struct device_attribute *attr, char *buf) \
1503 int ret = -ENODEV; \
1504 struct uea_softc *sc; \
1506 down(&uea_semaphore); \
1507 sc = dev_to_uea(dev); \
1510 ret = snprintf(buf, 10, "%08x\n", sc->stats.phy.name); \
1512 sc->stats.phy.name = 0; \
1514 up(&uea_semaphore); \
1518 static DEVICE_ATTR(stat_##name, S_IRUGO, read_##name, NULL)
1520 UEA_ATTR(mflags, 1);
1521 UEA_ATTR(vidcpe, 0);
1522 UEA_ATTR(usrate, 0);
1523 UEA_ATTR(dsrate, 0);
1524 UEA_ATTR(usattenuation, 0);
1525 UEA_ATTR(dsattenuation, 0);
1526 UEA_ATTR(usmargin, 0);
1527 UEA_ATTR(dsmargin, 0);
1528 UEA_ATTR(txflow, 0);
1529 UEA_ATTR(rxflow, 0);
1530 UEA_ATTR(uscorr, 0);
1531 UEA_ATTR(dscorr, 0);
1535 /* Retrieve the device End System Identifier (MAC) */
1537 #define htoi(x) (isdigit(x) ? x-'0' : toupper(x)-'A'+10)
1538 static int uea_getesi(struct uea_softc *sc, u_char * esi)
1540 unsigned char mac_str[2 * ETH_ALEN + 1];
1543 (sc->usb_dev, sc->usb_dev->descriptor.iSerialNumber, mac_str,
1544 sizeof(mac_str)) != 2 * ETH_ALEN)
1547 for (i = 0; i < ETH_ALEN; i++)
1548 esi[i] = htoi(mac_str[2 * i]) * 16 + htoi(mac_str[2 * i + 1]);
1554 static int uea_atm_open(struct usbatm_data *usbatm, struct atm_dev *atm_dev)
1556 struct uea_softc *sc = usbatm->driver_data;
1558 return uea_getesi(sc, atm_dev->esi);
1561 static int uea_heavy(struct usbatm_data *usbatm, struct usb_interface *intf)
1563 struct uea_softc *sc = usbatm->driver_data;
1565 wait_event(sc->sync_q, IS_OPERATIONAL(sc));
1571 static int claim_interface(struct usb_device *usb_dev,
1572 struct usbatm_data *usbatm, int ifnum)
1575 struct usb_interface *intf = usb_ifnum_to_if(usb_dev, ifnum);
1578 uea_err(usb_dev, "interface %d not found\n", ifnum);
1582 ret = usb_driver_claim_interface(&uea_driver, intf, usbatm);
1584 uea_err(usb_dev, "can't claim interface %d, error %d\n", ifnum,
1589 static void create_fs_entries(struct uea_softc *sc, struct usb_interface *intf)
1591 /* sysfs interface */
1592 device_create_file(&intf->dev, &dev_attr_stat_status);
1593 device_create_file(&intf->dev, &dev_attr_stat_mflags);
1594 device_create_file(&intf->dev, &dev_attr_stat_human_status);
1595 device_create_file(&intf->dev, &dev_attr_stat_delin);
1596 device_create_file(&intf->dev, &dev_attr_stat_vidcpe);
1597 device_create_file(&intf->dev, &dev_attr_stat_usrate);
1598 device_create_file(&intf->dev, &dev_attr_stat_dsrate);
1599 device_create_file(&intf->dev, &dev_attr_stat_usattenuation);
1600 device_create_file(&intf->dev, &dev_attr_stat_dsattenuation);
1601 device_create_file(&intf->dev, &dev_attr_stat_usmargin);
1602 device_create_file(&intf->dev, &dev_attr_stat_dsmargin);
1603 device_create_file(&intf->dev, &dev_attr_stat_txflow);
1604 device_create_file(&intf->dev, &dev_attr_stat_rxflow);
1605 device_create_file(&intf->dev, &dev_attr_stat_uscorr);
1606 device_create_file(&intf->dev, &dev_attr_stat_dscorr);
1607 device_create_file(&intf->dev, &dev_attr_stat_usunc);
1608 device_create_file(&intf->dev, &dev_attr_stat_dsunc);
1611 static int uea_bind(struct usbatm_data *usbatm, struct usb_interface *intf,
1612 const struct usb_device_id *id, int *heavy)
1614 struct usb_device *usb = interface_to_usbdev(intf);
1615 struct uea_softc *sc;
1616 int ret, ifnum = intf->altsetting->desc.bInterfaceNumber;
1620 /* interface 0 is for firmware/monitoring */
1621 if (ifnum != UEA_INTR_IFACE_NO)
1624 *heavy = sync_wait[modem_index];
1626 /* interface 1 is for outbound traffic */
1627 ret = claim_interface(usb, usbatm, UEA_US_IFACE_NO);
1631 /* ADI930 has only 2 interfaces and inbound traffic
1634 if (UEA_CHIP_VERSION(id) != ADI930) {
1635 /* interface 2 is for inbound traffic */
1636 ret = claim_interface(usb, usbatm, UEA_DS_IFACE_NO);
1641 sc = kzalloc(sizeof(struct uea_softc), GFP_KERNEL);
1643 uea_err(INS_TO_USBDEV(sc), "uea_init: not enough memory !\n");
1648 usbatm->driver_data = sc;
1649 sc->usbatm = usbatm;
1650 sc->modem_index = (modem_index < NB_MODEM) ? modem_index++ : 0;
1651 sc->driver_info = id->driver_info;
1659 create_fs_entries(sc, intf);
1663 static void destroy_fs_entries(struct uea_softc *sc, struct usb_interface *intf)
1665 /* sysfs interface */
1666 device_remove_file(&intf->dev, &dev_attr_stat_status);
1667 device_remove_file(&intf->dev, &dev_attr_stat_mflags);
1668 device_remove_file(&intf->dev, &dev_attr_stat_human_status);
1669 device_remove_file(&intf->dev, &dev_attr_stat_delin);
1670 device_remove_file(&intf->dev, &dev_attr_stat_vidcpe);
1671 device_remove_file(&intf->dev, &dev_attr_stat_usrate);
1672 device_remove_file(&intf->dev, &dev_attr_stat_dsrate);
1673 device_remove_file(&intf->dev, &dev_attr_stat_usattenuation);
1674 device_remove_file(&intf->dev, &dev_attr_stat_dsattenuation);
1675 device_remove_file(&intf->dev, &dev_attr_stat_usmargin);
1676 device_remove_file(&intf->dev, &dev_attr_stat_dsmargin);
1677 device_remove_file(&intf->dev, &dev_attr_stat_txflow);
1678 device_remove_file(&intf->dev, &dev_attr_stat_rxflow);
1679 device_remove_file(&intf->dev, &dev_attr_stat_uscorr);
1680 device_remove_file(&intf->dev, &dev_attr_stat_dscorr);
1681 device_remove_file(&intf->dev, &dev_attr_stat_usunc);
1682 device_remove_file(&intf->dev, &dev_attr_stat_dsunc);
1685 static void uea_unbind(struct usbatm_data *usbatm, struct usb_interface *intf)
1687 struct uea_softc *sc = usbatm->driver_data;
1689 destroy_fs_entries(sc, intf);
1694 static struct usbatm_driver uea_usbatm_driver = {
1695 .driver_name = "ueagle-atm",
1696 .owner = THIS_MODULE,
1698 .atm_start = uea_atm_open,
1699 .unbind = uea_unbind,
1700 .heavy_init = uea_heavy,
1701 .in = UEA_BULK_DATA_PIPE,
1702 .out = UEA_BULK_DATA_PIPE,
1705 static int uea_probe(struct usb_interface *intf, const struct usb_device_id *id)
1707 struct usb_device *usb = interface_to_usbdev(intf);
1710 uea_info(usb, "ADSL device founded vid (%#X) pid (%#X) : %s\n",
1711 le16_to_cpu(usb->descriptor.idVendor),
1712 le16_to_cpu(usb->descriptor.idProduct),
1713 chip_name[UEA_CHIP_VERSION(id)]);
1715 usb_reset_device(usb);
1717 if (UEA_IS_PREFIRM(id))
1718 return uea_load_firmware(usb, UEA_CHIP_VERSION(id));
1720 return usbatm_usb_probe(intf, id, &uea_usbatm_driver);
1723 static void uea_disconnect(struct usb_interface *intf)
1725 struct usb_device *usb = interface_to_usbdev(intf);
1726 int ifnum = intf->altsetting->desc.bInterfaceNumber;
1729 /* ADI930 has 2 interfaces and eagle 3 interfaces.
1730 * Pre-firmware device has one interface
1732 if (usb->config->desc.bNumInterfaces != 1 && ifnum == 0) {
1733 down(&uea_semaphore);
1734 usbatm_usb_disconnect(intf);
1736 uea_info(usb, "ADSL device removed\n");
1743 * List of supported VID/PID
1745 static const struct usb_device_id uea_ids[] = {
1746 {USB_DEVICE(ELSA_VID, ELSA_PID_PREFIRM), .driver_info = ADI930 | PREFIRM},
1747 {USB_DEVICE(ELSA_VID, ELSA_PID_PSTFIRM), .driver_info = ADI930 | PSTFIRM},
1748 {USB_DEVICE(EAGLE_VID, EAGLE_I_PID_PREFIRM), .driver_info = EAGLE_I | PREFIRM},
1749 {USB_DEVICE(EAGLE_VID, EAGLE_I_PID_PSTFIRM), .driver_info = EAGLE_I | PSTFIRM},
1750 {USB_DEVICE(EAGLE_VID, EAGLE_II_PID_PREFIRM), .driver_info = EAGLE_II | PREFIRM},
1751 {USB_DEVICE(EAGLE_VID, EAGLE_II_PID_PSTFIRM), .driver_info = EAGLE_II | PSTFIRM},
1752 {USB_DEVICE(EAGLE_VID, EAGLE_IIC_PID_PREFIRM), .driver_info = EAGLE_II | PREFIRM},
1753 {USB_DEVICE(EAGLE_VID, EAGLE_IIC_PID_PSTFIRM), .driver_info = EAGLE_II | PSTFIRM},
1754 {USB_DEVICE(EAGLE_VID, EAGLE_III_PID_PREFIRM), .driver_info = EAGLE_III | PREFIRM},
1755 {USB_DEVICE(EAGLE_VID, EAGLE_III_PID_PSTFIRM), .driver_info = EAGLE_III | PSTFIRM},
1756 {USB_DEVICE(USR_VID, MILLER_A_PID_PREFIRM), .driver_info = EAGLE_I | PREFIRM},
1757 {USB_DEVICE(USR_VID, MILLER_A_PID_PSTFIRM), .driver_info = EAGLE_I | PSTFIRM},
1758 {USB_DEVICE(USR_VID, MILLER_B_PID_PREFIRM), .driver_info = EAGLE_I | PREFIRM},
1759 {USB_DEVICE(USR_VID, MILLER_B_PID_PSTFIRM), .driver_info = EAGLE_I | PSTFIRM},
1760 {USB_DEVICE(USR_VID, HEINEKEN_A_PID_PREFIRM),.driver_info = EAGLE_I | PREFIRM},
1761 {USB_DEVICE(USR_VID, HEINEKEN_A_PID_PSTFIRM),.driver_info = EAGLE_I | PSTFIRM},
1762 {USB_DEVICE(USR_VID, HEINEKEN_B_PID_PREFIRM),.driver_info = EAGLE_I | PREFIRM},
1763 {USB_DEVICE(USR_VID, HEINEKEN_B_PID_PSTFIRM),.driver_info = EAGLE_I | PSTFIRM},
1768 * USB driver descriptor
1770 static struct usb_driver uea_driver = {
1771 .owner = THIS_MODULE,
1772 .name = "ueagle-atm",
1773 .id_table = uea_ids,
1775 .disconnect = uea_disconnect,
1778 MODULE_DEVICE_TABLE(usb, uea_ids);
1781 * uea_init - Initialize the module.
1782 * Register to USB subsystem
1784 static int __init uea_init(void)
1786 printk(KERN_INFO "[ueagle-atm] driver " EAGLEUSBVERSION " loaded\n");
1788 usb_register(&uea_driver);
1793 module_init(uea_init);
1796 * uea_exit - Destroy module
1797 * Deregister with USB subsystem
1799 static void __exit uea_exit(void)
1802 * This calls automatically the uea_disconnect method if necessary:
1804 usb_deregister(&uea_driver);
1806 printk(KERN_INFO "[ueagle-atm] driver unloaded\n");
1809 module_exit(uea_exit);
1811 MODULE_AUTHOR("Damien Bergamini/Matthieu Castet/Stanislaw W. Gruszka");
1812 MODULE_DESCRIPTION("ADI 930/Eagle USB ADSL Modem driver");
1813 MODULE_LICENSE("Dual BSD/GPL");