Commit Graph

83 Commits (e8e0c02340f2d3e4f1ea75a136883d8797290929)

Author SHA1 Message Date
Kay Sievers a6c2490f01 Input: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Dmitry Torokhov c981228281 Input: don't reset sync flag when ignoring event 17 years ago
Jonathan Corbet 2edbf8537e Input: cdev lock_kernel() pushdown 17 years ago
Denis V. Lunev c7705f3449 drivers: use non-racy method for proc entries creation (2) 17 years ago
Alexey Dobriyan 9c37066d88 proc: remove proc_bus 17 years ago
Jan Engelhardt cec69c376b Input: constify function pointer tables (seq_operations) 17 years ago
Dmitry Torokhov 0c1efd3653 Input: remove cdev from input_dev structure 17 years ago
Dmitry Torokhov f4f37c8ec7 Input: Add proper locking when changing device's keymap 17 years ago
Richard Purdie ed2fa4dd41 Input: pass EV_PWR events to event handlers 17 years ago
Dmitry Baryshkov 22d1c398e8 Input: Handle EV_PWR type of input caps in input_set_capability. 17 years ago
Jiri Slaby 7b19ada2ed get rid of input BIT* duplicate defines 17 years ago
Dmitry Torokhov 82ba56c273 Input: use full RCU API 18 years ago
Kay Sievers 7eff2e7a8b Driver core: change add_uevent_var to use a struct 18 years ago
Dmitry Torokhov 8006479c9b Input: implement proper locking in input core 18 years ago
Pavel Emelianov ad5d972cda Input: switch to using seq_list_xxx helpers 18 years ago
Dmitry Torokhov 9657d75c5f Input: convert from class devices to standard devices 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Dmitry Torokhov 534565f254 Input: add input_set_capability() helper 18 years ago
Dmitry Torokhov 88a447a030 Input: prepare to switching to struct device 18 years ago
Dmitry Torokhov 5b2a08262a Input: rework handle creation code 18 years ago
Dmitry Torokhov 54f9e36cb8 Input: simplify input_free_device() 18 years ago
Marvin Raaijmakers c8e4c77277 Input: add getkeycode and setkeycode methods 18 years ago
Dmitry Torokhov cb9def4dff Input: let driver core create class device attribute groups 18 years ago
Dmitry Torokhov 15e03ae811 Input: export 'uniq' in /proc/bus/input/devices 18 years ago
Dmitry Torokhov 1efa770f8e Input: do not lock device when showing name, phys and uniq 18 years ago
Tim Schmielau cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago
Arjan van de Ven 2b8693c061 [PATCH] mark struct file_operations const 3 18 years ago
Dmitry Torokhov 1447190e39 Input: add comments to input_{allocate|free}_device() 18 years ago
Dmitry Torokhov 4263cf0fac Input: make input_register_handler() return error codes 19 years ago
Dmitry Torokhov 68c2a1607c Input: remove cruft that was needed for transition to sysfs 19 years ago
Dmitry Torokhov 655816e498 Input: fix input module refcounting 19 years ago
Dmitry Torokhov 66e6611883 Input: constify input core 19 years ago
Dmitry Torokhov 6d2750c167 Input: send key up events at disconnect 19 years ago
Anssi Hannula 509ca1a938 Input: implement new force feedback interface 19 years ago
Dmitry Torokhov b6d786dbe6 Input: add missing handler->start() call 19 years ago
Andrew Morton a2b2ed2ce2 Input: fix list iteration in input_release_device() 19 years ago
Dmitry Torokhov 0e739d2876 Input: introduce input_inject_event() function 19 years ago
Dmitry Torokhov c7e8dc6ee6 Input: add start() method to input handlers 19 years ago
Dmitry Torokhov e9c8862f19 Input: remove accept method from input_dev 19 years ago
Dmitry Torokhov e7374e4800 Input: fix resetting name, phys and uniq when unregistering device 19 years ago
Dmitry Torokhov ca56fe07f4 Input: rearrange exports 19 years ago
Dmitry Torokhov 1e0afb288e Input: fix formatting to better follow CodingStyle 19 years ago
Dmitry Torokhov f60d2b111c Input: reset name, phys and uniq when unregistering 19 years ago
Richard Purdie 8a3cf456ad Input: return correct size when reading modalias attribute 19 years ago
Dmitry Torokhov 8fdc19486f Input: make EVIOCGSND return meaningful data 19 years ago
Dmitry Torokhov ddc5d34145 Input: move input_device_id to mod_devicetable.h 19 years ago
Dmitry Torokhov ac648a6a70 Input: make modalias code respect allowed buffer size 19 years ago
Dmitry Torokhov 969b21cdee Input: convert /proc handling to seq_file 19 years ago
Dmitry Torokhov 2db6687633 Input: limit attributes' output to PAGE_SIZE 19 years ago
Arjan van de Ven 99ac48f54a [PATCH] mark f_ops const in the inode 19 years ago