···104104 Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,105105 MacBooks, MacBook Pros and Apple Aluminum.106106107107+config HID_AUREAL108108+ tristate "Aureal"109109+ depends on USB_HID110110+ ---help---111111+ Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.112112+107113config HID_BELKIN108114 tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT109115 depends on USB_HID
···234234 }235235 }236236237237- if (iso_layout) {237237+ if (iso_layout) {238238 if (asc->quirks & APPLE_ISO_KEYBOARD) {239239 trans = apple_find_translation(apple_iso_keyboard, usage->code);240240 if (trans) {
···5555#define HID_STARTED 85656#define HID_REPORTED_IDLE 95757#define HID_KEYS_PRESSED 105858+#define HID_NO_BANDWIDTH 1158595960/*6061 * USB-specific HID struct, to be pointed to
+1-1
include/linux/hid.h
···896896 return hdev->ll_driver->power ? hdev->ll_driver->power(hdev, level) : 0;897897}898898899899-void hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size,899899+int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size,900900 int interrupt);901901902902extern int hid_generic_init(void);