diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-13 22:52:54 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-13 22:52:54 +0000 |
commit | 87283515f5fe66fa382fa7296cb0063acbf37338 (patch) | |
tree | ed2259d81bbc20a8889ea9d5a9028a98889be0d2 /hw/ads7846.c | |
parent | 3f9b2b1f6358ec1a19bee6d8a9dd2c3faa81c293 (diff) |
Fix signed/unsigned comparisons in OHCI host.
ADS7846 is partially compatible with TSC2046.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3635 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ads7846.c')
-rw-r--r-- | hw/ads7846.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ads7846.c b/hw/ads7846.c index 2f891b1251..c26ce25838 100644 --- a/hw/ads7846.c +++ b/hw/ads7846.c @@ -1,5 +1,5 @@ /* - * TI ADS7846 chip emulation. + * TI ADS7846 / TSC2046 chip emulation. * * Copyright (c) 2006 Openedhand Ltd. * Written by Andrzej Zaborowski <balrog@zabor.org> |