summaryrefslogtreecommitdiff
path: root/dissector_fuzz.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+79
Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
> authorEllen Wang <ellen@cumulusnetworks.com>2015-07-13 15:23:54 -0700 committerJiri Kosina <jkosina@suse.com>2015-07-14 14:49:53 +0200 commit6d00d153f00097d259f86304e11858a50a1b8ad1 (patch) treeaf12f510dfd97fc6f04412ee0831b453c58b3a1c /drivers/hid parent44eda784a2229d25e2724ef1734fe67453716231 (diff)
HID: cp2112: fix I2C_SMBUS_BYTE write
When doing an I2C_SMBUS_BYTE write (one byte write, no address), the data to be written is in "command" not "data->byte". Signed-off-by: Ellen Wang <ellen@cumulusnetworks.com> Acked-by: Wolfram Sang <wsa@the-dreams.de> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'drivers/hid')