index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hid-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
HID: fix hiddev's use of usb_find_interface
Guillaume Chazarain
1
-0
/
+5
2010-08-24
HID: Set Report ID properly for Output reports on the Control endpoint.
Alan Ott
1
-1
/
+2
2010-07-12
HID: Send Report ID when numbered reports are sent over the control endpoint.
Alan Ott
1
-3
/
+10
2010-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-13
/
+60
2010-05-21
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
1
-6
/
+6
2010-05-21
USB: remove uses of URB_NO_SETUP_DMA_MAP
Alan Stern
1
-5
/
+3
2010-05-19
Merge branches 'ntrig', 'picolcd', 'prodikeys' and 'roccat-kone' into for-linus
Jiri Kosina
1
-0
/
+1
2010-05-19
Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-susp...
Jiri Kosina
1
-1
/
+23
2010-05-19
Merge branch 'upstream' into for-linus
Jiri Kosina
1
-12
/
+36
2010-05-18
HID: hidraw: Use Interrupt Endpoint for OUT Transfers if Available
Alan Ott
1
-10
/
+30
2010-05-08
HID: fix suspend crash by moving initializations earlier
Alan Stern
1
-7
/
+6
2010-05-03
Merge branch 'hid-suspend' into picolcd
Jiri Kosina
1
-1
/
+23
2010-04-27
HID: add suspend/resume hooks for hid drivers
Bruno Prémont
1
-1
/
+23
2010-04-19
HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNORE
Bastien Nocera
1
-0
/
+1
2010-04-03
HID: usbhid: enable remote wakeup for keyboards
Alan Stern
1
-2
/
+5
2010-03-31
HID: add framebuffer support to PicoLCD device
Bruno Prémont
1
-0
/
+1
2010-02-25
Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse'...
Jiri Kosina
1
-2
/
+3
2010-02-17
HID: usbhid: initialize interface pointers early enough
Jiri Kosina
1
-3
/
+2
2010-02-12
HID: usbhid: introduce timeout for stuck ctrl/out URBs
Oliver Neukum
1
-2
/
+26
2010-02-03
HID: make raw reports possible for both feature and output reports
Jiri Kosina
1
-2
/
+3
2010-02-03
Merge branch 'master' into upstream
Jiri Kosina
1
-4
/
+4
2010-02-02
HID: update copyright
Jiri Kosina
1
-1
/
+1
2010-01-12
HID: make USB device id constant
Márton Németh
1
-1
/
+1
2009-12-11
USB: remove the auto_pm flag
Alan Stern
1
-4
/
+4
2009-11-05
HID: fixup quirk for NCR devices
Jiri Kosina
1
-1
/
+2
2009-10-14
HID: remove useless DRIVER_VERSION macro
Jiri Kosina
1
-3
/
+1
2009-10-14
HID: fix MODULE_AUTHOR usage in HID modules
Jiri Kosina
1
-2
/
+3
2009-09-17
HID: consolidate connect and disconnect into core code
Jiri Kosina
1
-11
/
+5
2009-09-13
Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linus
Jiri Kosina
1
-7
/
+1
2009-08-18
HID: local function should be static
H Hartley Sweeten
1
-1
/
+2
2009-07-23
HID: Avoid double spin_lock_init on usbhid->lock
Sergey Senozhatsky
1
-1
/
+0
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-06-12
HID: use debugfs for report dumping descriptor
Jiri Kosina
1
-7
/
+1
2009-06-04
HID: no more reinitializtion is needed in post_reset
Jiri Kosina
1
-4
/
+3
2009-05-11
HID: fix dropped device-specific quirks
Zoltan Karcagi
1
-1
/
+1
2009-04-29
HID: fix possible deadlock in usbhid_close()
Oliver Neukum
1
-1
/
+1
2009-03-30
Merge branch 'autosuspend' into for-next
Jiri Kosina
1
-105
/
+367
2009-03-30
HID: bring back possibility to specify vid/pid ignore on module load
Jiri Kosina
1
-0
/
+3
2009-03-25
HID: autosuspend -- fix lockup of hid on reset
Oliver Neukum
1
-1
/
+1
2009-03-25
HID: hid_reset_resume() needs to be defined only when CONFIG_PM is set
Jiri Kosina
1
-50
/
+51
2009-03-25
HID: fix USB HID devices after STD with autosuspend
Oliver Neukum
1
-1
/
+10
2009-03-25
HID: do not try to compile PM code with CONFIG_PM unset
Jiri Kosina
1
-0
/
+5
2009-03-25
HID: autosuspend support for USB HID
Oliver Neukum
1
-94
/
+341
2009-01-07
USB: change interface to usb_lock_device_for_reset()
Alan Stern
1
-5
/
+4
2009-01-04
HID: use GFP_KERNEL in hid_alloc_buffers
Jiri Slaby
1
-7
/
+10
2009-01-04
HID: usbhid, use usb_endpoint_xfer_int
Jiri Slaby
1
-1
/
+1
2009-01-04
HID: automatically call usbhid_set_leds in usbhid driver
Alan Stern
1
-0
/
+9
2009-01-04
HID: non-input reports can also be numbered
Jiri Kosina
1
-4
/
+2
2008-11-23
HID: remove setup mutex, fix possible deadlock
Jiri Slaby
1
-16
/
+2
2008-11-14
HID: don't grab devices with no input
Jiri Slaby
1
-6
/
+11
[next]