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
*
Add API tests for the chrome.hid API.
reillyg
2014-10-30
2
-1
/
+10
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-5
/
+4
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-29
8
-32
/
+31
*
Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...
thestig
2014-10-24
2
-3
/
+3
*
Standardize usage of virtual/override/final in device/
dcheng
2014-10-22
3
-17
/
+16
*
[gcc 4.x] Fix the build failure due to -Werror=char-subscripts
vivek.vg
2014-10-20
1
-2
/
+2
*
Fix type truncation warnings in HID code.
pkasting
2014-10-18
8
-37
/
+44
*
Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.
viettrungluu
2014-10-17
1
-5
/
+5
*
Open HID connections asynchronously.
reillyg
2014-10-16
8
-99
/
+165
*
Read HID report descriptor from sysfs and request permission on connect.
reillyg
2014-10-11
3
-82
/
+96
*
Use IOService enumeration instead of IOHIDManager in HidServiceMac.
reillyg
2014-10-09
12
-262
/
+282
*
Add HidConnection::Close and register OS X callbacks on the UI thread.
reillyg
2014-10-07
12
-95
/
+161
*
replace OVERRIDE and FINAL with override and final in device/
mostynb
2014-10-06
14
-33
/
+33
*
hid: Don't interpret the report ID from incoming feature reports.
reillyg
2014-10-04
3
-6
/
+13
*
An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...
sergeyu
2014-10-01
1
-0
/
+6
*
Remove implicit HANDLE conversions from device.
rvargas
2014-09-29
1
-3
/
+3
*
Move string descriptor getters from UsbDeviceHandle to UsbDevice.
reillyg
2014-09-25
1
-1
/
+1
*
Remove implicit conversions from scoped_refptr to T* in device/
dcheng
2014-09-19
1
-1
/
+1
*
Do not open or close IOHIDManager's IOHIDDeviceRefs.
reillyg
2014-09-13
2
-9
/
+23
*
Make the device::HidService destructor protected.
reillyg
2014-09-06
3
-11
/
+11
*
Fix HidService lifetime issues
rockot
2014-09-05
6
-18
/
+49
*
Add more generic filters to the chrome.hid.getDevices API.
reillyg
2014-08-29
5
-0
/
+252
*
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
[next]