aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hidp/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10Bluetooth: Fix race condition in hidp_session_threadMin Li1-1/+1
2023-01-17HID: Make lowlevel driver structs constThomas Weißschuh1-1/+1
2023-01-17HID: Unexport struct hidp_hid_driverThomas Weißschuh1-2/+1
2022-08-25Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2021-06-26Bluetooth: hidp: Use the correct print formatKai Ye1-3/+3
2021-06-26Bluetooth: use inclusive language in commentsArchie Pusaka1-1/+1
2020-11-09Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø1-1/+1
2020-01-29Bluetooth: optimize barrier usage for Rmw atomicsDavidlohr Bueso1-1/+1
2019-09-06Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby1-2/+2
2019-08-12Bluetooth: hidp: Let hidp_send_message return number of queued bytesFabian Henneke1-2/+7
2019-07-06Bluetooth: hidp: NUL terminate a string in the compat ioctlDan Carpenter1-1/+1
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+5
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri1-5/+8
2018-09-10hidp: constify hidp_connection_add()Al Viro1-5/+5
2018-08-01Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-07-30Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann1-1/+1
2018-01-31Merge branches 'for-4.16/upstream' and 'for-4.15/upstream-fixes' into for-linusJiri Kosina1-4/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-21HID: quirks: move the list of special devices into a quirkBenjamin Tissoires1-1/+1
2017-07-27HID: introduce hid_is_using_ll_driverJason Gerecke1-1/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-13/+24
2017-06-27Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen1-11/+22
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2015-10-21Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann1-0/+14
2015-07-04bluetooth: fix list handlingLinus Torvalds1-0/+1
2015-04-18Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann1-1/+2
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann1-2/+2
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann1-1/+10
2014-12-19Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()Al Viro1-1/+2
2014-11-15Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_userFabian Frederick1-7/+3
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg1-6/+4
2014-07-30Bluetooth: Fix sparse warning from HID new leds handlingMarcel Holtmann1-1/+1
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina1-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina1-0/+90
2014-03-14HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires1-14/+0
2014-02-24HID: hidp: Add a comment that some devices depend on the current behavior of ...Frank Praznik1-0/+3
2014-02-17HID: Bluetooth: hidp: make sure input buffers are big enoughDavid Herrmann1-2/+14
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires1-1/+0
2014-02-17HID: HIDp: remove duplicated codedBenjamin Tissoires1-57/+11
2014-02-17HID: HIDp: remove hidp_hidinput_eventBenjamin Tissoires1-46/+0
2014-01-29HID: Add the transport-driver functions to the HIDP driver.Frank Praznik1-0/+90
2013-10-13Bluetooth: Access HIDP session addresses through L2CAP channelMarcel Holtmann1-6/+12
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+10
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina1-10/+4
2013-07-25Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires1-14/+0
2013-07-25Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires1-0/+26
2013-07-22HID: fix unused rsize usageJiri Kosina1-0/+1
2013-07-22HID: fix data access in implement()Jiri Kosina1-5/+9
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+4
2013-06-23Bluetooth: hidp: using strlcpy instead of strncpy, also beautify code.Chen Gang1-10/+4
2013-05-29HID: Bluetooth: hidp: register HID devices asyncDavid Herrmann1-9/+47
2013-04-17Bluetooth: hidp: fix sending output reports on intr channelDavid Herrmann1-7/+5
2013-04-17Bluetooth: hidp: don't send boot-protocol messages as HID-reportsDavid Herrmann1-19/+5
2013-04-17Bluetooth: hidp: merge 'send' functions into hidp_send_message()David Herrmann1-96/+60
2013-04-17Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()David Herrmann1-29/+11
2013-04-17Bluetooth: hidp: handle kernel_sendmsg() errors correctlyDavid Herrmann1-2/+14
2013-04-17Bluetooth: hidp: remove old session-managementDavid Herrmann1-327/+12
2013-04-17Bluetooth: hidp: add new session-management helpersDavid Herrmann1-4/+551
2013-04-17Bluetooth: hidp: move hidp_schedule() to core.cDavid Herrmann1-0/+9
2013-04-17Bluetooth: hidp: test "terminate" before sleepingDavid Herrmann1-4/+8
2013-04-17Bluetooth: hidp: remove unused session->state fieldDavid Herrmann1-3/+2
2013-04-17Bluetooth: remove unneeded hci_conn_hold/put_device()David Herrmann1-17/+3
2013-04-05Bluetooth: hidp: verify l2cap socketsDavid Herrmann1-0/+2
2013-03-08Bluetooth: Make hidp_get_raw_report abort if the session is terminatingKarl Relton1-0/+4
2013-01-09Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+8
2012-12-07HID: hidp: fallback to input session properly if hid is blacklistedLamarque V. Souza1-1/+8
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko1-2/+6
2012-06-09Bluetooth: Fix style in hidp codeGustavo Padovan1-1/+2
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-19/+0
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-2/+2
2012-05-01HID: Create a common generic driverHenrik Rydberg1-26/+1
2012-05-01HID: Create a generic device groupHenrik Rydberg1-1/+1
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-2/+2
2011-11-07Bluetooth: Fix hidp_get_connection()Gustavo F. Padovan1-6/+6
2011-11-07Bluetooth: hidp: Fix module reference cleanupDavid Herrmann1-2/+2
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-0/+1
2011-10-07Bluetooth: Rename hidp_find_connection()Gustavo F. Padovan1-2/+2
2011-10-07Bluetooth: Delay session allocation in hidpGustavo F. Padovan1-6/+8
2011-10-07Bluetooth: hidp: safely acquire hci connectionPeter Hurley1-14/+20
2011-10-06Bluetooth: Uses test_and_clear_bit() when possibleGustavo F. Padovan1-6/+3
2011-10-06Bluetooth: Remove wrong error checkGustavo F. Padovan1-1/+1
2011-10-06Bluetooth: Fix input device registrationGustavo F. Padovan1-9/+6
2011-10-06Bluetooth: Trasmit interrupt channel messages firstGustavo F. Padovan1-8/+17
2011-10-06Bluetooth: prioritize the interrupt channel in hidpGustavo F. Padovan1-4/+4
2011-10-06Bluetooth: use list_for_each_entry() in hidpGustavo F. Padovan1-8/+3
2011-10-06Bluetooth: hidp: Stop I/O on shutdownDavid Herrmann1-14/+20
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau1-2/+8
2011-09-21Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkDavid Herrmann1-0/+3
2011-08-11Bluetooth: hidp: Don't release device ref if never heldPeter Hurley1-1/+0
2011-08-11Bluetooth: hidp: Only free input device if failed registerPeter Hurley1-1/+2
2011-08-11Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley1-0/+1
2011-08-11Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley1-8/+6
2011-06-30Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley1-7/+11
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan1-2/+4
2011-04-05Bluetooth: Use kthread API in hidpSzymon Janc1-29/+24
2011-03-31Bluetooth: Fix checkpatch errors, code style issues and typos in hidpSzymon Janc1-17/+20
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-16/+181
2011-03-17Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Jiri Kosina1-16/+181
2011-02-22HID: bt hidp: send Output reports using SET_REPORT on the Control channelAntonio Ospite1-1/+1
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-2/+0
2011-02-11HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATUREAlan Ott1-4/+109
2011-02-11HID: bt: Wait for ACK on Sent ReportsAlan Ott1-3/+51
2011-02-11HID: bt: Move hid_add_device() call to after hidp_session() has started.Alan Ott1-8/+20
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko1-3/+6
2010-12-01Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan1-6/+2
2010-04-20net: sk_sleep() helperEric Dumazet1-5/+5
2010-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+14
2010-02-05Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole1-25/+24
2010-02-03HID: make raw reports possible for both feature and output reportsJiri Kosina1-3/+14
2010-01-30Bluetooth: Use the control channel for raw HID reportsBastien Nocera1-34/+36
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin1-1/+1
2009-12-03Bluetooth: Implement raw output support for HIDP layerJiri Kosina1-0/+9
2009-09-17HID: consolidate connect and disconnect into core codeJiri Kosina1-7/+0
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann1-21/+41
2009-08-22Bluetooth: Disconnect HIDRAW devices on disconnectMarcel Holtmann1-0/+3
2009-08-22Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is receivedVikram Kandukuri1-0/+1
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-10-14HID: move connect quirksJiri Slaby1-3/+0
2008-10-14HID: move apple quirksJiri Slaby1-22/+0
2008-10-14HID: move ignore quirksJiri Slaby1-1/+1
2008-10-14HID: hid, make parsing event drivenJiri Slaby1-82/+109
2008-10-14HID: make a bus from hid codeJiri Slaby1-9/+55
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann1-0/+10
2008-02-05bluetooth: uninliningAndrew Morton1-11/+19
2008-02-05bluetooth: hidp_process_hid_control remove unnecessary parameter dealingDave Young1-18/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-4/+1
2007-10-22[Bluetooth] Fix wrong argument in debug code of HIDPDave Young1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-5/+7
2007-10-10[BLUETOOTH]: Make hidp_setup_input() return intWANG Cong1-4/+7
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-07-07Fix use-after-free oops in Bluetooth HID.David Woodhouse1-9/+9
2007-05-11Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2007-05-10[Bluetooth] Switch to using input_dev->dev.parentMarcel Holtmann1-5/+5
2007-05-09Bluetooth HID: HIDP - don't initialize force feedbackJiri Kosina1-3/+1
2007-03-29[PATCH] bluetooth hid quirks: mightymouse quirkJiri Kosina1-0/+23
2007-03-22[NET]: fix up misplaced inlines.Dave Jones1-1/+1
2007-02-26[Bluetooth] Add open and close callbacks for HID deviceMarcel Holtmann1-0/+12
2007-02-26[Bluetooth] Add support for using the HID subsystemMarcel Holtmann1-9/+161
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2006-10-20[Bluetooth] Fix HID disconnect NULL pointer dereferenceMarcel Holtmann1-4/+2
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann1-3/+1
2006-10-15[Bluetooth] Disconnect HID interrupt channel firstMarcel Holtmann1-2/+2
2006-09-28[Bluetooth] Integrate services into the driver modelMarcel Holtmann1-0/+23
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-08[NET]: kfree cleanupJesper Juhl1-3/+1
2005-10-28[PATCH] Input: convert net/bluetooth to dynamic input_dev allocationDmitry Torokhov1-5/+8
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-4/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+772