Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
61e91dd2
Commit
61e91dd2
authored
Mar 24, 2004
by
Erik Rigtorp
Committed by
Greg Kroah-Hartman
Mar 24, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: new cypress thermometer driver
parent
1affd9da
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
446 additions
and
0 deletions
+446
-0
drivers/usb/misc/Kconfig
drivers/usb/misc/Kconfig
+13
-0
drivers/usb/misc/cytherm.c
drivers/usb/misc/cytherm.c
+433
-0
No files found.
drivers/usb/misc/Kconfig
View file @
61e91dd2
...
@@ -108,6 +108,19 @@ config USB_LED
...
@@ -108,6 +108,19 @@ config USB_LED
To compile this driver as a module, choose M here: the
To compile this driver as a module, choose M here: the
module will be called usbled.
module will be called usbled.
config USB_CYTHERM
tristate "Cypress USB thermometer driver support"
depends on USB
help
Say Y here if you want to connect a Cypress USB thermometer
device to your computer's USB port. This device is also known
as the Cypress USB Starter kit or demo board. The Elektor
magazine published a modified version of this device in issue
#291.
To compile this driver as a module, choose M here: the
module will be called cytherm.
config USB_SPEEDTOUCH
config USB_SPEEDTOUCH
tristate "Alcatel Speedtouch USB support"
tristate "Alcatel Speedtouch USB support"
depends on USB && ATM
depends on USB && ATM
...
...
drivers/usb/misc/cytherm.c
0 → 100644
View file @
61e91dd2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment