Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23b0d968 authored by Naranjo Manuel Francisco's avatar Naranjo Manuel Francisco Committed by Greg Kroah-Hartman
Browse files

USB: HID: add blacklist AIRcable USB, little beautification



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.


Signed-off-by: default avatarNaranjo Manuel Francisco <naranjo.manuel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5a69ebe1
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -428,12 +428,6 @@ Options supported:
  See http://www.uuhaus.de/linux/palmconnect.html for up-to-date
  See http://www.uuhaus.de/linux/palmconnect.html for up-to-date
  information on this driver.
  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
Generic Serial driver


  If your device is not one of the above listed devices, compatible with
  If your device is not one of the above listed devices, compatible with
+4 −0
Original line number Original line Diff line number Diff line
@@ -1640,6 +1640,9 @@ void hid_init_reports(struct hid_device *hid)
#define USB_VENDOR_ID_SUN		0x0430
#define USB_VENDOR_ID_SUN		0x0430
#define USB_DEVICE_ID_RARITAN_KVM_DONGLE	0xcdab
#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.
 * Alphabetically sorted blacklist by quirk type.
 */
 */
@@ -1657,6 +1660,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_22, HID_QUIRK_IGNORE },
	{ USB_VENDOR_ID_AIPTEK, USB_DEVICE_ID_AIPTEK_23, 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_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_ALCOR, USB_DEVICE_ID_ALCOR_USBRS232, HID_QUIRK_IGNORE },
	{ USB_VENDOR_ID_BERKSHIRE, USB_DEVICE_ID_BERKSHIRE_PCWD, 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 },
	{ USB_VENDOR_ID_CODEMERCS, USB_DEVICE_ID_CODEMERCS_IOW40, HID_QUIRK_IGNORE },
+2 −2
Original line number Original line Diff line number Diff line
@@ -54,10 +54,10 @@ config USB_SERIAL_GENERIC
	  properly.
	  properly.


config USB_SERIAL_AIRCABLE
config USB_SERIAL_AIRCABLE
	tristate "AIRcable USB Bluetooth Dongle Driver (EXPERIMENTAL)"
	tristate "USB AIRcable Bluetooth Dongle Driver (EXPERIMENTAL)"
	depends on USB_SERIAL && EXPERIMENTAL
	depends on USB_SERIAL && EXPERIMENTAL
	help
	help
	    Say Y here if you want to use AIRcable USB Bluetoot Dongle.
	    Say Y here if you want to use USB AIRcable Bluetooth Dongle.


	    To compile this driver as a module, choose M here: the module
	    To compile this driver as a module, choose M here: the module
	    will be called aircable.
	    will be called aircable.