Hello Greg,

this patch adds a new device which uses the same protocol:

This patch is against 2.4.24, but I think it should apply to 2.6 also.

best regards
Wolfgang Mües

-------------------------------------------------------------------------
diff -urN linux-2.4.24/drivers/usb/auermain.c 
linux-2.4.24-auerusb-1.2.6/drivers/usb/auermain.c
--- linux-2.4.24/drivers/usb/auermain.c 2003-06-13 16:51:36.000000000 +0200
+++ linux-2.4.24-auerusb-1.2.6/drivers/usb/auermain.c   2004-01-16 10:37:09.000000000 
+0100
@@ -2,7 +2,7 @@
 /*
  *      auermain.c  --  Auerswald PBX/System Telephone usb driver.
  *
- *      Copyright (C) 2002  Wolfgang Mües ([EMAIL PROTECTED])
+ *      Copyright (C) 2002-2004  Wolfgang Mües ([EMAIL PROTECTED])
  *
  *      Very much code of this driver is borrowed from dabusb.c (Deti Fliegl)
  *      and from the USB Skeleton driver (Greg Kroah-Hartman). Thank you.
@@ -55,7 +55,7 @@

 /*-------------------------------------------------------------------*/
 /* Version Information */
-#define DRIVER_VERSION "1.2.3"
+#define DRIVER_VERSION "1.2.6"
 #define DRIVER_AUTHOR  "Wolfgang Mües <[EMAIL PROTECTED]>"
 #define DRIVER_DESC    "Auerswald PBX/System Telephone usb driver"

@@ -828,9 +828,10 @@
 static struct usb_device_id auerswald_ids[] = {
        {USB_DEVICE(ID_AUERSWALD, 0x00C0)},     /* COMpact 2104 USB/DSL */
        {USB_DEVICE(ID_AUERSWALD, 0x00DB)},     /* COMpact 4410/2206 USB */
-       {USB_DEVICE(ID_AUERSWALD, 0x00DC)},     /* comming soon... */
-       {USB_DEVICE(ID_AUERSWALD, 0x00F1)},     /* Comfort 2000 System Telephone */
-       {USB_DEVICE(ID_AUERSWALD, 0x00F2)},     /* Comfort 1200 System Telephone */
+       {USB_DEVICE(ID_AUERSWALD, 0x00DC)},     /* COMpact 4406 DSL */
+       {USB_DEVICE(ID_AUERSWALD, 0x00DD)},     /* COMpact 2204 USB */
+       {USB_DEVICE(ID_AUERSWALD, 0x00F1)},     /* COMfort 2000 System Telephone */
+       {USB_DEVICE(ID_AUERSWALD, 0x00F2)},     /* COMfort 1200 System Telephone */
        {}                                      /* Terminating entry */
 };



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to