Sorry for the problem, here it is again, It wasn't the mail client the one who 
corrupted my email
it was an external editor that I used.
Here is the origal mail, with the patch corrected

Hi all,
This patch add AIRcable USBto USB-HID blacklist, makes some little
changes things in the Kconfig to make AIRcable USB look as all the rest
of drivers. And it removes the readme part that was on
Documentation/usb/usb-serial.txt because it is not needed anymore.
Regards
Manuel


Signed-off-by: Naranjo Manuel Francisco <[EMAIL PROTECTED]

diff -uprN -X linux-2.6.19-rc3/Documentation/dontdiff 
linux-2.6.19-rc3.orig/Documentation/usb/usb-serial.txt 
linux-2.6.19-rc3/Documentation/usb/usb-serial.txt
--- linux-2.6.19-rc3.orig/Documentation/usb/usb-serial.txt      2006-10-26 
19:47:20.000000000 -0300
+++ linux-2.6.19-rc3/Documentation/usb/usb-serial.txt   2006-10-27 
07:56:44.000000000 -0300
@@ -428,12 +428,6 @@ Options supported:
   See http://www.uuhaus.de/linux/palmconnect.html for up-to-date
   information on this driver.
 
-AIRcable USB Dongle Bluetooth driver
-  If there is the cdc_acm driver loaded in the system, you will find that the
-  cdc_acm claims the device before AIRcable can. This is simply corrected
-  by unloading both modules and then loading the aircable module before
-  cdc_acm module
-
 Generic Serial driver
 
   If your device is not one of the above listed devices, compatible with
diff -uprN -X linux-2.6.19-rc3/Documentation/dontdiff 
linux-2.6.19-rc3.orig/drivers/usb/input/hid-core.c 
linux-2.6.19-rc3/drivers/usb/input/hid-core.c
--- linux-2.6.19-rc3.orig/drivers/usb/input/hid-core.c  2006-10-27 
07:55:19.000000000 -0300
+++ linux-2.6.19-rc3/drivers/usb/input/hid-core.c       2006-10-27 
07:48:14.000000000 -0300
@@ -1615,6 +1615,9 @@ void hid_init_reports(struct hid_device 
 #define USB_VENDOR_ID_SUN              0x0430
 #define USB_DEVICE_ID_RARITAN_KVM_DONGLE       0xcdab
 
+#define USB_VENDOR_ID_AIRCABLE         0x16CA
+#define USB_DEVICE_ID_AIRCABLE1                0x1502
+
 /*
  * Alphabetically sorted blacklist by quirk type.
  */
@@ -1632,6 +1635,7 @@ static const struct hid_blacklist {
        { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_22, HID_QUIRK_IGNORE },
        { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_23, HID_QUIRK_IGNORE },
        { USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_24, HID_QUIRK_IGNORE },
+       { USB_VENDOR_ID_AIRCABLE, USB_DEVICE_ID_AIRCABLE1, HID_QUIRK_IGNORE },
        { USB_VENDOR_ID_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232, HID_QUIRK_IGNORE },
        { USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD, 
HID_QUIRK_IGNORE },
        { USB_VENDOR_ID_CODEMERCS, USB_DEVICE_ID_CODEMERCS_IOW40, 
HID_QUIRK_IGNORE },
diff -uprN -X linux-2.6.19-rc3/Documentation/dontdiff 
linux-2.6.19-rc3.orig/drivers/usb/serial/Kconfig 
linux-2.6.19-rc3/drivers/usb/serial/Kconfig
--- linux-2.6.19-rc3.orig/drivers/usb/serial/Kconfig    2006-10-27 
07:54:38.000000000 -0300
+++ linux-2.6.19-rc3/drivers/usb/serial/Kconfig 2006-10-27 07:46:34.000000000 
-0300
@@ -54,13 +54,13 @@ config USB_SERIAL_GENERIC
          properly.
 
 config USB_SERIAL_AIRCABLE
-       tristate "AIRcable USB Bluetooth Dongle Driver (EXPERIMENTAL)"
-       depends on USB_SERIAL && EXPERIMENTAL
-       help
-           Say Y here if you want to use AIRcable USB Bluetoot Dongle.
+       tristate "USB AIRcable Bluetooth Dongle Driver (EXPERIMENTAL)"
+       depends on USB_SERIAL && EXPERIMENTAL
+       help
+           Say Y here if you want to use USB AIRcable Bluetooth Dongle.
 
-           To compile this driver as a module, choose M here: the module
-           will be called aircable.
+           To compile this driver as a module, choose M here: the module
+           will be called aircable.
 
 config USB_SERIAL_AIRPRIME
        tristate "USB AirPrime CDMA Wireless Driver"

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to