Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54731
b: refs/heads/master
c: cef2cf0
h: refs/heads/master
i:
  54729: 08dee0d
  54727: c15a008
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed May 8, 2007
1 parent a9330a1 commit 07320ea
Show file tree
Hide file tree
Showing 8 changed files with 524 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f7f02e78a75a09195d963e0392b195bc2d55c5c
refs/heads/master: cef2cf07273d12ac3453d2baff096423f17b7403
3 changes: 2 additions & 1 deletion trunk/Documentation/ioctl-number.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ Code Seq# Include File Comments
'm' 00-1F net/irda/irmod.h conflict!
'n' 00-7F linux/ncp_fs.h
'n' E0-FF video/matrox.h matroxfb
'p' 00-3F linux/mc146818rtc.h
'p' 00-0F linux/phantom.h conflict! (OpenHaptics needs this)
'p' 00-3F linux/mc146818rtc.h conflict!
'p' 40-7F linux/nvram.h
'p' 80-9F user-space parport
<mailto:tim@cyberelk.net>
Expand Down
5 changes: 5 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3108,6 +3108,11 @@ L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
W: http://www.nsa.gov/selinux
S: Supported

SENSABLE PHANTOM
P: Jiri Slaby
M: jirislaby@gmail.com
S: Maintained

SERIAL ATA (SATA) SUBSYSTEM:
P: Jeff Garzik
M: jgarzik@pobox.com
Expand Down
9 changes: 9 additions & 0 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ config IBM_ASM
information on the specific driver level and support statement
for your IBM server.

config PHANTOM
tristate "Sensable PHANToM"
depends on PCI
help
Say Y here if you want to build a driver for Sensable PHANToM device.

If you choose to build module, its name will be phantom. If unsure,
say N here.


If unsure, say N.

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ obj-$(CONFIG_BLINK) += blink.o
obj-$(CONFIG_LKDTM) += lkdtm.o
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
obj-$(CONFIG_PHANTOM) += phantom.o
obj-$(CONFIG_SGI_IOC4) += ioc4.o
obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o
obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o
Loading

0 comments on commit 07320ea

Please sign in to comment.