hid-pl.c (020abf03cd659388f94cb328e1e1df0656e0d7ff) | hid-pl.c (8f86a2c3cb90e8bb0733de2d2b0abbe7050bb536) |
---|---|
1/* 2 * Force feedback support for PantherLord/GreenAsia based devices 3 * 4 * The devices are distributed under various names and the same USB device ID 5 * can be used in both adapters and actual game controllers. 6 * 7 * 0810:0001 "Twin USB Joystick" 8 * - tested with PantherLord USB/PS2 2in1 Adapter --- 26 unchanged lines hidden (view full) --- 35 36 37/* #define DEBUG */ 38 39#define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg) 40 41#include <linux/input.h> 42#include <linux/slab.h> | 1/* 2 * Force feedback support for PantherLord/GreenAsia based devices 3 * 4 * The devices are distributed under various names and the same USB device ID 5 * can be used in both adapters and actual game controllers. 6 * 7 * 0810:0001 "Twin USB Joystick" 8 * - tested with PantherLord USB/PS2 2in1 Adapter --- 26 unchanged lines hidden (view full) --- 35 36 37/* #define DEBUG */ 38 39#define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg) 40 41#include <linux/input.h> 42#include <linux/slab.h> |
43#include <linux/module.h> |
|
43#include <linux/usb.h> 44#include <linux/hid.h> 45 46#include "hid-ids.h" 47 48#ifdef CONFIG_PANTHERLORD_FF 49#include "usbhid/usbhid.h" 50 --- 181 unchanged lines hidden --- | 44#include <linux/usb.h> 45#include <linux/hid.h> 46 47#include "hid-ids.h" 48 49#ifdef CONFIG_PANTHERLORD_FF 50#include "usbhid/usbhid.h" 51 --- 181 unchanged lines hidden --- |