summaryrefslogtreecommitdiff
path: root/oui-update.py
AgeCommit message (Collapse)AuthorFilesLines
2015-10-13oui-update: Explicitly sort OUI list and strip trailing whitespacesTobias Klauser1-5/+9
It looks like http://standards-oui.ieee.org/oui.txt is no longer sorted by OUI, so do in manually when creating oui.conf. Also, it looks like the file has been converted to use CRLF line endings, so strip those as well (and any other trailing whitespaces in the vendor name). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2013-08-23oui-update: minor: Fix typo in error messageTobias Klauser1-1/+1
s/Eror/Error/ Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2013-05-05oui: minor: rename update fileDaniel Borkmann1-0/+81
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
ivate-remove&id=e634b76caf830e802731e3491b24726883d1be98'>56cd762b2391b6d5f0413488cfedbf0b0ef5078b /Documentation/i2c parent1001354ca34179f3db924eb66672442a173147dc (diff)
spi: spidev_test: Fix input file check when transferring file
Check the input file fd instead of spidev fd. The spidev fd is supposed to be OK otherwise the transfer_file() function would not be called at all. Signed-off-by: Michal Vokáč <vokac.m@gmail.com> Reviewed-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/i2c')