mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
18
drivers/hid/i2c-hid/Kconfig
Normal file
18
drivers/hid/i2c-hid/Kconfig
Normal file
|
@ -0,0 +1,18 @@
|
|||
menu "I2C HID support"
|
||||
depends on I2C
|
||||
|
||||
config I2C_HID
|
||||
tristate "HID over I2C transport layer"
|
||||
default n
|
||||
depends on I2C && INPUT
|
||||
select HID
|
||||
---help---
|
||||
Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
|
||||
other HID based devices which is connected to your computer via I2C.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
This support is also available as a module. If so, the module
|
||||
will be called i2c-hid.
|
||||
|
||||
endmenu
|
5
drivers/hid/i2c-hid/Makefile
Normal file
5
drivers/hid/i2c-hid/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# Makefile for the I2C input drivers
|
||||
#
|
||||
|
||||
obj-$(CONFIG_I2C_HID) += i2c-hid.o
|
1152
drivers/hid/i2c-hid/i2c-hid.c
Normal file
1152
drivers/hid/i2c-hid/i2c-hid.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue