summaryrefslogtreecommitdiff
path: root/extras/modem-modeswitch/ma8280p_us.c
AgeCommit message (Collapse)Author
2010-03-18modeswitch: morph into tool that only switches Mobile Action cablesDan Williams
Remove option modeswitching code; use usb_modeswitch already, people.
2009-09-08fix randonm findings from llvm-clang-analyzerKay Sievers
Thanks to Lennart for the log file!
2009-08-30use nanosleep() instead of usleep()Daniel Mierswa
POSIX.1-2001 declares usleep() function obsolete and POSIX.1-2008 removes it. [Kay Sievers] - include time.h - use const for timespec - scsi_id: drop rand() in retry loop - modem-probe: rename msuspend() to msleep()
2009-06-17extras/modem-modeswitch: move from udev-extrasDan Williams