index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
device
/
hid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove implicit conversions from scoped_refptr to T* in device/
dcheng
2014-08-28
1
-1
/
+1
*
Revert of Adding Select Action Bar Unit test case for input (patchset #3 of h...
Albert J. Wong
2014-08-28
4
-50
/
+10
*
Fix HidService lifetime issues.
rockot
2014-08-27
4
-10
/
+50
*
Don't pass buffers to HidConnection::Read because it knows the size.
reillyg
2014-08-26
9
-405
/
+403
*
Store HID report sizes as uint16_t.
reillyg
2014-08-24
4
-22
/
+22
*
Find HID report IDs in output and feature reports on Windows.
reillyg@chromium.org
2014-08-22
2
-43
/
+89
*
Fix HID input report sizes on Windows for devices without report IDs.
reillyg@chromium.org
2014-08-18
6
-15
/
+22
*
extensions: Add GN version of extensions_shell_and_test_pak and unittests tar...
tfarina@chromium.org
2014-08-07
1
-0
/
+53
*
[usb_gadget p13] Replace LUFA with UsbTestGadget in HidConnection tests.
reillyg@chromium.org
2014-08-04
1
-73
/
+78
*
HID: fix missing has_report_id for Windows
jracle@logitech.com
2014-07-30
1
-0
/
+1
*
hid: Remove size from receive APIs and return report ID separately.
reillyg@chromium.org
2014-07-28
12
-52
/
+82
*
Fix memory leak in HidServiceTest.Create from r285774
tapted@chromium.org
2014-07-28
1
-1
/
+3
*
Support permission_broker for chrome.hid devices.
rockot@chromium.org
2014-07-26
9
-72
/
+99
*
hid: Linux expects the report ID in the output report buffer.
reillyg@chromium.org
2014-07-23
1
-5
/
+8
*
Remove HID devices not found during enumeration on Windows.
reillyg@chromium.org
2014-07-19
3
-59
/
+82
*
Monitor udev for hidraw devices instead of hid devices.
reillyg@chromium.org
2014-07-17
2
-59
/
+12
*
Revert 281282 "Revert 281133 "chrome.hid: enrich model with repo..."
csharp@chromium.org
2014-07-03
24
-1030
/
+1205
*
Revert 281133 "chrome.hid: enrich model with report IDs"
csharp@chromium.org
2014-07-03
24
-1205
/
+1030
*
chrome.hid: enrich model with report IDs
jracle@logitech.com
2014-07-03
24
-1030
/
+1205
*
Remove base/platform_file.*
rvargas@chromium.org
2014-06-24
1
-3
/
+3
*
Log errors in Linux HID from read, write and ioctl calls.
reillyg@chromium.org
2014-06-21
2
-7
/
+13
*
Descriptive log for HID device open failure on Linux.
reillyg@chromium.org
2014-06-20
2
-10
/
+12
*
Disable compiling Udev HID implementations when use_udev==0
dnicoara@chromium.org
2014-06-05
3
-10
/
+19
*
Linux: Unify udev scopers.
thestig@chromium.org
2014-06-03
5
-58
/
+7
*
chrome.hid (Win): fail to retrieve device info when used concurrently
jracle@logitech.com
2014-05-22
1
-4
/
+18
*
Removed LOG_GETLASTERROR and LOG_ERRNO macros.
vitalybuka@chromium.org
2014-05-21
1
-1
/
+1
*
Fix Windows HID buffer errors.
rockot@chromium.org
2014-05-05
2
-28
/
+21
*
chrome.hid: Kill Windows jank on enumeration.
rockot@chromium.org
2014-05-02
1
-14
/
+0
*
Devices without devnode are filtered out.
ygorshenin@chromium.org
2014-04-28
2
-15
/
+27
*
Block some HID devices from chrome.hid.
rockot@chromium.org
2014-04-28
1
-0
/
+73
*
HID: Support top-level collection usages in device info.
rockot@chromium.org
2014-04-25
16
-72
/
+1208
*
HID : read-only device access fallback when read/write fails
jracle@logitech.com
2014-04-24
3
-3
/
+27
*
Added device types (bluetooth, usb, serio) to InputDeviceInfo.
ygorshenin@chromium.org
2014-04-22
2
-5
/
+25
*
Added InputServiceProxy, which lives on the UI thread and forwards all calls ...
ygorshenin@chromium.org
2014-04-17
2
-63
/
+106
*
Added InputServiceLinux, which monitors all devices from hid or input subsyst...
ygorshenin@chromium.org
2014-04-12
7
-9
/
+328
*
Udev-related methods are extracted from HidServiceLinux into an individual se...
ygorshenin@chromium.org
2014-04-10
7
-154
/
+280
*
HID devices : compute has_report_id when device reports HID buttons on Windows
jracle@logitech.com
2014-04-04
1
-11
/
+23
*
HID connection matches wrong hidraw devnode to HID device when a bus driver i...
jracle@logitech.com
2014-04-03
1
-2
/
+6
*
Handle HID report ID correctly on Mac OS
jracle@logitech.com
2014-04-03
1
-14
/
+16
*
HID device connection now shared on Linux
jracle@logitech.com
2014-04-02
1
-3
/
+1
*
Fix IWYU in base/files/file.h
tnagel@chromium.org
2014-03-09
1
-0
/
+1
*
Fix HID device removal handling on Linux.
rockot@chromium.org
2014-02-28
1
-9
/
+1
*
Clean up HID backend and API.
rockot@chromium.org
2014-02-27
22
-916
/
+816
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
2
-3
/
+3
*
Remove PlatformFile from device/hid
rvargas@chromium.org
2014-02-21
2
-26
/
+19
*
Fix compilation error on Fedora 20.
costan@gmail.com
2014-02-03
1
-4
/
+16
*
HID backend.
rockot@chromium.org
2014-01-31
24
-0
/
+2425
*
Revert 247926 "HID backend"
nkostylev@chromium.org
2014-01-30
24
-2456
/
+0
*
HID backend
ikarienator@chromium.org
2014-01-30
24
-0
/
+2456