index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
usb_kbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-14
usb: kbd: Properly translate up/down arrow keys
Andre Przywara
1
-1
/
+23
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
1
-2
/
+2
2018-07-19
usb_kdb: Get stdio_dev directly from sdev pointer
Michal Simek
1
-2
/
+2
2018-07-19
usb_kbd: Add support for watchdog
Michal Simek
1
-1
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-3
/
+3
2017-02-06
console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
Simon Glass
1
-3
/
+3
2016-10-23
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
Simon Glass
1
-1
/
+1
2016-09-23
usb: squash lines for immediate return
Masahiro Yamada
1
-4
/
+1
2016-04-10
usb: kbd: Do not deregister usbkbd twice when using dm
Hans de Goede
1
-1
/
+2
2016-01-25
usb: kbd: Prevent out of bound access
Marek Vasut
1
-1
/
+1
2016-01-07
dm: usb: Add a remove() method for USB keyboards
Simon Glass
1
-0
/
+36
2015-12-17
usb: kbd: don't use int xfers when polling via ctrl xfers
Stephen Warren
1
-0
/
+3
2015-11-19
usb: Avoid open-coded USB constants in usb_kbd.c
Simon Glass
1
-5
/
+5
2015-11-19
usb: Drop unused code in usb_kbd.c
Simon Glass
1
-30
/
+0
2015-11-19
Move console definitions into a new console.h file
Simon Glass
1
-0
/
+1
2015-11-19
dm: input: Create a keyboard uclass
Simon Glass
1
-6
/
+0
2015-11-19
dm: usb: Add support for USB keyboards with driver model
Simon Glass
1
-2
/
+50
2015-11-05
video: Drop DEV_FLAGS_SYSTEM flag
Bin Meng
1
-1
/
+1
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-07-21
dm: usb: Adjust the USB_DEVICE() macro naming
Simon Glass
1
-2
/
+2
2015-06-19
usb: kbd: Disable idle input reports when we do not need them
Hans de Goede
1
-1
/
+3
2015-05-29
usb: kbd: Fix key repeat not always working
Hans de Goede
1
-6
/
+20
2015-04-18
dm: usb: Support driver model with USB keyboards
Simon Glass
1
-1
/
+33
2015-04-18
dm: usb: Split out the keyboard probe into its own function
Simon Glass
1
-38
/
+51
2015-01-18
usb: Fix usb_kbd_deregister when console-muxing is used
Hans de Goede
1
-0
/
+4
2015-01-18
usb: Add an interval parameter to create_int_queue
Hans de Goede
1
-2
/
+4
2014-11-04
usb: kbd: Add (optional) support for using an interrupt queue for polling
Hans de Goede
1
-0
/
+19
2014-11-04
usb: kbd: Cache pipe, interval and packetsize
Hans de Goede
1
-21
/
+13
2014-11-04
usb: kbd: Fix memleak on usb_kbd_deregister()
Hans de Goede
1
-3
/
+13
2014-11-04
usb: kbd: Remove unused usb_kbd_generic_poll function
Hans de Goede
1
-26
/
+0
2014-10-06
usb: kbd: Allow "usb reset" to continue when an usb kbd is used
Hans de Goede
1
-2
/
+2
2014-10-06
stdio: Add force parameter to stdio_deregister
Hans de Goede
1
-1
/
+1
2014-10-06
usb: kbd: Remove check for already being registered
Hans de Goede
1
-11
/
+1
2014-10-06
usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister
Hans de Goede
1
-1
/
+6
2014-10-06
usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()
Hans de Goede
1
-2
/
+3
2014-07-23
stdio: Pass device pointer to stdio methods
Simon Glass
1
-2
/
+2
2014-07-23
stdio: Remove redundant code around stdio_register() calls
Simon Glass
1
-2
/
+0
2014-04-30
usb: Fix USB keyboard polling via control endpoint
Adrian Cox
1
-11
/
+25
2013-08-26
console: usb: kbd: To fix slow TFTP booting
Jim Lin
1
-10
/
+10
2013-08-26
console: usb: kbd: To improve TFTP booting performance
Jim Lin
1
-0
/
+15
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-18
/
+1
2013-06-12
usb: workaround non-working keyboards.
Vincent Palatin
1
-2
/
+7
2013-06-12
usb: properly re-initialize the USB keyboard.
Vincent Palatin
1
-0
/
+1
2013-05-05
usb: common: Weed out USB_**_PRINTFs from usb framework
Vivek Gautam
1
-15
/
+9
2012-11-20
USB: add arrow key support to usb_kbd
Allen Martin
1
-0
/
+13
2012-11-20
USB: make usb_kbd obey USB DMA alignment requirements
Allen Martin
1
-1
/
+4
2012-03-03
USB: move keyboard polling into kbd driver
amartin@nvidia.com
1
-1
/
+17
2012-03-03
USB: reevaluate iomux stdin on USB kbd detect
amartin@nvidia.com
1
-0
/
+6
2012-03-03
usb: add numeric keypad support to HID driver
Vincent Palatin
1
-0
/
+10
[next]